aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorPMcL <peterm@arista.com>2022-12-29 23:48:40 +1100
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2023-01-02 07:56:43 +0000
commit7d661542423d187abcf36ad8cb75535f0088cbb5 (patch)
treed7e0e28e40ac5137e98575602015135e4011e605 /epan/dissectors/packet-ethertype.c
parentf37c7c4062db513bd4dc6fffa36a0c90c74a4339 (diff)
Support for an Arista Vendor Specific Protocol subtype
packet.avsp.c: Updated to include a new protocol subtype called TGen; packet-ethertype.c: Changed AVSP to Arista Vendor Specific Protocol;
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 3eb5405f79..6bc9c82d98 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -185,7 +185,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_QINQ_OLD, "QinQ: old non-standard 802.1ad" },
{ ETHERTYPE_TECMP, "Technically Enhanced Capture Module Protocol (TECMP)" },
{ ETHERTYPE_6LOWPAN, "6LoWPAN" },
- { ETHERTYPE_AVSP, "Arista Timestamp" },
+ { ETHERTYPE_AVSP, "Arista Vendor Specific Protocol" },
{ ETHERTYPE_ECPRI, "eCPRI" },
{ ETHERTYPE_CABLELABS, "CableLabs Layer-3 Protocol" },
{ ETHERTYPE_EXEH, "EXos internal Extra Header" },