aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtsp.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-29From Martin Mathieson:etxrab1-3/+3
2004-06-15From Thomas Anders: Navigating from RTP/RTCP packets to setup where it was s...etxrab1-31/+29
2004-05-11A line is an RTSP request merely because it begins with a string that'sguy1-3/+6
2004-03-19From Anders Broman: put E.164 numbers into the protocol tree using theguy1-17/+28
2004-03-05From Anders Broman: add some filterable fields, and un-hide some otherguy1-38/+145
2004-01-17splitted some of the preferences texts into more than one line,ulfl1-4/+4
2004-01-05For RTSP requests, we assume that, if there's no Content-Length header,guy1-17/+44
2004-01-01Make the RTSP packet handling more like the HTTP packet handling.guy1-31/+81
2003-12-31Remove redundant protocol names from preference values.guy1-3/+3
2003-12-23Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename someguy1-5/+5
2003-12-23Note that we should do the same sort of entity header processing thatguy1-16/+41
2003-12-23From Anders Broman: add the alternate TCP port.guy1-2/+12
2003-12-22Call subdissectors even if we're not building a protocol tree.guy1-24/+23
2003-12-22Do reassembly of interleaved binary data.guy1-6/+55
2003-12-22Use "rreh_do_reassembly()" to do reassembly.guy1-35/+90
2003-12-17From Anders Broman: add a preference setting for the RTSP TCP port.guy1-8/+40
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-31/+27
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-3/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+4
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-11/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-3/+3
2001-09-08From Jason Lango:guy1-17/+121
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-7/+4
2001-08-18From Jason Lango:guy1-18/+29
2001-06-19Get rid of global references to "pi" - use "pinfo" instead.guy1-5/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-05-31Support for leading LWS in RTSP headers, from Robert Tsai.guy1-1/+9
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+3
2001-01-13Make top-level items for interleaved RTSP packets be items for the RTSPguy1-2/+2
2001-01-11Some cleanups.guy1-3/+3
2001-01-11Interleaved RTSP support, from Jason Lango.guy1-4/+92
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-27Tvbuffify the RIP and OSPF dissectors.guy1-2/+2
2000-12-02Clean up the handling of MIME headers.guy1-39/+195
2000-11-30Clean up the handling of the RTSP payload a bit.guy1-6/+7
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-3/+9
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-2/+2
2000-11-12As RFC 2327 says, "SDP is purely a format for session description - itguy1-3/+1
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-7/+6
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.guy1-127/+202
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-3/+3
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andguy1-3/+3
2000-09-30Don't put any "\r" and/or "\n" at the end of an RTSP request or replyguy1-4/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-21Change from Andreas Sikkema to change the "old" and "new" members of theguy1-5/+3