Wireshark-commits: [Wireshark-commits] master 1e2867c: Clean up STT plugin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Apr 2015 04:43:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1e2867cdf0244ff2b519dfa5df11aaa8cd17ebc9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1e2867c by Jesse Gross (jesse@xxxxxxxxxx):

    Clean up STT plugin
    
    This adds some essential features for STT dissection including
    using a heuristic IP dissector to ensure we get the right traffic,
    segment reassembly, and additional field decoding.
    
    Based on work original done by Andrew Evans.
    
    Change-Id: Ic89d6b16803185c7f58b73935c2646d532d0ae14
    Reviewed-on: https://code.wireshark.org/review/8187
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a2fb4d1   Bluetooth: OBEX: Missing break in switch (CID 1295685)
    adds  1e2867c   Clean up STT plugin


Summary of changes:
 colorfilters                 |    2 +-
 epan/dissectors/packet-stt.c |  851 ++++++++++++++++++++++++++++++++++++------
 2 files changed, 739 insertions(+), 114 deletions(-)