Skip to Content
[CAIDA - Center for Applied Internet Data Analysis logo]
The Center for Applied Internet Data Analysis
corsaro_dos_global_header Struct Reference

Structure to hold the dos record in the global output file. More...

Data Fields

uint32_t mismatched_pkt_cnt
 The number of packets which had mismatched IP addresses in the header. More...
 
uint32_t attack_vector_cnt
 The number of attack vectors in this interval. More...
 
uint32_t non_attack_vector_cnt
 The number of potential attack vectors which were not classified as being part of an attack. More...
 

Detailed Description

Structure to hold the dos record in the global output file.

All values are in HOST byte order

Definition at line 43 of file corsaro_dos.h.

Field Documentation

uint32_t corsaro_dos_global_header::attack_vector_cnt

The number of attack vectors in this interval.

Definition at line 53 of file corsaro_dos.h.

Referenced by corsaro_dos_global_header_fprint(), corsaro_dos_global_header_print(), and validate_global_header().

uint32_t corsaro_dos_global_header::mismatched_pkt_cnt

The number of packets which had mismatched IP addresses in the header.

This is specific to ICMP packets which have a quoted source IP address which does not match the destination address.

Definition at line 50 of file corsaro_dos.h.

Referenced by corsaro_dos_global_header_fprint(), corsaro_dos_global_header_print(), and validate_global_header().

uint32_t corsaro_dos_global_header::non_attack_vector_cnt

The number of potential attack vectors which were not classified as being part of an attack.

Definition at line 58 of file corsaro_dos.h.

Referenced by corsaro_dos_global_header_fprint(), corsaro_dos_global_header_print(), and validate_global_header().


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