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.