struct Sniffer::UDPPacket
- Sniffer::UDPPacket
- Sniffer::Header
- Struct
- Value
- Object
Defined in:
sniffer/udp_packet.crConstructors
Instance Method Summary
- #dst_port : UInt16
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #src_port : UInt16
Instance methods inherited from struct Sniffer::Header
initialize
initialize,
read_u16(io)
read_u16,
read_u32(io)
read_u32,
read_u64(io)
read_u64,
read_u8(io)
read_u8
Constructor methods inherited from struct Sniffer::Header
new
new
Constructor Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO)
which can be overridden for custom implementations.
Also see #to_s
.