Package org.jnetpcap.protocol.tcpip

Tcp/Ip protocol suite.

See:
          Description

Interface Summary
HttpHandler Callback method from Http protocol analyzer.
 

Class Summary
Http Hyper Text Transfer Protocol header definition.
HttpAnalyzer Http protocol analyzer.
Tcp Tcp/Ip header definition
TcpAck Tcp acknowledgement analysis.
TcpAnalyzer Tcp protocol analyzer.
TcpAssembler Tcp reassembler.
TcpDuplexStream The main tcp stream analysis object that keeps global properties about a tcp stream.
TcpSequencer Groups related tcp segments in contigues sequences.
TcpStream A stream in a single direction of a bi-directional stream.
TcpStreamEvent Tcp event dispatched from TcpAnalyzer.
Udp Udp/Ip header definition
 

Enum Summary
Http.ContentType Http content type table.
Http.Request HTTP Request fields
Http.Response HTTP Response fields
Tcp.Flag Constants for each TCP flag
TcpAnalyzer.Stage  
TcpDuplexStream.Direction  
TcpStreamEvent.Type  
 

Exception Summary
TcpInvalidStreamHashcode  
 

Package org.jnetpcap.protocol.tcpip Description

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