Wireshark-commits: [Wireshark-commits] master c46fa33: Riemann protocol dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Dec 2014 07:16:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c46fa33b418d97e116d0440d2a2375a085a1f227
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c46fa33 by Sergey Avseyev (sergey.avseyev@xxxxxxxxx):

    Riemann protocol dissector
    
    Homepage: http://riemann.io/
    
    Sample capture:
    http://files.avsej.net/riemann-sample.pcapng
    
    Protocol definition:
    https://github.com/aphyr/riemann-java-client/blob/master/src/main/proto/riemann/proto.proto
    
    Implementor's guide:
    http://riemann.io/howto.html#write-a-client
    
    Bug: 10758
    Change-Id: I28634453423127fe647eb92e48072a90a7f5d232
    Reviewed-on: https://code.wireshark.org/review/5620
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1f8b16e   ICQ: fix icq.meta_user.found_authorization field registration
    adds  c46fa33   Riemann protocol dissector


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