aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-11-12 00:06:47 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-11-12 00:06:47 +0000
commitfcb4c78a6a01d22f0db9d6de870342511030cb01 (patch)
treed32b2d7467b0266e722aa763c9b48cf0df2c802c /packet-null.c
parentc2eeef9467d44eb4ea2cd6bd08f62f5c9c293810 (diff)
downloadwireshark-fcb4c78a6a01d22f0db9d6de870342511030cb01.tar.gz
wireshark-fcb4c78a6a01d22f0db9d6de870342511030cb01.tar.bz2
wireshark-fcb4c78a6a01d22f0db9d6de870342511030cb01.zip
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. svn path=/trunk/; revision=82
Diffstat (limited to 'packet-null.c')
-rw-r--r--packet-null.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-null.c b/packet-null.c
index 38170cc2a6..cc7e9c7edd 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.3 1998/11/05 10:23:27 guy Exp $
+ * $Id: packet-null.c,v 1.4 1998/11/12 00:06:34 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -35,7 +35,6 @@
#include <gtk/gtk.h>
#include <stdio.h>
#include <sys/socket.h>
-#include <pcap.h>
#include "ethereal.h"
#include "packet.h"