Escape backslashes in strings when generating the dfilter representation
[metze/wireshark/wip.git] / packet-sdp.c
2003-06-12 Guy HarrisAdd new routines:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-19 Guy HarrisWhen processing "i" and "a" tags, check only whether...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-04-14 Guy HarrisFrom Joerg Mayer: get rid of some unused variables...
2002-02-02 Guy HarrisSigh. Strings in SDP may have tabs in them, so we...
2002-02-02 Guy HarrisThe argument to "proto_tree_add_string()" must be a...
2002-02-02 Guy HarrisUse "proto_tree_add_item()" to add string items.
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-15 Ed WarnickeAdded handling for all of the subfields of SDP.
2001-12-15 Guy HarrisFix an incorrect entry for the "Media Attribute" item.
2001-12-13 Ed WarnickeAdded hf fields for all of the top level field types.
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFixes, from Heikki Vatiainen, to bugs introduced by...
2000-11-15 Guy HarrisAdd a mechanism by which a dissector can be registered...
2000-11-13 Guy HarrisUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-13 Guy HarrisDon't overwrite the "Info" column in the SDP dissector...
2000-11-12 Guy HarrisAs RFC 2327 says, "SDP is purely a format for session...
2000-11-10 Guy HarrisTvbuffify the SAP and SDP dissectors.
2000-11-09 Guy HarrisSupport for embedded newlines in SDP fields, from Rober...
2000-09-11 Gilbert RamirezMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisIndicate that the RFC for SDP is 2327.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-07-07 Guy HarrisAdd support for RTSP (RFC 2326) over TCP, and SDP ...