How to write a custom UDP NPL parser for Microsoft Network Monitor

29 Views Asked by At

I am trying to figure out how to write a custom UDP NPL parser for Microsoft Network Monitor.

My packets are in the simple form of <int_sequence_id>|<QR|WRITE|READ>|<string_data>.

Has anyone figured it out how to build on top of UDP parser a custom parser?

0

There are 0 best solutions below