diff options
author | Jörg Mayer <jmayer@loplof.de> | 2007-04-14 01:07:36 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2007-04-14 01:07:36 +0000 |
commit | 8f3934e24308dd7d19d1f6b2531c62e3931c4c75 (patch) | |
tree | 6adebf841fe1b0d6253a16370535d8e1f0e73c5f /epan/dissectors/packet-gre.c | |
parent | d5b5c41fa9fb2001bd6f3298f7235e39c7f1cc69 (diff) | |
download | wireshark-8f3934e24308dd7d19d1f6b2531c62e3931c4c75.tar.gz wireshark-8f3934e24308dd7d19d1f6b2531c62e3931c4c75.tar.bz2 wireshark-8f3934e24308dd7d19d1f6b2531c62e3931c4c75.zip |
Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code
to actually call this (aka to handle the ambiguities of DLT values).
svn path=/trunk/; revision=21427
Diffstat (limited to 'epan/dissectors/packet-gre.c')
-rw-r--r-- | epan/dissectors/packet-gre.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c index abe3c4e07a..dc146fffb2 100644 --- a/epan/dissectors/packet-gre.c +++ b/epan/dissectors/packet-gre.c @@ -88,6 +88,7 @@ static const value_string typevals[] = { { SAP_OSINL5, "OSI"}, { GRE_WCCP, "WCCP"}, { GRE_NHRP, "NHRP"}, + { GRE_ERSPAN, "ERSPAN"}, { ETHERTYPE_IPX, "IPX"}, { ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" }, { ETHERTYPE_RAW_FR, "Frame Relay"}, |