| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -1217/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Use "iscntrl()", rather than "isprint()", to test whether a character is | Guy Harris | 2004-07-09 | 1 | -18/+32 |
* | From Martin Mathieson: | Anders Broman | 2004-06-29 | 1 | -3/+3 |
* | From Thomas Anders: Navigating from RTP/RTCP packets to setup where it was s... | Anders Broman | 2004-06-15 | 1 | -31/+29 |
* | A line is an RTSP request merely because it begins with a string that's | Guy Harris | 2004-05-11 | 1 | -3/+6 |
* | From Anders Broman: put E.164 numbers into the protocol tree using the | Guy Harris | 2004-03-19 | 1 | -17/+28 |
* | From Anders Broman: add some filterable fields, and un-hide some other | Guy Harris | 2004-03-05 | 1 | -38/+145 |
* | splitted some of the preferences texts into more than one line, | Ulf Lamping | 2004-01-17 | 1 | -4/+4 |
* | For RTSP requests, we assume that, if there's no Content-Length header, | Guy Harris | 2004-01-05 | 1 | -17/+44 |
* | Make the RTSP packet handling more like the HTTP packet handling. | Guy Harris | 2004-01-01 | 1 | -31/+81 |
* | Remove redundant protocol names from preference values. | Guy Harris | 2003-12-31 | 1 | -3/+3 |
* | Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename some | Guy Harris | 2003-12-23 | 1 | -5/+5 |
* | Note that we should do the same sort of entity header processing that | Guy Harris | 2003-12-23 | 1 | -16/+41 |
* | From Anders Broman: add the alternate TCP port. | Guy Harris | 2003-12-23 | 1 | -2/+12 |
* | Call subdissectors even if we're not building a protocol tree. | Guy Harris | 2003-12-22 | 1 | -24/+23 |
* | Do reassembly of interleaved binary data. | Guy Harris | 2003-12-22 | 1 | -6/+55 |
* | Use "rreh_do_reassembly()" to do reassembly. | Guy Harris | 2003-12-22 | 1 | -35/+90 |
* | From Anders Broman: add a preference setting for the RTSP TCP port. | Guy Harris | 2003-12-17 | 1 | -8/+40 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -31/+27 |
* | Add an extra argument to "tvb_find_line_end()", which specifies what it | Guy Harris | 2002-07-17 | 1 | -3/+5 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -11/+11 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -3/+3 |
* | From Jason Lango: | Guy Harris | 2001-09-08 | 1 | -17/+121 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -7/+4 |
* | From Jason Lango: | Guy Harris | 2001-08-18 | 1 | -18/+29 |
* | Get rid of global references to "pi" - use "pinfo" instead. | Guy Harris | 2001-06-19 | 1 | -5/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -4/+4 |
* | Support for leading LWS in RTSP headers, from Robert Tsai. | Guy Harris | 2001-05-31 | 1 | -1/+9 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -5/+3 |
* | Make top-level items for interleaved RTSP packets be items for the RTSP | Guy Harris | 2001-01-13 | 1 | -2/+2 |
* | Some cleanups. | Guy Harris | 2001-01-11 | 1 | -3/+3 |
* | Interleaved RTSP support, from Jason Lango. | Guy Harris | 2001-01-11 | 1 | -4/+92 |
* | 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/+2 |
* | Tvbuffify the RIP and OSPF dissectors. | Guy Harris | 2000-12-27 | 1 | -2/+2 |
* | Clean up the handling of MIME headers. | Guy Harris | 2000-12-02 | 1 | -39/+195 |
* | Clean up the handling of the RTSP payload a bit. | Guy Harris | 2000-11-30 | 1 | -6/+7 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Add a mechanism by which a dissector can be registered by name, another | Guy Harris | 2000-11-15 | 1 | -3/+9 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | As RFC 2327 says, "SDP is purely a format for session description - it | Guy Harris | 2000-11-12 | 1 | -3/+1 |
* | Tvbuffify the SAP and SDP dissectors. | Guy Harris | 2000-11-10 | 1 | -7/+6 |
* | Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors. | Guy Harris | 2000-11-09 | 1 | -127/+202 |
* | Support for conversations with "wildcard" destination addresses, from | Guy Harris | 2000-10-21 | 1 | -3/+3 |
* | Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and | Guy Harris | 2000-10-19 | 1 | -3/+3 |