Wireshark-commits: [Wireshark-commits] master b5a44d2: Add a THRIFT dissector.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 6 May 2015 10:26:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5a44d258b7c3909dace69ebe6fa9d53f54ec3d9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b5a44d2 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Add a THRIFT dissector.
    
    Change-Id: I69f2a99bde5a9f8c4c969cdd9145838ac776521b
    Reviewed-on: https://code.wireshark.org/review/8298
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  050de6a   Set tap filter when WLAN "Limit to display filter" option is checked.
    adds  b5a44d2   Add a THRIFT dissector.


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