#include <pkt.h>
Data Fields | |
| u_int16_t | srcPort |
| u_int16_t | destPort |
| u_int16_t | checkSum |
| u_int16_t | length |
Taken from p 370 of Peterson and and Davie, 2nd edition. Fields are self evident.
Definition at line 312 of file pkt.h.
| u_int16_t Pkt_UdpHdr_t::srcPort |
| u_int16_t Pkt_UdpHdr_t::destPort |
| u_int16_t Pkt_UdpHdr_t::checkSum |
| u_int16_t Pkt_UdpHdr_t::length |