aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-01-17 16:34:11 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-01-17 16:34:11 +0000
commit7d5b55679eba15a511ad69f95fe83dd8ee6e4e55 (patch)
tree46111591d1674b101c330ac615daaaa2306dfb34 /epan/etypes.h
parent4e448c3cf9bdc6092e15d053c91847e9f13949c4 (diff)
From Sebastien Tandel: Support for the dissection of the Intellon homeplug powerline protocol based on INT51X1 specification.
svn path=/trunk/; revision=20459
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 217c0909a4..3375a9949a 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -246,6 +246,10 @@
#define ETHERTYPE_MS_NLB_HEARTBEAT 0x886f /* MS Network Load Balancing heartbeat http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/windows2000serv/deploy/confeat/nlbovw.asp */
#endif
+#ifndef ETHERTYPE_HOMEPLUG
+#define ETHERTYPE_HOMEPLUG 0x887B /* IEEE assigned Ethertype */
+#endif
+
#ifndef ETHERTYPE_CDMA2000_A10_UBS
#define ETHERTYPE_CDMA2000_A10_UBS 0x8881 /* the byte stream protocol that is used for IP based micro-mobility bearer interfaces (A10) in CDMA2000(R)-based wireless networks */
#endif