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

Date: Thu, 29 Nov 2012 12:14:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46277

User: etxrab
Date: 2012/11/29 04:14 AM

Log:
 From Michal Labedzki:
 Src/dst ports are stored as guint32 in packet_info, so do the same
 for RTP ports. This also fix no stream after analyze when
 there is used high port, for example 0xFFFFFFFF. So there is
 casting to 0xFFFF and comparing to 32bit value and finally fail.
 
 Part of:
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5032

Directory: /trunk/ui/gtk/
  Changes    Path                Action
  +12 -12    rtp_analysis.c      Modified
  +4 -4      rtp_analysis.h      Modified
  +2 -2      rtp_stream.h        Modified
  +4 -4      rtp_stream_dlg.c    Modified