URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1bd438ba5236d81afeb2190f637e85eb6a12beaf
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1bd438b by Kim Kempf (kim.kempf@xxxxxxxxx):
Adding 802.1BR E-Tag dissector
Based on IEEE Std 802.1BR-2012
Bug: 12613
Change-Id: Ic5198471f67a1af728df40a09443a1cab2621169
Reviewed-on: https://code.wireshark.org/review/16402
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 6223327 Support Juniper VN over UDP.
adds 1bd438b Adding 802.1BR E-Tag dissector
Summary of changes:
AUTHORS.src | 5 +-
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-etag.c | 252 ++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ethertype.c | 1 +
epan/etypes.h | 4 +
7 files changed, 264 insertions(+), 1 deletion(-)
create mode 100644 epan/dissectors/packet-etag.c