aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorNikhil AP <nikhilap@arista.com>2018-03-19 07:51:01 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2018-03-22 20:15:12 +0000
commitc55d15783c619f60f2e072553b90fe801815ea0e (patch)
tree46faccf7197bc26b34631220652109e4e1cb7ee7 /epan/dissectors/packet-ethertype.c
parent2e02b438ccef6163260396d8e6212b42237c17fa (diff)
Add Arista Vendor Specific Protocol (Ethertype) dissector
Bug: 14550 Change-Id: I08d54825eb054255167eb28469b7fb854507e4ed Reviewed-on: https://code.wireshark.org/review/26492 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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 5eedd513be..39c7354656 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -178,6 +178,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_BLUECOM, "bluecom Protocol" },
{ ETHERTYPE_QINQ_OLD, "QinQ: old non-standard 802.1ad" },
{ ETHERTYPE_6LOWPAN, "6LoWPAN" },
+ { ETHERTYPE_AVSP, "Arista Timestamp" },
{ 0, NULL }
};