Pcap::TcpHeader
Inherits Reference / Object
Constructors
new(raw : LibPcap::TcpHeader, packet_header : PacketHeader)
SourceInstance methods
caplen(*args, **options)
Sourcecaplen(*args, **options, &)
Sourcedst
Sourceinspect(io : IO)
Appends a String representation of this object which includes its class name, its object address and the values of all instance variables.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>
length
Sourcesrc
Sourcetcp_ack(io : IO)
Sourcetcp_ack
Sourcetcp_ack?
Sourcetcp_cwr(io : IO)
Sourcetcp_cwr?
Sourcetcp_data_offset
Sourcetcp_data_size
Sourcetcp_doff
Sourcetcp_dst
Sourcetcp_ece(io : IO)
Sourcetcp_ece?
Sourcetcp_fin(io : IO)
Sourcetcp_fin?
Sourcetcp_flags(io : IO)
Sourcetcp_flags
Sourcetcp_offx2
Sourcetcp_push(io : IO)
Sourcetcp_push?
Sourcetcp_rst(io : IO)
Sourcetcp_rst?
Sourcetcp_seq
Sourcetcp_src
Sourcetcp_sum
Sourcetcp_syn(io : IO)
Sourcetcp_syn?
Sourcetcp_urg(io : IO)
Sourcetcp_urg
Sourcetcp_urg?
Sourcetcp_win
Sourceto_s(io : IO, ip_header : IpHeader)
Source