Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master c2e090f: Dissector for elasticsearch protocol

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Nov 2014 03:26:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2e090f2cffb6be3cc376cb9142c9d2f86da8c7b
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c2e090f by Ryan Doyle (ryan@xxxxxxxxxxxx):

    Dissector for elasticsearch protocol
    
    Provides dissection for the elasticsearch protocol. This includes full
    dissection of the multicast discovery protocol, the HTTP query interface
    and partial dissection of the binary protocol.
    
    Change-Id: I738fb498976e44fa05168c2bc3a7e842a9e96df9
    Reviewed-on: https://code.wireshark.org/review/4948
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  4cc4315   batadv: Add dissector support for batadv v15
    adds  c2e090f   Dissector for elasticsearch protocol


Summary of changes:
 AUTHORS                                |    5 +
 NEWS                                   |    2 +-
 docbook/release-notes.asciidoc         |    1 +
 epan/CMakeLists.txt                    |    1 +
 epan/dissectors/Makefile.common        |    1 +
 epan/dissectors/packet-elasticsearch.c |  768 ++++++++++++++++++++++++++++++++
 6 files changed, 777 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-elasticsearch.c