aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Comment out condition which is always true (based on theMichael Tüxen2008-05-071-0/+2
* From Peter Kjellerstedt:Jaap Keuter2008-05-071-1/+1
* Remove:Anders Broman2008-04-091-4/+0
* - Remove GLIB1 codeStephen Fisher2008-04-071-5/+1
* Make the RTSP dissector findable by name.Martin Mathieson2008-04-041-0/+3
* Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman2007-12-091-53/+0
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-7/+11
* From Andrew Feren:Anders Broman2007-10-271-1/+2
* Remove unused variable.Anders Broman2007-10-241-1/+0
* Use the media_type_dissector_table for the content type.Anders Broman2007-10-241-67/+103
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* fix #480: Change defaults for all reassembling settings to ONUlf Lamping2005-09-281-2/+2
* From Martin MathiesonAnders Broman2005-09-011-24/+58
* remove g_malloc()Ronnie Sahlberg2005-08-191-2/+1
* more gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-20/+2
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* From Martin MathiesonAnders Broman2005-07-311-93/+160
* some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg2005-07-241-2/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* These 2 patches make RDT support pretty complete now:Anders Broman2005-05-261-3/+14
* Previous commit failed doing them one by one.Anders Broman2005-03-271-1/+1
* From Alejandro Vaquero:Luis Ontanon2005-03-101-1/+1
* Get rid of "unknown transport" warnings - don't spam the user justGuy Harris2005-03-061-1/+0
* From Martin MathielsonLuis Ontanon2005-02-191-17/+46
* From Jon Ringle:Anders Broman2005-02-021-3/+3
* if there must be an "unknown transport" message, at least print the transport...Ulf Lamping2005-01-261-1/+1
* There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets calledGuy Harris2005-01-201-1/+3
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-251-1/+1
* Move the request/response header helper routines to the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris2004-08-301-5/+2
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-3/+4
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1217