Wireshark-commits: [Wireshark-commits] master 9b731e2: Add a tap "finish" callback, called when a l
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jul 2018 00:51:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b731e2b320ca936499bf7840a7b2ac5c2b64e05 Submitter: Guy Harris (guy@xxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 9b731e2 by Guy Harris (guy@xxxxxxxxxxxx): Add a tap "finish" callback, called when a listener is removed. Change-Id: Ic6c23dbd39d1adf8f730f1c866e409f731947475 Reviewed-on: https://code.wireshark.org/review/28786 Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx> Actions performed: from 66935d8 CMake: Add tools help checks. adds 9b731e2 Add a tap "finish" callback, called when a listener is removed. Summary of changes: epan/dissectors/packet-f5ethtrailer.c | 6 +-- epan/dissectors/packet-smb-sidsnooping.c | 4 +- epan/dissectors/packet-smb.c | 2 +- epan/dissectors/packet-smb2.c | 2 +- epan/tap.c | 7 +++- epan/tap.h | 4 +- epan/wslua/wslua_field.c | 2 +- epan/wslua/wslua_listener.c | 2 +- plugins/epan/pluginifdemo/ui/uihandler.cpp | 2 +- rawshark.c | 2 +- sharkd_session.c | 26 ++++++------- ui/cli/tap-camelsrt.c | 3 +- ui/cli/tap-comparestat.c | 2 +- ui/cli/tap-diameter-avp.c | 2 +- ui/cli/tap-endpoints.c | 2 +- ui/cli/tap-expert.c | 3 +- ui/cli/tap-exportobject.c | 2 +- ui/cli/tap-flow.c | 2 +- ui/cli/tap-follow.c | 2 +- ui/cli/tap-gsm_astat.c | 3 +- ui/cli/tap-hosts.c | 2 +- ui/cli/tap-httpstat.c | 3 +- ui/cli/tap-icmpstat.c | 3 +- ui/cli/tap-icmpv6stat.c | 2 +- ui/cli/tap-iostat.c | 2 +- ui/cli/tap-iousers.c | 2 +- ui/cli/tap-macltestat.c | 3 +- ui/cli/tap-protocolinfo.c | 2 +- ui/cli/tap-protohierstat.c | 2 +- ui/cli/tap-rlcltestat.c | 3 +- ui/cli/tap-rpcprogs.c | 2 +- ui/cli/tap-rtd.c | 2 +- ui/cli/tap-rtspstat.c | 3 +- ui/cli/tap-sctpchunkstat.c | 2 +- ui/cli/tap-simple_stattable.c | 2 +- ui/cli/tap-sipstat.c | 3 +- ui/cli/tap-smbsids.c | 2 +- ui/cli/tap-srt.c | 2 +- ui/cli/tap-stats_tree.c | 3 +- ui/cli/tap-sv.c | 1 + ui/cli/tap-wspstat.c | 3 +- ui/mcast_stream.c | 2 +- ui/qt/bluetooth_device_dialog.cpp | 1 + ui/qt/bluetooth_hci_summary_dialog.cpp | 2 + ui/qt/gsm_map_summary_dialog.cpp | 1 + ui/qt/io_graph_dialog.cpp | 3 +- ui/qt/lbm_lbtrm_transport_dialog.cpp | 3 +- ui/qt/lbm_lbtru_transport_dialog.cpp | 3 +- ui/qt/lbm_stream_dialog.cpp | 3 +- ui/qt/mtp3_summary_dialog.cpp | 1 + ui/qt/rtp_player_dialog.cpp | 2 +- ui/qt/sequence_dialog.cpp | 2 +- ui/qt/wireless_timeline.cpp | 2 +- ui/qt/wireshark_dialog.cpp | 2 +- ui/tap-rlc-graph.c | 4 +- ui/tap-rtp-common.c | 2 +- ui/tap-sctp-analysis.c | 2 +- ui/tap-tcp-stream.c | 4 +- ui/tap_export_pdu.c | 1 + ui/voip_calls.c | 60 ++++++++++++++++++++---------- 60 files changed, 140 insertions(+), 89 deletions(-)
- Prev by Date: [Wireshark-commits] master 66935d8: CMake: Add tools help checks.
- Next by Date: [Wireshark-commits] master 231cc05: packet-k12: Fix small memory leak
- Previous by thread: [Wireshark-commits] master 66935d8: CMake: Add tools help checks.
- Next by thread: [Wireshark-commits] master 231cc05: packet-k12: Fix small memory leak
- Index(es):