Wireshark-commits: [Wireshark-commits] master 3df42e7: proto_tree_add_text cleanup
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Sep 2014 05:51:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3df42e79a54af411d3b197f461e8f98913cce59e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3df42e7 by Michael Mann (mmann78@xxxxxxxxxxxx):

    proto_tree_add_text cleanup
    
    Create filters (expert and hf_) that have the "most bang for the buck" (ie have many instances for a single filter)
    
    Change-Id: I61995e41c5b298df77e084e65cdf30ebe95da1e6
    Reviewed-on: https://code.wireshark.org/review/4086
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  47c5929   Add some additional checks in SnifferDecompress().
    adds  3df42e7   proto_tree_add_text cleanup


Summary of changes:
 epan/dissectors/packet-bgp.c          |  343 ++++++++++++++++++---------------
 epan/dissectors/packet-bssap.c        |   56 +++---
 epan/dissectors/packet-dlsw.c         |   34 ++--
 epan/dissectors/packet-fcfcs.c        |   38 ++--
 epan/dissectors/packet-fcswils.c      |    2 +-
 epan/dissectors/packet-gsm_a_bssmap.c |   58 +++---
 epan/dissectors/packet-gtpv2.c        |   18 +-
 epan/dissectors/packet-lmp.c          |   80 +++-----
 epan/dissectors/packet-mpls-echo.c    |   14 +-
 epan/dissectors/packet-nbns.c         |   95 ++++-----
 epan/dissectors/packet-netbios.c      |  152 +++++++++------
 epan/dissectors/packet-ses.c          |   70 +++----
 epan/dissectors/packet-sna.c          |   58 +++---
 epan/dissectors/packet-spice.c        |  148 +++++++-------
 epan/dissectors/packet-tipc.c         |   73 ++++---
 15 files changed, 648 insertions(+), 591 deletions(-)