summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-06-14 19:55:05 -0400
committerMichael Mann <mmann78@netscape.net>2017-06-15 11:32:25 +0000
commit7f8d5f9ce16760e68220b8961cf308725dccd96a (patch)
treec0695b5a53b82b435e9809b48cf8f1764728c58e
parentc6eeecff01653429c52571f5bc872b4b01b720b5 (diff)
downloadwireshark-7f8d5f9ce16760e68220b8961cf308725dccd96a.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> (cherry picked from commit 828e1f07a82feb821c8169236fde18570ec01313) Reviewed-on: https://code.wireshark.org/review/22151 Reviewed-by: Michael Mann <mmann78@netscape.net>
-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>