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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -