ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2948] Add support for decode Aruba GRE

Date: Mon, 13 Oct 2008 02:55:21 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2948





--- Comment #6 from Jaap Keuter <jaap.keuter@xxxxxxxxx>  2008-10-13 02:55:17 PDT ---
If you grep for "gre.proto" in epan/dissectors you'll see a number of
dissectors which register themselves with GRE based on their ethertype, just
like you try to do. It comes down to calling dissector_add("gre.proto",
GRE_ARUBA_8xxx, ieee80211_handle); in proto_reg_handoff_ieee80211() for each of
the Aruba ethertypes you want to register. Then the gre dissector table will do
the work for you in dissector_try_port(gre_dissector_table, type, next_tvb,
pinfo, tree)


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.