aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-10 05:38:52 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-10 05:38:52 +0000
commit1542389c6671235c52d4a777d1f443cf7ccb854c (patch)
treee2631c6019641dd417f811cc97becab79286fa93 /packet-gre.c
parent3ea5bef79c1cd37c8e58b601c7630749da7acb89 (diff)
Add support for some additional SAPs for Netware and OSI.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7824 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-gre.c')
-rw-r--r--packet-gre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-gre.c b/packet-gre.c
index b80797c678..1b15b48a38 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.53 2002/11/07 22:12:13 guy Exp $
+ * $Id: packet-gre.c,v 1.54 2003/06/10 05:38:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -72,7 +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"},
+ { SAP_OSINL5, "OSI"},
{ GRE_WCCP, "WCCP"},
{ ETHERTYPE_IPX, "IPX"},
{ ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },