Wireshark-commits: [Wireshark-commits] master 7f3f11f: Add Userlog dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 3 Feb 2016 20:59:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f3f11f88fc47d0d78780e39907fe92fccefb135
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7f3f11f by Jun Wang (sdn_app@xxxxxxx):

    Add Userlog dissector
    
    Userlog is user flow logs of H3C device.
    Flow logging records users' access to the extranet. The device classifies and
    calculates flows through the 5-tuple information, which includes source IP address,
    destination IP address, source port, destination port, and protocol number,
    and generates user flow logs. Flow logging records the 5-tuple information of
    the packets and number of the bytes received and sent. With flow logs, administrators
    can track and record accesses to the network, facilitating the availability and
    security of the network.
    
    examplecapture: https://wiki.wireshark.org/SampleCaptures#UserLog
    
    Bug: 11878
    Change-Id: If3b5ca75bdd6cd8dc12af4a35401c5a6aa193a73
    Reviewed-on: https://code.wireshark.org/review/8148
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  393b183   Add AES-CMAC encryption support
    adds  7f3f11f   Add Userlog dissector


Summary of changes:
 docbook/release-notes.asciidoc   |    1 +
 epan/CMakeLists.txt              |    1 +
 epan/dissectors/Makefile.common  |    1 +
 epan/dissectors/packet-userlog.c |  432 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 435 insertions(+)
 create mode 100644 epan/dissectors/packet-userlog.c