aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtsp.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-06-22Use ENC_BIG_ENDIAN.etxrab1-10/+10
2011-06-21From Stéphane Gorse:etxrab1-0/+179
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-8/+10
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)darkjames1-1/+1
2011-04-22Fix warning about using wrong enum that is probably causing an actualsfisher1-1/+1
2011-04-19From Michael Mann via bug 2794:stig1-1/+1
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-4/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-08-06From John Sullivan: Fix for 'Uninitialised pointer in packet-rtsp.c causes cr...wmeier1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-28/+19
2010-02-04Remove forgotten useless lineskukosa1-2/+0
2010-01-08fix Linux build errorkukosa1-1/+2
2010-01-08display RTSP in VoIP calls (first simple attempt)kukosa1-3/+34
2009-10-25From Jakub Zawadzki:etxrab1-3/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-1/+2
2009-04-06More size_t fixes.gerald1-8/+8
2009-01-17Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.wmeier1-7/+7
2008-11-13Small changes related to proto_register & proto_reg_handoffwmeier1-1/+1
2008-09-15Minor cleanup related to proto_reg_handoffwmeier1-22/+19
2008-05-07Comment out condition which is always true (based on thetuexen1-0/+2
2008-05-07From Peter Kjellerstedt:jake1-1/+1
2008-04-09Remove:etxrab1-4/+0
2008-04-07- Remove GLIB1 codesfisher1-5/+1
2008-04-04Make the RTSP dissector findable by name.martinm1-0/+3
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cetxrab1-53/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-7/+11
2007-10-27From Andrew Feren:etxrab1-1/+2
2007-10-24Remove unused variable.etxrab1-1/+0
2007-10-24Use the media_type_dissector_table for the content type.etxrab1-67/+103
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-2/+2
2005-09-01From Martin Mathiesonetxrab1-24/+58
2005-08-19remove g_malloc()sahlberg1-2/+1
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-20/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-07-31From Martin Mathiesonetxrab1-93/+160
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-2/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-05-26These 2 patches make RDT support pretty complete now:etxrab1-3/+14
2005-03-27Previous commit failed doing them one by one.etxrab1-1/+1
2005-03-10From Alejandro Vaquero:lego1-1/+1
2005-03-06Get rid of "unknown transport" warnings - don't spam the user justguy1-1/+0
2005-02-19From Martin Mathielsonlego1-17/+46
2005-02-02From Jon Ringle:etxrab1-3/+3