Wireshark mailing list archives
OUI extended ethertype dissector
From: zajpv76xaa () snkmail com
Date: Thu, 6 May 2010 18:22:59 +0000
I'm working on a dissector for a protocol with the OUI extended ethertype (0x88b7 defined in ieee802a), and a fixed OUI
and protocol ID following that. Can someone help me figure out how to use the ieee802a dissector to only dissect the
packets I want? The best results I've received so far are with dissector_add("ethertype", 0x88b7, handle), but that
obviously dissects all extended ethertypes. If I use heur_dissector_add, I don't know how to filter out only the
0x88b7 ethertypes without completely reimplementing the ethernet dissector. And I couldn't figure out how to use
ieee802a_add_oui, or even if that's what I need in this case. Thanks for any help you can give.
--Karl Bielefeldt
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- OUI extended ethertype dissector zajpv76xaa (May 07)
- Re: OUI extended ethertype dissector Guy Harris (May 10)
