Skip to content

Commit

Permalink
add missing ARP Packet Ethernet type code
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 8, 2024
1 parent f44a9f1 commit ba27047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contents/ethernet_lan_switching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ LANs use L2 layer frames.
* value of `1536 or less` in this field indicates the `TYPE` of the encapsulated packet (usually IPv4 or IPv6), and the length is determined via other methods
* IPv4 = 0x0800 (Hexadecimal) = `2048` in decimal
* IPv6 = 0x86DD (Hexadecimal) = `34525` in decimal
* ARP Packet = 0x0806 (Hexadecimal) = `2054` in decimal


### FCS (Frame Check Sequence)
Expand Down

0 comments on commit ba27047

Please sign in to comment.