struct Sniffer::IPPacket
- Sniffer::IPPacket
- Sniffer::Header
- Struct
- Value
- Object
Defined in:
sniffer/ip_packet.crConstructors
Instance Method Summary
- #addr2string(addr : UInt32)
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #protocol : UInt8
- #protocol_string : String
- #tot_len : 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
.