Ask Your Question

Revision history [back]

Now that you've provide the information that your data is using an Ethertype of 0xA003, you should be able to add your dissector to the ethertype table:

dissector_add_uint("ethertype", 0xA003, xxx_handle);