diff options
author | adrianp <adrianp> | 2007-01-03 15:02:51 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-01-03 15:02:51 +0000 |
commit | 948cf784ebc21ff1cdeef30ee85336b7af97f823 (patch) | |
tree | 7f6d797a1eea4a380ca56d63aec9a09b0f03cdc7 /net/scapy/files | |
parent | 96e5797d3c8ebb5289044bf75f53c87ba64d98a9 (diff) | |
download | pkgsrc-948cf784ebc21ff1cdeef30ee85336b7af97f823.tar.gz |
Update to 1.0.5
_lots_ of changes
In brief:
# Revision 1.0.0.7 2005/08/10 20:01:56 pbi
# - changed Ether.mysummary() (P. Lalet)
# - Update of Sebek protocols (P. Lalet)
# Revision 1.0.0.21 2005/09/06 17:05:19 pbi
# - new logging/warning facility using the logging module
# Revision 1.0.0.24 2005/09/08 14:13:36 pbi
# - added RandIP()
# Revision 1.0.0.33 2005/09/24 14:29:30 pbi
# - completed PrismHeader layer
# Revision 1.0.4.98 2006/10/06 16:31:41 pbi
# - added additionnal DHCP Options (ticket #11)
# Revision 1.0.4.84 2006/09/23 06:52:46 pbi
# - improved import_hexcap() to handle more hexdump outputs
Diffstat (limited to 'net/scapy/files')
-rw-r--r-- | net/scapy/files/ethertypes | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/net/scapy/files/ethertypes b/net/scapy/files/ethertypes new file mode 100644 index 00000000000..5e700f66398 --- /dev/null +++ b/net/scapy/files/ethertypes @@ -0,0 +1,37 @@ +# +# Ethernet frame types +# This file describes some of the various Ethernet +# protocol types that are used on Ethernet networks. +# +# This list could be found on: +# http://www.iana.org/assignments/ethernet-numbers +# +# <name> <hexnumber> <alias1>...<alias35> #Comment +# +IPv4 0800 ip ip4 # Internet IP (IPv4) +X25 0805 +ARP 0806 ether-arp # +FR_ARP 0808 # Frame Relay ARP [RFC1701] +BPQ 08FF # G8BPQ AX.25 Ethernet Packet +DEC 6000 # DEC Assigned proto +DNA_DL 6001 # DEC DNA Dump/Load +DNA_RC 6002 # DEC DNA Remote Console +DNA_RT 6003 # DEC DNA Routing +LAT 6004 # DEC LAT +DIAG 6005 # DEC Diagnostics +CUST 6006 # DEC Customer use +SCA 6007 # DEC Systems Comms Arch +TEB 6558 # Trans Ether Bridging [RFC1701] +RAW_FR 6559 # Raw Frame Relay [RFC1701] +AARP 80F3 # Appletalk AARP +ATALK 809B # Appletalk +802_1Q 8100 8021q 1q 802.1q dot1q # 802.1Q Virtual LAN tagged frame +IPX 8137 # Novell IPX +NetBEUI 8191 # NetBEUI +IPv6 86DD ip6 # IP version 6 +PPP 880B # PPP +ATMMPOA 884C # MultiProtocol over ATM +PPP_DISC 8863 # PPPoE discovery messages +PPP_SES 8864 # PPPoE session messages +ATMFATE 8884 # Frame-based ATM Transport over Ethernet +LOOP 9000 loopback # loop proto |