| Commit message (Expand) | Author | Age | Files | Lines |
* | From Thomas Anders: fix a typo. | Guy Harris | 2004-01-16 | 1 | -2/+2 |
* | From Martin Mathieson: handle up to 4 RTP channels in an SDP packet. | Guy Harris | 2004-01-13 | 1 | -50/+81 |
* | "conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not NO_ADDR_B | Guy Harris | 2004-01-09 | 1 | -3/+3 |
* | Process all the data in the packet, regardless of whether it's captured | Guy Harris | 2004-01-03 | 1 | -2/+2 |
* | Don't show empty media formats. | Guy Harris | 2004-01-01 | 1 | -2/+4 |
* | Make the tvbuff for SDP lines have the line length as its length and | Guy Harris | 2003-12-31 | 1 | -2/+3 |
* | Register the SDP dissector with the media_type dissector table with its | Guy Harris | 2003-12-07 | 1 | -3/+8 |
* | We have to parse the SDP packet even if we're not building a protocol | Guy Harris | 2003-12-05 | 1 | -4/+1 |
* | includes changed, to be working with MSVC also | Ulf Lamping | 2003-11-18 | 1 | -2/+11 |
* | From Lars Roland: use the c= and m= information to set up conversations | Guy Harris | 2003-11-17 | 1 | -11/+126 |
* | Add a comment for (maybe) later connection handling | Jörg Mayer | 2003-10-14 | 1 | -1/+10 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -8/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -61/+61 |
* | When processing "i" and "a" tags, check only whether we've seen an "m" | Guy Harris | 2002-08-19 | 1 | -22/+9 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -8/+4 |
* | From Joerg Mayer: get rid of some unused variables and arguments. | Guy Harris | 2002-04-14 | 1 | -76/+34 |
* | Sigh. Strings in SDP may have tabs in them, so we need to use | Guy Harris | 2002-02-02 | 1 | -3/+7 |
* | The argument to "proto_tree_add_string()" must be a null-terminated | Guy Harris | 2002-02-02 | 1 | -5/+9 |
* | Use "proto_tree_add_item()" to add string items. | Guy Harris | 2002-02-02 | 1 | -122/+80 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Added handling for all of the subfields of SDP. | Ed Warnicke | 2001-12-15 | 1 | -8/+757 |
* | Fix an incorrect entry for the "Media Attribute" item. | Guy Harris | 2001-12-15 | 1 | -5/+5 |
* | Added hf fields for all of the top level field types. | Ed Warnicke | 2001-12-13 | 1 | -65/+169 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -9/+6 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -5/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffification | Guy Harris | 2000-11-19 | 1 | -1/+2 |
* | Add a mechanism by which a dissector can be registered by name, another | Guy Harris | 2000-11-15 | 1 | -2/+10 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Don't overwrite the "Info" column in the SDP dissector, either - append | Guy Harris | 2000-11-13 | 1 | -2/+16 |
* | As RFC 2327 says, "SDP is purely a format for session description - it | Guy Harris | 2000-11-12 | 1 | -2/+2 |
* | Tvbuffify the SAP and SDP dissectors. | Guy Harris | 2000-11-10 | 1 | -29/+38 |
* | Support for embedded newlines in SDP fields, from Robert Tsai. | Guy Harris | 2000-11-09 | 1 | -3/+4 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -2/+2 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -5/+5 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Indicate that the RFC for SDP is 2327. | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -2/+8 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -7/+6 |
* | Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) inside | Guy Harris | 1999-07-07 | 1 | -0/+176 |