First time here? Check out the FAQ!
answered 2018-05-22 08:47:03 +0000
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);