I am not sure if stackoverflow is the right place to put this question, but it seems like.
I am trying to write a dissector using the generic dissector plugin (http://wsgd.free.fr/). I have a small protocol that uses the first packet of a connection to send some config and the rest to send data. So I need to write a dissector that is able to interpret the packet according to the sequence number.
I have read the documentation but the use of functions is still not clear to me. has anyone that has created a dissector using this tool give me a tip?
thanks