Module retina_datatypes::typedefs

source ·
Expand description

New datatypes are defined in this module. Newly-defined datatypes must be added to the DATATYPES map in this module.

Structs§

  • To add a datatype, add it to the DATATYPES map This is read by the filtergen crate to generate code

Type Aliases§

  • The string literal representing a matched filter.
  • A list of all packets (zero-copy) seen in the connection. For TCP connections, these packets will be in post-reassembly order.
  • A list of all sessions (zero-copy) parsed in the connection.