diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-06-10 05:38:52 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-06-10 05:38:52 +0000 |
commit | 43189e4e44914427ae8f17ada58a09110290ac39 (patch) | |
tree | e2631c6019641dd417f811cc97becab79286fa93 /packet-gre.c | |
parent | a048cbebed8e95d9b4a864dd7b6e8e13b12ceaa4 (diff) | |
download | wireshark-43189e4e44914427ae8f17ada58a09110290ac39.tar.gz wireshark-43189e4e44914427ae8f17ada58a09110290ac39.tar.bz2 wireshark-43189e4e44914427ae8f17ada58a09110290ac39.zip |
Add support for some additional SAPs for Netware and OSI.
svn path=/trunk/; revision=7824
Diffstat (limited to 'packet-gre.c')
-rw-r--r-- | packet-gre.c | 4 |
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" }, |