Wireshark-commits: [Wireshark-commits] master 2e9f3c5: tap: change glib functions to wmem.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jun 2016 15:38:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e9f3c5d366eaa7139fc877b5301392166b3f985 Submitter: Anders Broman (a.broman58@xxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 2e9f3c5 by Dario Lombardo (lomato@xxxxxxxxx): tap: change glib functions to wmem. Change-Id: I878ae6b121a669f9b7f4e1e57bc079f0cb44c0bf Reviewed-on: https://code.wireshark.org/review/15270 Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx> Reviewed-by: Evan Huus <eapache@xxxxxxxxx> Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx> Actions performed: from 2aa55a3 GTPV2: add decoding of ECI into enodebid and cellid adds 2e9f3c5 tap: change glib functions to wmem. Summary of changes: dftest.c | 9 --- epan/dissectors/packet-smb-sidsnooping.c | 10 +-- epan/dissectors/packet-smb.c | 4 +- epan/dissectors/packet-smb2.c | 4 +- epan/epan.c | 14 ++++ epan/tap.c | 48 ++++++------ epan/tap.h | 8 +- epan/wslua/wslua_field.c | 6 +- epan/wslua/wslua_listener.c | 6 +- plugins/mate/packet-mate.c | 6 +- rawshark.c | 6 +- tfshark.c | 10 --- tshark.c | 6 -- ui/cli/tap-camelsrt.c | 6 +- ui/cli/tap-comparestat.c | 6 +- ui/cli/tap-diameter-avp.c | 6 +- ui/cli/tap-endpoints.c | 6 +- ui/cli/tap-expert.c | 6 +- ui/cli/tap-follow.c | 4 +- ui/cli/tap-gsm_astat.c | 4 +- ui/cli/tap-hosts.c | 6 +- ui/cli/tap-httpstat.c | 6 +- ui/cli/tap-icmpstat.c | 6 +- ui/cli/tap-icmpv6stat.c | 6 +- ui/cli/tap-iostat.c | 6 +- ui/cli/tap-iousers.c | 6 +- ui/cli/tap-macltestat.c | 4 +- ui/cli/tap-protocolinfo.c | 6 +- ui/cli/tap-protohierstat.c | 6 +- ui/cli/tap-rlcltestat.c | 4 +- ui/cli/tap-rpcprogs.c | 6 +- ui/cli/tap-rtd.c | 6 +- ui/cli/tap-rtp.c | 4 +- ui/cli/tap-rtspstat.c | 6 +- ui/cli/tap-sctpchunkstat.c | 6 +- ui/cli/tap-simple_stattable.c | 6 +- ui/cli/tap-sipstat.c | 6 +- ui/cli/tap-smbsids.c | 6 +- ui/cli/tap-srt.c | 6 +- ui/cli/tap-stats_tree.c | 5 +- ui/cli/tap-sv.c | 6 +- ui/cli/tap-wspstat.c | 6 +- ui/gtk/compare_stat.c | 6 +- ui/gtk/conversations_table.c | 12 +-- ui/gtk/dcerpc_stat.c | 6 +- ui/gtk/expert_comp_dlg.c | 20 ++--- ui/gtk/export_object_dlg.c | 6 +- ui/gtk/follow_stream.c | 5 +- ui/gtk/gsm_map_summary.c | 6 +- ui/gtk/hostlist_table.c | 12 +-- ui/gtk/iax2_analysis.c | 6 +- ui/gtk/io_stat.c | 6 +- ui/gtk/lbm_stream_dlg.c | 6 +- ui/gtk/lbm_uimflow_dlg.c | 6 +- ui/gtk/mac_lte_stat_dlg.c | 6 +- ui/gtk/main.c | 5 -- ui/gtk/mtp3_summary.c | 6 +- ui/gtk/response_time_delay_table.c | 6 +- ui/gtk/rlc_lte_stat_dlg.c | 6 +- ui/gtk/rpc_stat.c | 6 +- ui/gtk/rtp_analysis.c | 6 +- ui/gtk/sctp_chunk_stat.c | 6 +- ui/gtk/service_response_time_table.c | 6 +- ui/gtk/simple_stattable.c | 6 +- ui/gtk/stats_tree_stat.c | 6 +- ui/gtk/wlan_stat_dlg.c | 12 +-- ui/mcast_stream.c | 8 +- ui/qt/bluetooth_device_dialog.cpp | 6 +- ui/qt/bluetooth_hci_summary_dialog.cpp | 6 +- ui/qt/expert_info_dialog.cpp | 6 +- ui/qt/gsm_map_summary_dialog.cpp | 6 +- ui/qt/io_graph_dialog.cpp | 13 ++-- ui/qt/lbm_lbtrm_transport_dialog.cpp | 6 +- ui/qt/lbm_lbtru_transport_dialog.cpp | 6 +- ui/qt/lbm_stream_dialog.cpp | 6 +- ui/qt/mtp3_summary_dialog.cpp | 6 +- ui/qt/wireshark_dialog.cpp | 6 +- ui/rtp_stream.c | 6 +- ui/tap-rlc-graph.c | 12 +-- ui/tap-sctp-analysis.c | 6 +- ui/tap-tcp-stream.c | 12 +-- ui/tap_export_pdu.c | 8 +- ui/voip_calls.c | 120 +++++++++++++++--------------- wireshark-qt.cpp | 20 ++--- 84 files changed, 356 insertions(+), 377 deletions(-)
- Prev by Date: [Wireshark-commits] master 2aa55a3: GTPV2: add decoding of ECI into enodebid and cellid
- Next by Date: [Wireshark-commits] master e912db4: Add an expert item to asure that aifsn is at least 2
- Previous by thread: [Wireshark-commits] master 2aa55a3: GTPV2: add decoding of ECI into enodebid and cellid
- Next by thread: [Wireshark-commits] master e912db4: Add an expert item to asure that aifsn is at least 2
- Index(es):