aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-09-11 16:24:09 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-09-11 16:24:09 +0000
commitd446410baba8abb5a24bde9bbbc48d0a48065b60 (patch)
tree544b9a377bc9674bd15be66fbe5bc0d77971945b
parent6bf72c8659edaf4f3053f2c6c788d6f80e3ba987 (diff)
Added #include "strutil.h"
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2410 f5534014-38df-0310-8fa8-9805f1628bb7
-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;