Package com.voytechs.jnetstream.protocol.layer4

Classes used for disecting Layer4 protocols from packet input stream (layer4 only).

See:
          Description

Class Summary
TCP  
TCPProtocol This class implements certain higher functions of the TCP protocol.
 

Package com.voytechs.jnetstream.protocol.layer4 Description

Classes used for disecting Layer4 protocols from packet input stream (layer4 only). Although all protocols have their definitions written in NPL, for performance reasons, some extremely common headers are disected using this package such as TCP and UDP.