aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aarp.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-11-12 00:06:47 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-11-12 00:06:47 +0000
commit71eb8d009f1efeadee9ee7fa61fbcb6a8f73bf44 (patch)
treed32b2d7467b0266e722aa763c9b48cf0df2c802c /packet-aarp.c
parentb8db68155f20ad420ccd3d31821bb79da7e89e7f (diff)
A lengthy patch to add the wiretap library. Wiretap is not used by default
because it is still in its infancy, but it can be compiled in optionally. The library exists in its own subdirectory ethereal/wiretap. This patch also edits all the packet-*.c files to remove the #include <pcap.h> line which is unnecessary in these files. In the ethereal code, file.c is the most heavily modified with #ifdef WITH_WIRETAP lines for the optional library. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@82 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-aarp.c')
-rw-r--r--packet-aarp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/packet-aarp.c b/packet-aarp.c
index 564eeba613..33f374bc20 100644
--- a/packet-aarp.c
+++ b/packet-aarp.c
@@ -23,7 +23,6 @@
#endif
#include <gtk/gtk.h>
-#include <pcap.h>
#include <stdio.h>