Wireshark-commits: [Wireshark-commits] rev 51419: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 18 Aug 2013 20:04:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51419

User: eapache
Date: 2013/08/18 01:04 PM

Log:
 Add a cast to try and fix
 packet-rtpproxy.c:226: warning: implicit conversion shortens 64-bit value into
 a 32-bit value
 
 I'm not quite sure what's going on here, all the values in use are either gint
 or guint so they should all be the same size?

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +1 -1      packet-rtpproxy.c    Modified