Inner layer 4 packets
Inner layer 4 packets are classified in the basic classes shown in this table.
Class | Classification Conditions | Length of Header (in bytes) |
---|---|---|
TCP | The frame decoder recognizes a TCP packet if
the value of the Data Offset field
is larger than or equal to 0x5, and one of these conditions is met:
|
20, 24, 28, ..., 60 (fetched from the Offset field in the TCP header) |
UDP | The frame decoder recognizes a UDP packet if
one of these conditions is met:
|
8 |
ICMP | The frame decoder recognizes an ICMP packet if
one of these conditions is met:
|
4 |
SCTP | The frame decoder recognizes an SCTP packet if
one of these conditions is met:
|
12 |
L4_Other | The frame decoder recognizes an L4_Other packet if none of the above applies. | 0 |