Project

General

Profile

Task #7839

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> 

 And perhaps use a better name, like "generate-app-layer" or "create-app-layer". 

 To be discussed, but should there be a flag to create a plugin or a "built-in"?

Back