aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-06-04 13:07:13 +0000
committerJörg Mayer <jmayer@loplof.de>2006-06-04 13:07:13 +0000
commit98477bc4e4e20ff23c5d195e87b121722daa0252 (patch)
tree395a6fd64ce8b6db00d6959fbb74b76912c0cd0a /epan/dissectors/packet-ethertype.c
parent5f6f853d16d8b2b14bc944a8376bb2f5b2e7c490 (diff)
Add some rudimentary dissector for what seems to be
Telkonets ethernet over powerline communication protocol. svn path=/trunk/; revision=18333
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index edaf952693..b3e04a7674 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -95,6 +95,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_CDMA2000_A10_UBS, "CDMA2000 A10 Unstructured byte stream" },
{ETHERTYPE_PROFINET, "PROFINET" },
{ETHERTYPE_AOE, "ATA over Ethernet" },
+ {ETHERTYPE_TELKONET, "Telkonet powerline" },
{ETHERTYPE_CSM_ENCAPS, "CSM_ENCAPS Protocol" },
{ETHERTYPE_IEEE802_OUI_EXTENDED, "IEEE 802a OUI Extended Ethertype" },
{ETHERTYPE_IEC61850_GOOSE, "IEC 61850/GOOSE" },