| Package | Description |
|---|---|
| nl.sidnlabs.pcap | |
| nl.sidnlabs.pcap.decoder | |
| nl.sidnlabs.pcap.packet | |
| nl.sidnlabs.pcap.util |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Packet> |
PcapReader.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Packet |
IPDecoder.decode(byte[] packetData,
int ipStart) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
TCPDecoder.decode(Packet packet,
byte[] packetData,
int ipStart,
int ipHeaderLen,
int totalLength) |
byte[] |
IPDecoder.reassemble(Packet packet,
byte[] packetData,
int ipStart) |
byte[] |
TCPDecoder.reassemble(Packet packet,
int ipHeaderLen,
int totalLength,
int ipStart,
byte[] packetData)
decode the packetdata
|
byte[] |
UDPDecoder.reassemble(Packet packet,
int ipHeaderLen,
int totalLength,
int ipStart,
byte[] packetData)
Decode the udp packet, supports reassembly of fragmented packets
|
| Modifier and Type | Class and Description |
|---|---|
class |
DNSPacket |
class |
ICMPPacket |
| Modifier and Type | Field and Description |
|---|---|
static Packet |
Packet.NULL |
| Modifier and Type | Method and Description |
|---|---|
static Packet |
PacketFactory.create(int protocol) |
| Modifier and Type | Method and Description |
|---|---|
static int |
IPv6Util.buildInternetProtocolV6ExtensionHeaderFragment(Packet packet,
byte[] packetData,
int ipStart) |
Copyright © 2019. All rights reserved.