Home | History | Annotate | Download | only in etc
      1 #
      2 # Ethernet frame types
      3 #		This file describes some of the various Ethernet
      4 #		protocol types that are used on Ethernet networks.
      5 #
      6 # This list could be found on:
      7 #         http://www.iana.org/assignments/ethernet-numbers
      8 #         http://www.iana.org/assignments/ieee-802-numbers
      9 #
     10 # <name>    <hexnumber> <alias1>...<alias35> #Comment
     11 #
     12 IPv4	 	0800  	ip ip4 		# Internet IP (IPv4)
     13 X25		0805
     14 ARP		0806	ether-arp	#
     15 FR_ARP		0808    		# Frame Relay ARP        [RFC1701]
     16 BPQ		08FF			# G8BPQ AX.25 Ethernet Packet
     17 DEC		6000			# DEC Assigned proto
     18 DNA_DL		6001			# DEC DNA Dump/Load
     19 DNA_RC		6002			# DEC DNA Remote Console
     20 DNA_RT		6003			# DEC DNA Routing
     21 LAT		6004			# DEC LAT
     22 DIAG		6005			# DEC Diagnostics
     23 CUST		6006			# DEC Customer use
     24 SCA		6007			# DEC Systems Comms Arch
     25 TEB		6558			# Trans Ether Bridging   [RFC1701]
     26 RAW_FR  	6559			# Raw Frame Relay        [RFC1701]
     27 RARP		8035			# Reverse ARP            [RFC903]
     28 AARP		80F3			# Appletalk AARP
     29 ATALK		809B			# Appletalk
     30 802_1Q		8100	8021q 1q 802.1q	dot1q # 802.1Q Virtual LAN tagged frame
     31 IPX		8137			# Novell IPX
     32 NetBEUI		8191			# NetBEUI
     33 IPv6		86DD	ip6 		# IP version 6
     34 PPP		880B			# PPP
     35 ATMMPOA		884C			# MultiProtocol over ATM
     36 PPP_DISC	8863			# PPPoE discovery messages
     37 PPP_SES		8864			# PPPoE session messages
     38 ATMFATE		8884			# Frame-based ATM Transport over Ethernet
     39 LOOP		9000	loopback 	# loop proto
     40