Hello, I am developping a custom dissector that shall compute the maximum delay between several pdu (e.g max delay between "keep alive" pdus). To provide the "raw data" I add this kind of code :
and
To use my dissector as the tap listener, I added this code :
I also added the three functions === Now I have a few questions (I did not managed to find any example in the README.xxx):
Thank you ! asked 13 May '16, 09:05 hpa edited 13 May '16, 09:08 |
One Answer:
"I did not managed to find any example in the README.xxx" Have you read answered 19 Jul '16, 09:36 cmaynard ♦♦ edited 19 Jul '16, 09:37 |