aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pppoe.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-11 16:24:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-11 16:24:09 +0000
commit6ddd66e6cfe67c081d6db81a18939d6d192c75dd (patch)
tree544b9a377bc9674bd15be66fbe5bc0d77971945b /packet-pppoe.c
parent9941aabd64835e9c2e855b44cf0a6e336443b468 (diff)
Added #include "strutil.h"
svn path=/trunk/; revision=2410
Diffstat (limited to 'packet-pppoe.c')
-rw-r--r--packet-pppoe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-pppoe.c b/packet-pppoe.c
index d90b5ad922..4ddcf54c84 100644
--- a/packet-pppoe.c
+++ b/packet-pppoe.c
@@ -1,7 +1,7 @@
/* packet-pppoe.c
* Routines for PPP Over Ethernet (PPPoE) packet disassembly (RFC2516)
*
- * $Id: packet-pppoe.c,v 1.10 2000/08/25 13:00:05 deniel Exp $
+ * $Id: packet-pppoe.c,v 1.11 2000/09/11 16:24:09 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -35,6 +35,7 @@
#include "etypes.h"
#include "packet.h"
#include "packet-ppp.h"
+#include "strutil.h"
static gint ett_pppoed = -1;
static gint ett_pppoed_tags = -1;