wireshark dessector with lua and submessages -
i've created dissectors message had constant format. have following case:
a message sent on udp header. data of message contained many sub messages contains headers , data. sub messages can in order inside original big message. example:
<ip> - <udp> - <big message header> - <sub message a> - <sub message b> - - <sub message c> <ip> - <udp> - <big message header> - <sub message c> - <sub message a> - <sub message b>
the common of sub messages can identified header (which in common format all, except message id).
the order of sub messages unknown, length of each sub message varying. length of the big message varying, can evaluated big message header.
what best way create dissector this? code example great.
thank you!
Comments
Post a Comment