Customize GVCP dissector for custom command
Hi all,
i'd like to extend the standard GVCP to parse our custom GEV commads, i.e. every command with ID over 0x8000 is device specific and then the standard GVCP dissector is not able to parse them correctly and just said "Unknown command".
Unfortunately I can't find a way to do that.
The GVCP always wins and I can't parse my custom messages with my custom lua script
Is there a standard way to customize a dissector?
Any suggestion or useful reading?
Thanks in advance