aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-02 07:54:24 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-02 07:54:24 +0000
commit9a1a03eca964b05da33a3b641df7eb56bda9c39c (patch)
tree0b8012c07aac9821f90580b71fd5ca35888d3d07 /epan/dissectors/packet-llc.c
parent2f8ab638582a8ecbcabb50362cd559a02be0ffba (diff)
From Daniel Ginsburg:
draft-ietf-isis-ext-eth specifies an extension to current Ethernet Frame specifications for hardware and frame format to support payloads greater than 1500 Bytes for Type interpretation and Length interpretation frames. The extension introduced by draft-ietf-isis-ext-eth is currently used by Cisco Systems' IS-IS routing protocol implementation when running IS-IS over Ethernet links with large MTU. svn path=/trunk/; revision=34748
Diffstat (limited to 'epan/dissectors/packet-llc.c')
-rw-r--r--epan/dissectors/packet-llc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-llc.c b/epan/dissectors/packet-llc.c
index c89d29c5df..ab9ef3682d 100644
--- a/epan/dissectors/packet-llc.c
+++ b/epan/dissectors/packet-llc.c
@@ -972,6 +972,7 @@ proto_reg_handoff_llc(void)
* apparently.
*/
dissector_add("arcnet.protocol_id", ARCNET_PROTO_BACNET, llc_handle);
+ dissector_add("ethertype", ETHERTYPE_JUMBO_LLC, llc_handle);
/*
* Register all the fields for PIDs for various OUIs.