Project

General

Profile

Task #7839

Updated by Jason Ish 2 months 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