Wireshark-commits: [Wireshark-commits] master 179b733: Network Service Header Dissector for Etherne

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 5 Feb 2016 05:31:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=179b733d375f65e482afb84cb54c24d1c6466d21
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

179b733 by Chidambaram Arunachalam (carunach@xxxxxxxxx):

    Network Service Header Dissector for Ethernet & GRE encapsulation
    draft-ietf-sfc-nsh-01.txt
    
    Bug: 11490
    Change-Id: I95adb1e0b1e42ba8c75e82145a756e2836a9a989
    Reviewed-on: https://code.wireshark.org/review/13633
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    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  005f44c   fuzz-test: Move the ASan message outside our loops.
    adds  179b733   Network Service Header Dissector for Ethernet & GRE encapsulation draft-ietf-sfc-nsh-01.txt


Summary of changes:
 AUTHORS                         |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-gre.c    |    1 +
 epan/dissectors/packet-nsh.c    |  382 +++++++++++++++++++++++++++++++++++++++
 epan/etypes.h                   |    4 +
 6 files changed, 390 insertions(+)
 create mode 100644 epan/dissectors/packet-nsh.c