Wireshark-commits: [Wireshark-commits] rev 46395: /trunk/ui/gtk/ /trunk/ui/gtk/: rtp_analysis.c rtp

Date: Wed, 05 Dec 2012 09:21:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46395

User: etxrab
Date: 2012/12/05 01:21 AM

Log:
 From Michal Labedzki:
 RTP: Make addresses more generic and use ensure that
  used generic address instead of net address
 
 Address can be various, not only "IP", for example Bluetooth addr/name.
 Also specify address used to find stream by RTP Player to be
 generic address (src/dst), not network address (net_src/net_dst),
 this allow to find RTP stream where those addresses are not the same.
 
 
 Part of:
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893

Directory: /trunk/ui/gtk/
  Changes    Path                Action
  +49 -49    rtp_analysis.c      Modified
  +18 -18    rtp_stream_dlg.c    Modified