Removed some more "statement not reached" warnings.
[obnox/wireshark/wip.git] / epan / dissectors / packet-rtcp.c
2008-01-10 jakeFix for bug 2187.
2008-01-09 martinm#ifdef DEBUG around left-over printfs. Should these...
2008-01-09 kukosamore sophisticated H245 OLC handling focusing on more...
2008-01-09 martinmExplicitly check for missing NULL terminator on RTCP...
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-08-21 richardvfix a signedness-in-comparison warning
2007-08-21 jakeFrom Neil Piercy:
2007-05-31 sfisherFrom Lars Ruoff:
2007-05-29 martinmWhen reporting roundtrip delay, show delay since timest...
2007-05-15 martinmFix problem from previous commit (confused myself with...
2007-05-15 martinmTBCP fixes:
2007-04-13 standelfix gcc warning
2007-03-23 ulflfix some more warnings (type casts)
2007-03-20 martinmTry to squash a warning seen by win32 buildbot
2007-03-06 martinmAppend ms calculation to DLSR field.
2007-02-24 etxrabAdd basic support for RFC4585.
2007-01-04 martinmCheck in trivial changes before generating a big diff...
2007-01-02 martinmFix for bug 1279 (Negative values for RTCP round trip...
2006-12-21 martinmTBCP changes:
2006-11-09 martinmUse value_string for info column. Also use fences...
2006-11-02 martinmDon't try to report -ve roundtrip delays
2006-10-26 martinmTry to declare and cast away warnings
2006-10-20 martinmReport roundtrip delay as expert item
2006-08-21 martinmUse FT_UINT_STRING for TBCP DENY reason-phrase
2006-08-09 martinmMinor TBCP fixes
2006-08-02 martinmUpdate to TBCP ("PoC1" application). This is based...
2006-07-28 legoas per RFC 3611 - 4.1.1 run length is 14 bits not 15.
2006-06-08 jmayerrtcp.profile-specific-extension was defined twice
2006-06-06 etxrabFrom Martin Mathieson:
2006-05-29 etxrabFrom Martin Mathieson:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-19 etxrabFrom Martin mathieson:
2006-04-13 etxrabFrom Martin Mathieson:
2006-04-06 jakeBetter read NTP LSW from the right spot
2006-04-06 jakeFrom: Martin Mathieson
2006-01-30 etxrabFrom Andrei Emeltchenko:
2006-01-03 etxrabFrom Martin Mathieson
2005-12-31 legoFixes Bug 531 (Incorrect Interpretation of Bit vector...
2005-12-22 etxrabFrom Martin Mathieson:
2005-12-07 guyWhy duplicate the code of "tvb_get_string()" when you...
2005-12-07 sahlbergFrom Martin M various updates and fixes
2005-12-02 sahlbergrtcp fix for sdes_prefix_string
2005-11-09 etxrabFrom Andrei Emeltchenko
2005-11-07 guyThe return value of tvb_get_ptr() is a const ptr; assig...
2005-11-07 etxrabDisplay MSW and LSW as NTP timestamp as well.
2005-09-21 sahlbergget rid of strcpy in packet-ntp.c
2005-08-28 sahlbergadd missing value_string termination
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-24 geraldProperly initialize our hf_ arrays. Make hf_rtcp_app_p...
2005-08-22 etxrabFrom Timo Metsala:
2005-08-17 sahlbergremove g_malloc()s from rtcp
2005-08-12 sahlbergmore gmemchunk -> se_alloc() improvements
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-30 jmayerMake some funtions static. More char -> const char...
2005-07-24 sahlbergsome more dissectors converted to ep_tvb_get_string
2005-06-07 legoFrom: Martin Mathieson
2005-02-24 guyClean up white space.
2005-02-20 ulflfix a typo: lenght -> length
2005-02-13 legoFrom Venna, Nagarjuna:
2005-02-02 etxrabFrom Jon Ringle:
2005-01-14 guyIf an item in a source description chunk begins with...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-20 etxrabFrom Martin Mathieson: Fix a simple bug, in calculate_r...
2004-09-18 etxrabFiax a MSVC Warning
2004-09-15 etxrabFrom Martin Mathieson:
2004-09-13 guyGet rid of unused variables.
2004-09-08 etxrabAdded some valuestring parameters for PoC
2004-08-30 guyPass an "address *" to "rtp_add_address()" and "rtcp_ad...
2004-08-18 guyDon't assume that if we find a conversation that we...
2004-08-16 guyFrom Martin Mathieson:
2004-07-18 gramMove dissectors to epan/dissectors directory.