Wireshark-commits: [Wireshark-commits] master 0b824d4: Support for Oracle Solaris ECP/VDP dissectio
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b824d41c206fecd77603b95f1f905efe183d524
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0b824d4 by Petr Sumbera (petr.sumbera@xxxxxxxxxx):
Support for Oracle Solaris ECP/VDP dissection based on IEEE 802.1Qbg Draft 2.1.
Bug: 12272
Change-Id: I9e58187695ceef089b452657d2fe60400114f522
Reviewed-on: https://code.wireshark.org/review/14866
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from aaab918 QT translation: Remove shortcuts from *.ts files
adds 0b824d4 Support for Oracle Solaris ECP/VDP dissection based on IEEE 802.1Qbg Draft 2.1.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-ecp.c | 576 +++++++++++++++++++++++++++++++++++++++
epan/etypes.h | 4 +
epan/oui.c | 1 +
epan/oui.h | 1 +
7 files changed, 585 insertions(+)
create mode 100644 epan/dissectors/packet-ecp.c