Commit graph

4 commits

Author SHA1 Message Date
Robin Sommer
4bc2ba60c9 Rename analyzer/protocols -> analyzer/protocol 2013-04-19 15:50:57 -07:00
Robin Sommer
5dc630f722 Working on TODOs.
- Introducing analyzer::<protocol> namespaces.
- Moving protocol-specific events out of events.bif into analyzer/protocol/<protocol>/events.bif
- Moving ARP over (even though it's not an actual analyzer).
- Moving NetFlow over (even though it's not an actual analyzer).
- Moving MIME over (even though it's not an actual analyzer).
2013-04-18 21:01:15 -07:00
Robin Sommer
a191eed7db Adding separate Plugin.cc for HTTP analyzer for consistency. 2013-04-16 14:43:52 -07:00
Robin Sommer
7a95f5322c Moving src/protocols to src/analyzer/protocols.
This is for consistency with where readers/writers are located: inside
the subdirectories of the corresponding code.
2013-04-16 14:29:11 -07:00
Renamed from src/protocols/http/HTTP.cc (Browse further)