Wireshark-commits: [Wireshark-commits] master 42b0609: tshark JSON and Elasticsearch output

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jun 2016 06:09:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42b060905e6a84c1413803e59766802089f6349d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

42b0609 by Martin Kacer (kacer.martin@xxxxxxxxx):

    tshark JSON and Elasticsearch output
    
    Added ouput -T for json|ek
    Added -j switch fo filter EK json|ek fields.
    Added -x switch to work with json|ek to insert raw fields.
    
    Bug: 11754
    
    Change-Id: Iad5a9092b843c074b0b774d1745fa14fca09f6b7
    Reviewed-on: https://code.wireshark.org/review/15869
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0aa5f6c   idl2wrs: fix more bad strndups
    adds  42b0609   tshark JSON and Elasticsearch output


Summary of changes:
 AUTHORS.src    |    4 +
 doc/tshark.pod |   28 ++-
 epan/print.c   |  582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 epan/print.h   |    6 +
 tshark.c       |   61 +++++-
 5 files changed, 672 insertions(+), 9 deletions(-)