How to parse Application Layer protocols for DPI

Hi! I’ve installed virtual switch setup using mininet and p4 runtime. Can someone give guidance on how to parse application layer protocols for deep packet inspection using the installed environment. My research is to capture video streaming packets on the above layer.

You can parse application layer headers just as you parse ethernet / IP headers. You have to define appropriate parsing and transition states.

1 Like