URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ac87dccde4544e5397f0d741d2ec9f230971b43
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8ac87dc by James Coleman (jamesc@xxxxxxxxxx):
fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Flows.
Add SIP Flows menu option beside VoIP Calls.
Flow for all SIP message types (which have a call-id) is shown in SIP Flow.
Add useful info(original flow method, response code, cseq) to comment field in conversation and flow dialogs.
Change-Id: I4801a633ed9b6594b2d89629c9d6fec6352da150
Reviewed-on: https://code.wireshark.org/review/2479
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: James Coleman <gaoithe@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 03f7a4b Remove wiretap/AUTHORS (after ensuring all names are present in the top-level AUTHORS file).
adds 8ac87dc fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Flows. Add SIP Flows menu option beside VoIP Calls. Flow for all SIP message types (which have a call-id) is shown in SIP Flow. Add useful info(original flow method, response code, cseq) to comment field in conversation and flow dialogs.
Summary of changes:
ui/gtk/gui_stat_menu.h | 1 +
ui/gtk/main_menubar.c | 2 ++
ui/gtk/voip_calls.c | 69 ++++++++++++++++++++++++++++++++++++++++-------
ui/gtk/voip_calls.h | 9 +++++++
ui/gtk/voip_calls_dlg.c | 23 +++++++++++++---
5 files changed, 91 insertions(+), 13 deletions(-)