summaryrefslogtreecommitdiff
path: root/print-gre.c
diff options
context:
space:
mode:
authorhannes <hannes>2002-10-31 07:17:02 +0000
committerhannes <hannes>2002-10-31 07:17:02 +0000
commite426556d7cde7e893a31b3b260d8b1995a39536f (patch)
tree7ca70a1b5975252336f501da04471f35484305cf /print-gre.c
parent104647e64400488574ea7d87aaba55428e54223e (diff)
downloadtcpdump-e426556d7cde7e893a31b3b260d8b1995a39536f.tar.gz
fixed GRE OSI-type as per ijotuns hint
Diffstat (limited to 'print-gre.c')
-rw-r--r--print-gre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-gre.c b/print-gre.c
index d06339ec..95cef154 100644
--- a/print-gre.c
+++ b/print-gre.c
@@ -38,7 +38,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.20 2002-10-30 05:29:16 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.21 2002-10-31 07:17:02 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -67,7 +67,7 @@ static const char rcsid[] =
#define GREPROTO_IP 0x0800 /* IP */
#define GREPROTO_PPP 0x880b /* PPTP */
-#define GREPROTO_ISO 0xfefe /* OSI */
+#define GREPROTO_ISO 0x00fe /* OSI */
/* source route entry types */
#define GRESRE_IP 0x0800 /* IP */