aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-11-17 18:23:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-11-17 18:23:34 +0000
commit1a209c1d3ead78d934fe95d2f8a4e8516dad1b03 (patch)
tree32f14deb1582d0487530224344a005f7cd2fbbb2 /etypes.h
parent02a954efe351b77495326ccb1690576e7ea1a8b4 (diff)
added ETHERTYPE_PROFINET
svn path=/trunk/; revision=8982
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index ca25b129db..c6c5cddfe8 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.35 2003/10/08 06:44:15 guy Exp $
+ * $Id: etypes.h,v 1.36 2003/11/17 18:23:34 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,6 +42,7 @@
* RFCs 894, 1042, 826
* tcpdump's ethertype.h
* http://www.cavebear.com/CaveBear/Ethernet/
+ * http://standards.ieee.org/regauth/ethertype/type-pub.html
*/
#ifndef ETHERTYPE_VINES_IP
@@ -199,6 +200,10 @@
#define ETHERTYPE_EAPOL 0x888e /* 802.1x Authentication */
#endif
+#ifndef ETHERTYPE_PROFINET
+#define ETHERTYPE_PROFINET 0x8892 /* PROFIBUS PROFInet protocol */
+#endif
+
#ifndef ETHERTYPE_HYPERSCSI
#define ETHERTYPE_HYPERSCSI 0x889A /* HyperSCSI */
#endif