#include <packets_data.h>
Data Fields | |
char * | opt_pointer |
Pointer used to read the option's part of a given DHCP packet. | |
unsigned char * | opt_pointer_reader |
Pointer used to write packet's options. | |
int | taille |
Total size (in bytes) of the DHCP packet (this include the UDP payload only). | |
opt | list [256] |
List of options for the DHCP packet. | |
dhcp82 | dslam_data |
Parsed option 82 from DSLAM. |
Definition at line 198 of file packets_data.h.