http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20264
User: martinm
Date: 2007/01/02 11:46 AM
Log:
Fix for bug 1279 (Negative values for RTCP round trip delay
cannot be stored in guint32).
- Makes the threshold preference value an absolute value.
- There is now a separate expert info item for -ve roundtrips
N.B. There is still a problem with filtering -ve values on this
FT_INT32 field, i.e. rtcp.roundtrip-delay < 0 never matches with
frames that it should (even if rtcp.roundtrip-delay == -3 can
be used to match specific frames...).
Directory: /trunk/epan/dissectors/
Changes Path Action
+34 -33 packet-rtcp.c Modified
+1 -1 packet-rtcp.h Modified