Wireshark-commits: [Wireshark-commits] master c55d157: Add Arista Vendor Specific Protocol (Etherty

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Mar 2018 20:15:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c55d15783c619f60f2e072553b90fe801815ea0e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c55d157 by Nikhil AP (nikhilap@xxxxxxxxxx):

    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@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  2e02b43   NR-RRC: remove a redundant declaration
    adds  c55d157   Add Arista Vendor Specific Protocol (Ethertype) dissector


Summary of changes:
 docbook/release-notes.asciidoc     |   1 +
 epan/dissectors/CMakeLists.txt     |   1 +
 epan/dissectors/Makefile.am        |   1 +
 epan/dissectors/packet-avsp.c      | 224 +++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-ethertype.c |   1 +
 epan/etypes.h                      |   4 +
 6 files changed, 232 insertions(+)
 create mode 100644 epan/dissectors/packet-avsp.c