Skip to Content
[CAIDA - Cooperative Association for Internet Data Analysis logo]
The Cooperative Association for Internet Data Analysis
corsaro_packet_state Struct Reference

Corsaro state for a packet. More...

Data Fields

uint8_t flags
 Features of the packet that have been identified by earlier plugins.
uint32_t asn
 The ASN that the source IP resolves to.

Detailed Description

Corsaro state for a packet.

This is passed, along with the packet, to each plugin. Plugins can add data to it, or check for data from earlier plugins. Currently, this is used to filter packets based on criteria determined by an earlier plugin

Definition at line 187 of file corsaro_int.h.


Field Documentation

uint32_t corsaro_packet_state::asn

The ASN that the source IP resolves to.

Definition at line 192 of file corsaro_int.h.

uint8_t corsaro_packet_state::flags

Features of the packet that have been identified by earlier plugins.

Definition at line 190 of file corsaro_int.h.

Referenced by corsaro_dos_process_packet().


The documentation for this struct was generated from the following file: