I have four packets captured in wireshark. ARP request and reply packets and ICMP packets. What field and values are used to identify the different packets carried by an ethernet frame?
|
feedback
|
|
The Ehternet frame has a type field (byte 0x0C, see Ethernet and EtherType):
The IP packet has additional headers to identify the protocol (see IPv4)
| |||
|
feedback
|
