URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90a76e0d51faed8aff875eafce0a85e39de6ae5f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
90a76e0 by Michael Mann (mmann78@xxxxxxxxxxxx):
Convert val_to_str -> val_to_str_wmem.
This is mostly for GUI usage, but a few dissectors needed some "non-packet scope" conversions.
val_to_str officially now uses wmem_packet_scope()
Change-Id: Ic9413eeb3406d7a7683222b86709f3675d628d81
Reviewed-on: https://code.wireshark.org/review/6933
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 74547db MySQL: Add Server ext caps and Auth Plugin Length to Server Greeting
adds 90a76e0 Convert val_to_str -> val_to_str_wmem.
Summary of changes:
epan/dissectors/packet-csm-encaps.c | 6 +--
epan/dissectors/packet-gsm_abis_oml.c | 28 +++++++------
epan/dissectors/packet-ieee80211.c | 43 +++++++++++++-------
epan/dissectors/packet-ipmi.c | 6 ++-
epan/dissectors/packet-soupbintcp.c | 16 +++++---
epan/proto.c | 47 +++++++++++++---------
epan/value_string.c | 2 +-
ui/cli/tap-camelcounter.c | 5 ++-
ui/cli/tap-camelsrt.c | 22 +++++++---
ui/cli/tap-expert.c | 5 ++-
ui/cli/tap-h225counter.c | 57 +++++++++++++++++++-------
ui/cli/tap-h225rassrt.c | 9 ++++-
ui/cli/tap-megacostat.c | 5 ++-
ui/cli/tap-mgcpstat.c | 5 ++-
ui/cli/tap-radiusstat.c | 5 ++-
ui/gtk/camel_counter.c | 5 ++-
ui/gtk/camel_srt.c | 6 ++-
ui/gtk/capture_if_details_dlg_win32.c | 71 ++++++++++++++++++++-------------
ui/gtk/fc_stat.c | 5 ++-
ui/gtk/h225_counter.c | 71 ++++++++++++++++++++-------------
ui/gtk/h225_ras_srt.c | 5 ++-
ui/gtk/megaco_stat.c | 5 ++-
ui/gtk/mgcp_stat.c | 6 ++-
ui/gtk/ncp_stat.c | 17 ++++++--
ui/gtk/radius_stat.c | 5 ++-
ui/tap-sctp-analysis.c | 15 ++++++-
ui/voip_calls.c | 21 ++++++----
27 files changed, 331 insertions(+), 162 deletions(-)