URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b63a942c4b1466d1638b991653c9b3e1e8a0daad
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b63a942 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Fix a crash in the GTK+ RTP Streams dialog.
Make sure we copy guint, gdouble, and gchar * data to variables of the
correct type. Fixes a crash when trying to copy CSV data (we were trying
to stuff a gdouble into a char *).
Change-Id: I3cbcc48216a078f85f13860d14707f309b9820d7
Reviewed-on: https://code.wireshark.org/review/6541
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from d443db0 Fix indentation.
adds b63a942 Fix a crash in the GTK+ RTP Streams dialog.
Summary of changes:
ui/gtk/rtp_stream_dlg.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)