| Class | PacketFu::UDPHeader |
| In: |
lib/packetfu/udp.rb
|
| Parent: | Struct.new(:udp_src, :udp_dst, :udp_len, :udp_sum, :body) |
UDPHeader is a complete UDP struct, used in UDPPacket. Many Internet-critical protocols rely on UDP, such as DNS and World of Warcraft.
For more on UDP packets, see www.networksorcery.com/enp/protocol/udp.htm
Int16 :udp_src Int16 :udp_dst Int16 :udp_len Default: calculated Int16 :udp_sum Default: 0. Often calculated. String :body