Wireshark-commits: [Wireshark-commits] master 28fb531: Initial commit of Snort post-dissector.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Nov 2016 23:15:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28fb531cdd96ea1bbd48c6907a60f444ec2415a2
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

28fb531 by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    Initial commit of Snort post-dissector.
    
    This dissector allows Snort to process all of the
    packets passed to Wireshark, and for the alerts to
    be shown in the protocol tree.  It is also possible
    to set the source of alerts to be packet comments.
    
    Change-Id: I6e0a50d3418001cbac2d185639adda2553a40de8
    Reviewed-on: https://code.wireshark.org/review/18848
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  24f7b93   debian-setup: check for both libgnutls-dev and libgnutls28-dev.
    adds  28fb531   Initial commit of Snort post-dissector.


Summary of changes:
 docbook/release-notes.asciidoc |    1 +
 epan/dissectors/CMakeLists.txt |    2 +
 epan/dissectors/Makefile.am    |    2 +
 epan/dissectors/packet-snort.c | 1384 ++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/snort-config.c | 1103 ++++++++++++++++++++++++++++++++
 epan/dissectors/snort-config.h |  194 ++++++
 6 files changed, 2686 insertions(+)
 create mode 100644 epan/dissectors/packet-snort.c
 create mode 100644 epan/dissectors/snort-config.c
 create mode 100644 epan/dissectors/snort-config.h