Package nl.sidnlabs.pcap.decoder
Interface Decoder
- All Known Implementing Classes:
ICMPDecoder,TCPDecoder,UDPDecoder
public interface Decoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanvoidreassemble(Packet packet, byte[] packetData) voidreset()
-
Field Details
-
PROTOCOL_HEADER_SRC_PORT_OFFSET
static final int PROTOCOL_HEADER_SRC_PORT_OFFSET- See Also:
-
PROTOCOL_HEADER_DST_PORT_OFFSET
static final int PROTOCOL_HEADER_DST_PORT_OFFSET- See Also:
-
-
Method Details
-
reassemble
-
isDNS
-
printStats
void printStats() -
reset
void reset()
-