aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtsp.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-19Get rid of global references to "pi" - use "pinfo" instead.Guy Harris1-5/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-4/+4
2001-05-31Support for leading LWS in RTSP headers, from Robert Tsai.Guy Harris1-1/+9
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+3
2001-01-13Make top-level items for interleaved RTSP packets be items for the RTSPGuy Harris1-2/+2
2001-01-11Some cleanups.Guy Harris1-3/+3
2001-01-11Interleaved RTSP support, from Jason Lango.Guy Harris1-4/+92
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-27Tvbuffify the RIP and OSPF dissectors.Guy Harris1-2/+2
2000-12-02Clean up the handling of MIME headers.Guy Harris1-39/+195
2000-11-30Clean up the handling of the RTSP payload a bit.Guy Harris1-6/+7
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-3/+9
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris1-2/+2
2000-11-12As RFC 2327 says, "SDP is purely a format for session description - itGuy Harris1-3/+1
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-7/+6
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris1-127/+202
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-3/+3
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andGuy Harris1-3/+3
2000-09-30Don't put any "\r" and/or "\n" at the end of an RTSP request or replyGuy Harris1-4/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-21Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris1-5/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+6
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-5/+5
2000-05-11Add tvbuff class.Gilbert Ramirez1-8/+8
2000-04-21We have to look at RTSP packets regardless of whether we're generating aGuy Harris1-6/+5
2000-04-218-bit character paranoia.Guy Harris1-3/+3
2000-04-21Support for RTCP and RTP, from Jason Lango.Guy Harris1-1/+58
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+10
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13Indicate that the RFC for RTSP is 2326.Guy Harris1-2/+2
2000-01-13Changes from Jason to make some RTSP fields filterable.Guy Harris1-31/+97
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+16
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-6/+5
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1-0/+241