Wireshark-commits: [Wireshark-commits] rev 24038: /trunk/gtk/ /trunk/gtk/: rtp_player.c voip_calls.c voip_calls.h voip_calls_dlg.c
From:
sfisher@xxxxxxxxxxxxx
Date: Wed, 09 Jan 2008 08:35:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24038
User: sfisher
Date: 2008/01/09 08:35 AM
Log:
To ease troubleshooting of bug #2017 and for code clarity in the future, use
two different variables for types voip_rtp_stream_info_t (strinfo) and
voip_calls_info_t (callsinfo) instead of using strinfo for both.
Directory: /trunk/gtk/
Changes Path Action
+1 -1 rtp_player.c Modified
+465 -465 voip_calls.c Modified
+1 -1 voip_calls.h Modified
+6 -6 voip_calls_dlg.c Modified