Fix for bug 1279 (Negative values for RTCP round trip delay
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 2 Jan 2007 11:46:30 +0000 (11:46 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 2 Jan 2007 11:46:30 +0000 (11:46 +0000)
commitd6cc26d4e42b63d84367738af5e3b4c88f4efd72
tree21c44273bc7106c3306f62828dac778d3ff07c2c
parentfdff758ed3c1f577f722df1ba437d967754c46b7
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...).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20264 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-rtcp.c
epan/dissectors/packet-rtcp.h