Wireshark-commits: [Wireshark-commits] master c61b543: Get rid of more new_ prefixes for statistics
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c61b543e97f85fbe6a30f0368a7c6975bdd21fc8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c61b543 by Guy Harris (guy@xxxxxxxxxxxx):
Get rid of more new_ prefixes for statistics functions and types.
There are no "old" versions of them that we're keeping around.
Change-Id: I3c76a14d0ec1a06df39c547da37f4dea9987df4d
Reviewed-on: https://code.wireshark.org/review/25892
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 6a0a56e Note that -P can override -Q's suppression of packet output.
adds c61b543 Get rid of more new_ prefixes for statistics functions and types.
Summary of changes:
debian/libwireshark0.symbols | 16 +++---
.../asn1/ansi_map/packet-ansi_map-template.c | 34 ++++++------
epan/dissectors/asn1/camel/packet-camel-template.c | 18 +++---
.../asn1/gsm_map/packet-gsm_map-template.c | 42 +++++++-------
epan/dissectors/asn1/h225/packet-h225-template.c | 50 ++++++++---------
epan/dissectors/packet-ansi_a.c | 32 +++++------
epan/dissectors/packet-ansi_map.c | 34 ++++++------
epan/dissectors/packet-bootp.c | 18 +++---
epan/dissectors/packet-camel.c | 18 +++---
epan/dissectors/packet-gsm_a_common.c | 38 ++++++-------
epan/dissectors/packet-gsm_map.c | 42 +++++++-------
epan/dissectors/packet-h225.c | 50 ++++++++---------
epan/dissectors/packet-mtp3.c | 48 ++++++++--------
epan/dissectors/packet-rpc.c | 46 ++++++++--------
epan/dissectors/packet-sip.c | 64 +++++++++++-----------
epan/dissectors/packet-wsp.c | 36 ++++++------
epan/stat_tap_ui.c | 24 ++++----
epan/stat_tap_ui.h | 34 ++++++------
sharkd_session.c | 20 +++----
tshark.c | 2 +-
ui/cli/tap-simple_stattable.c | 32 +++++------
ui/gtk/main.c | 2 +-
ui/gtk/simple_stattable.c | 52 +++++++++---------
ui/qt/simple_statistics_dialog.cpp | 10 ++--
ui/qt/simple_statistics_dialog.h | 4 +-
wireshark-qt.cpp | 2 +-
26 files changed, 384 insertions(+), 384 deletions(-)