Package org.jnetpcap.protocol.tcpip

Tcp/Ip protocol suite.

See:
          Description

Interface Summary
HttpOptions Http protocol options.
 

Class Summary
Http Hyper Text Transfer Protocol header definition.
Http.Chunk A http chunk that has been encoded during transfer as "Transfer-Encoding: chuncked".
Tcp Transmission Control Protocol (TCP).
Tcp.AlternateChecksum The option described in this memo provides a mechanism to negotiate the use of an alternate checksum at connection-establishment time, as well as a mechanism to carry additional checksum information for algorithms that utilize checksums that are longer than 16 bits.
Tcp.AlternateChecksumRequest The option described in this memo provides a mechanism to negotiate the use of an alternate checksum at connection-establishment time, as well as a mechanism to carry additional checksum information for algorithms that utilize checksums that are longer than 16 bits.
Tcp.MSS The TCP Maximum Segment Size option can be used to specify the maximum segment size that the receiver should use.
Tcp.NoOp No operation.
Tcp.SACK TCP may experience poor performance when multiple packets are lost from one window of data.
Tcp.SACK_PERMITTED The TCP SACK permitted option may be sent in a SYN by a TCP that has been extended to receive the SACK option once the connection has opened.
Tcp.TcpOption Options (Variable 0-320 bits, divisible by 32) - The length of this field is determined by the data offset field.
Tcp.Timestamp TCP timestamps, defined in RFC 1323, help TCP compute the round-trip time between the sender and receiver.
Tcp.WindowScale The window scale extension expands the definition of the TCP window to 32 bits and then uses a scale factor to carry this 32 bit value in the 16 bit Window field of the TCP header (SEG.WND in RFC-793).
Udp User Datagram Protocol (UDP).
 

Enum Summary
Http.ContentType Http content type table.
Http.Request HTTP Request fields.
Http.Response HTTP Response fields.
Tcp.AlternateChecksumRequest.Algorithm A SYN segment used to originate a connection may contain the Alternate Checksum Request Option, which specifies an alternate checksum-calculation algorithm to be used for the connection.
Tcp.Flag Flags (8 bits) (aka Control bits) - contains 8 1-bit flags CWR (1 bit) - Congestion Window Reduced (CWR) flag is set by the sending host to indicate that it received a TCP segment with the ECE flag set and had responded in congestion control mechanism (added to header by RFC 3168).
Tcp.TcpOption.OptionCode Options (Variable 0-320 bits, divisible by 32) - The length of this field is determined by the data offset field.
 

Package org.jnetpcap.protocol.tcpip Description

Tcp/Ip protocol suite. Various network Tcp/Ip specific protocols.