suricata
IPV4Opt_ Struct Reference

#include <decode-ipv4.h>

Data Fields

uint8_t type
 
uint8_t len
 
const uint8_t * data
 

Detailed Description

Definition at line 61 of file decode-ipv4.h.

Field Documentation

◆ data

const uint8_t* IPV4Opt_::data

option data

Definition at line 68 of file decode-ipv4.h.

◆ len

uint8_t IPV4Opt_::len

option length (type+len+data)

Definition at line 67 of file decode-ipv4.h.

◆ type

uint8_t IPV4Opt_::type
Todo:
We may want to break type up into its 3 fields as the reassembler may want to know which options must be copied to each fragment.

option type

Definition at line 66 of file decode-ipv4.h.


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