summaryrefslogtreecommitdiff
path: root/extcap/udpdump.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-06-14 19:55:05 -0400
committerAnders Broman <a.broman58@gmail.com>2017-06-15 04:18:20 +0000
commit828e1f07a82feb821c8169236fde18570ec01313 (patch)
tree0f94672696735249503e33a17f63cd639de3df51 /extcap/udpdump.c
parent552dab08a6ea1b47465d888c613c353f8697e918 (diff)
downloadwireshark-828e1f07a82feb821c8169236fde18570ec01313.tar.gz
udpdump.c: Don't include epan headers.
udpdump has local copies of the tag values from exported_pdu.h, so the dependency isn't needed. exported_pdu.h required tv_buff.h and packet_info.h, whose inclusion caused link errors on SPARC. Bug: 13801 Change-Id: Icbf7b59b8af0d3a0fc73599baad6932e76dc3462 Reviewed-on: https://code.wireshark.org/review/22131 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'extcap/udpdump.c')
-rw-r--r--extcap/udpdump.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/extcap/udpdump.c b/extcap/udpdump.c
index 664e50f188..52043bc655 100644
--- a/extcap/udpdump.c
+++ b/extcap/udpdump.c
@@ -52,9 +52,6 @@
#include <writecap/pcapio.h>
#include <wiretap/wtap.h>
-#include <epan/tvbuff.h>
-#include <epan/packet_info.h>
-#include <epan/exported_pdu.h>
#include <wsutil/strtoi.h>
#include <wsutil/inet_addr.h>
#include <wsutil/filesystem.h>