aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-17 21:50:43 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-17 21:50:43 +0000
commitb883c35b7fe2b5546e618ae526a556074ed9fac4 (patch)
treeb5766918b46892acc196a5e734b676b35ca5feaa /epan/dissectors/packet-ethertype.c
parentd5b8020a77c7501e8c3c3204dc310d0d81f190da (diff)
Add ethertypes and value_str for IEC 61850
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17049 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index f81b37fd2c..a96022cdf9 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -97,6 +97,9 @@ const value_string etype_vals[] = {
{ETHERTYPE_AOE, "ATA over Ethernet" },
{ETHERTYPE_CSM_ENCAPS, "CSM_ENCAPS Protocol" },
{ETHERTYPE_IEEE802_OUI_EXTENDED, "IEEE 802a OUI Extended Ethertype" },
+ {ETHERTYPE_IEC61850_GOOSE, "IEC 61850/GOOSE" },
+ {ETHERTYPE_IEC61850_GSE, "IEC 61850/GSE management services" },
+ {ETHERTYPE_IEC61850_SV, "IEC 61850/SV (Sampled Value Transmission" },
{ETHERTYPE_TIPC, "Transparent Inter Process Communication" },
{ETHERTYPE_LLDP, "802.1 Link Layer Discovery Protocol (LLDP)" },
{ETHERTYPE_3GPP2, "3GPP2 protocol" },