| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't put any "\r" and/or "\n" at the end of an RTSP request or reply | Guy Harris | 2000-09-30 | 1 | -4/+5 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Change from Andreas Sikkema to change the "old" and "new" members of the | Guy Harris | 2000-08-21 | 1 | -5/+3 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -4/+6 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -5/+5 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -8/+8 |
* | We have to look at RTSP packets regardless of whether we're generating a | Guy Harris | 2000-04-21 | 1 | -6/+5 |
* | 8-bit character paranoia. | Guy Harris | 2000-04-21 | 1 | -3/+3 |
* | Support for RTCP and RTP, from Jason Lango. | Guy Harris | 2000-04-21 | 1 | -1/+58 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -2/+10 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | 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 RTSP is 2326. | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Changes from Jason to make some RTSP fields filterable. | Guy Harris | 2000-01-13 | 1 | -31/+97 |
* | 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 | -6/+5 |
* | Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) inside | Guy Harris | 1999-07-07 | 1 | -0/+241 |