Wireshark-commits: [Wireshark-commits] master cd68b47: Add dissector for LINKTYPE_EPON

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Apr 2014 15:26:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cd68b4744cbad2f7c2137bc082b72267184b477a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cd68b47 by Philip Rosenberg-Watt (p.rosenberg-watt@xxxxxxxxxxxxx):

    Add dissector for LINKTYPE_EPON
    
    See IEEE Standard 802.3-2012 Section 5, Clause 65 and CableLabs DPoE
    Security and Certificate Specification 1.0, Section 6.
    
    Currently dissects 1G mode. 10G mode will be added when hardware is
    available.
    
    Change-Id: I6232af9bf6807644ef66a120d97e5fa5927988fe
    Reviewed-on: https://code.wireshark.org/review/1284
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  484b183   MBIM: make the backward compatibility function static
    adds  cd68b47   Add dissector for LINKTYPE_EPON


Summary of changes:
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-epon.c   |  297 +++++++++++++++++++++++++++++++++++++++
 wiretap/pcap-common.c           |    5 +-
 wiretap/wtap.c                  |    3 +
 wiretap/wtap.h                  |    1 +
 7 files changed, 308 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-epon.c