Updated by Jason Ish 7 days ago
This reduces the footprint of files touched when adding a new app-layer. SNMP serves as a good example as its simply: <pre> src/app-layer-parser.c: SCRegisterSnmpParser(); </pre> <pre>
Back