diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-11 16:24:09 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-11 16:24:09 +0000 |
commit | 6ddd66e6cfe67c081d6db81a18939d6d192c75dd (patch) | |
tree | 544b9a377bc9674bd15be66fbe5bc0d77971945b /packet-pppoe.c | |
parent | 9941aabd64835e9c2e855b44cf0a6e336443b468 (diff) | |
download | wireshark-6ddd66e6cfe67c081d6db81a18939d6d192c75dd.tar.gz wireshark-6ddd66e6cfe67c081d6db81a18939d6d192c75dd.tar.bz2 wireshark-6ddd66e6cfe67c081d6db81a18939d6d192c75dd.zip |
Added #include "strutil.h"
svn path=/trunk/; revision=2410
Diffstat (limited to 'packet-pppoe.c')
-rw-r--r-- | packet-pppoe.c | 3 |
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; |