aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationGuy Harris2000-11-191-1/+2
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-2/+10
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-2/+2
* Don't overwrite the "Info" column in the SDP dissector, either - appendGuy Harris2000-11-131-2/+16
* As RFC 2327 says, "SDP is purely a format for session description - itGuy Harris2000-11-121-2/+2
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-29/+38
* Support for embedded newlines in SDP fields, from Robert Tsai.Guy Harris2000-11-091-3/+4
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-5/+5
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Indicate that the RFC for SDP is 2327.Guy Harris2000-01-131-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-7/+6
* Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1999-07-071-0/+176