Skip to content

Commit

Permalink
Added Link Layer Discovery Protocol to ethernet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Bandla committed Jun 6, 2012
1 parent f2eabca commit 7503ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpkt/ethernet.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
ETH_TYPE_MPLS_MCAST = 0x8848 # MPLS Multicast
ETH_TYPE_PPPoE_DISC = 0x8863 # PPP Over Ethernet Discovery Stage
ETH_TYPE_PPPoE = 0x8864 # PPP Over Ethernet Session Stage
ETH_TYPE_LLDP = 0x88CC # Link Layer Discovery Protocol

# MPLS label stack fields
MPLS_LABEL_MASK = 0xfffff000
Expand Down

0 comments on commit 7503ee6

Please sign in to comment.