test icmp
Fork of ethspam by
udp.h File Reference
UDP packet. More...
Go to the source code of this file.
Data Structures | |
| struct | UDP_Packet |
| UDP Packet memory map. More... | |
Functions | |
| void | fix_endian_udp (UDP_Packet *segment) |
| Convert from wire to host or host to wire endianness. | |
| void | print_udp (UDP_Packet *segment) |
| Print the UDP packet. | |
Detailed Description
UDP packet.
This file contains the memory map and associated functions for UDP packet creation and deconstruction.
Definition in file udp.h.
Function Documentation
| void fix_endian_udp | ( | UDP_Packet * | segment ) |
| void print_udp | ( | UDP_Packet * | segment ) |
Generated on Fri Jul 15 2022 02:45:18 by
1.7.2
