aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-03 19:49:30 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-03 19:49:30 +0000
commitb0cdf7988da6734bc73ad4ae02a23c940c2c4a56 (patch)
treed91b4c6929e257091f83f585fa687be8686f3900 /packet-null.c
parentf7cf55cccdf83ff193f72c1c434d9f9948616292 (diff)
We don't use anything from <sys/socket.h> (we need to know the AF_
values of the various BSDs that support DLT_NULL, but those aren't necessarily the AF_ values on the machine on which you're building Ethereal), so we don't need to include it. svn path=/trunk/; revision=5939
Diffstat (limited to 'packet-null.c')
-rw-r--r--packet-null.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-null.c b/packet-null.c
index 75c2146d44..851e5e79d2 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.54 2002/08/02 23:35:55 jmayer Exp $
+ * $Id: packet-null.c,v 1.55 2002/08/03 19:49:30 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,10 +30,6 @@
#include <glib.h>
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
#include <string.h>
#include <epan/packet.h>
#include "packet-null.h"