Wireshark-commits: [Wireshark-commits] master 85fd9df: GFP: Add support for Generic Framing Procedu
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85fd9df235dcf77117b45ade4494c99e983595ec
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
85fd9df by John A. Thacker (johnthacker@xxxxxxxxx):
    GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)
    
    Add support for Generic Framing Procedure. Generic Framing Procedure (GFP)
    is used to map octet-aligned variable length payloads (e.g. Ethernet, MPLS,
    octet-aligned PPP, IP) into octet-synchronous signals such as SONET/SDH
    (ITU-T G.707) and OTN (ITU-T G.709). GFP is a telecommunications industry
    standard defined in ITU-T G.7041/Y.1303.
    (https://www.itu.int/rec/T-REC-G.7041/)
    
    Bug: 11961
    Change-Id: Idf5b311e82b051b1ee65bde5149b3de405537b02
    Reviewed-on: https://code.wireshark.org/review/13043
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  6f8ca07   Another symbol exported.
    adds  85fd9df   GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)
Summary of changes:
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-gfp.c    |  679 +++++++++++++++++++++++++++++++++++++++
 wiretap/pcap-common.c           |    7 +-
 wiretap/wtap.c                  |    7 +
 wiretap/wtap.h                  |    2 +
 7 files changed, 694 insertions(+), 4 deletions(-)
 create mode 100644 epan/dissectors/packet-gfp.c