URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7967ef9510f81e40c75c2907b632b7b672d5fb49
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7967ef9 by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove emem APIs from UAT functionality.
Change-Id: I009c09f25d170e5c9aaaef713eaacb3252817856
Reviewed-on: https://code.wireshark.org/review/6460
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 554a397 [GPRS CDR] Add expert info for unknown record types.
adds 7967ef9 Remove emem APIs from UAT functionality.
Summary of changes:
caputils/airpcap_loader.c | 14 +++--
epan/dfilter/dfilter-macro.c | 4 +-
epan/dissectors/packet-dtls.c | 1 +
epan/dissectors/packet-k12.c | 4 +-
epan/dissectors/packet-lbm.h | 12 ++---
epan/dissectors/packet-ssl-utils.c | 22 ++++----
epan/dissectors/packet-ssl.c | 1 +
epan/prefs.c | 18 ++++---
epan/range.c | 14 ++---
epan/range.h | 5 +-
epan/uat-int.h | 2 +-
epan/uat.c | 90 ++++++++++++++++++++-----------
epan/uat.h | 76 +++++++++++++++++---------
epan/uat_load.l | 22 ++++----
epan/wslua/wslua_proto.c | 8 ++-
plugins/stats_tree/pinfo_stats_tree.c | 6 ++-
ui/gtk/main_menubar.c | 13 +++--
ui/gtk/prefs_dlg.c | 6 ++-
ui/gtk/uat_gui.c | 91 ++++++++++++++++++++------------
ui/qt/io_graph_dialog.cpp | 6 ++-
ui/qt/packet_range_group_box.cpp | 4 +-
ui/qt/sctp_chunk_statistics_dialog.cpp | 3 +-
ui/qt/uat_dialog.cpp | 9 +++-
ui/win32/file_dlg_win32.c | 5 +-
24 files changed, 276 insertions(+), 160 deletions(-)