aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-07 22:12:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-07 22:12:13 +0000
commitb574a10d4f58f55a9b6e50c7987122b2f488cfce (patch)
tree29e331adf020b851f56fae9c88707c39e94a0d92 /packet-gre.c
parent8efb4f0d903748d0e517fc9b2248138a695e461c (diff)
From Hannes Gredler: show the type value for OSI protocols symbolically.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6579 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-gre.c')
-rw-r--r--packet-gre.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-gre.c b/packet-gre.c
index fc19b21697..b80797c678 100644
--- a/packet-gre.c
+++ b/packet-gre.c
@@ -2,7 +2,7 @@
* Routines for the Generic Routing Encapsulation (GRE) protocol
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-gre.c,v 1.52 2002/08/28 21:00:13 jmayer Exp $
+ * $Id: packet-gre.c,v 1.53 2002/11/07 22:12:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -34,6 +34,7 @@
#include "etypes.h"
#include "greproto.h"
#include "ipproto.h"
+#include "llcsaps.h"
/*
* See RFC 1701 "Generic Routing Encapsulation (GRE)", RFC 1702
@@ -71,6 +72,7 @@ static void dissect_gre_wccp2_redirect_header(tvbuff_t *, int, proto_tree *);
static const value_string typevals[] = {
{ ETHERTYPE_PPP, "PPP" },
{ ETHERTYPE_IP, "IP" },
+ { SAP_OSINL, "OSI"},
{ GRE_WCCP, "WCCP"},
{ ETHERTYPE_IPX, "IPX"},
{ ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },