| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Martin Mathieson: Fix it so "setup frame" is shown even if no filter app... | Anders Broman | 2004-06-30 | 1 | -7/+5 |
* | From Martin Mathieson: | Anders Broman | 2004-06-29 | 1 | -5/+8 |
* | From Thomas Anders: Navigating from RTP/RTCP packets to setup where it was s... | Anders Broman | 2004-06-15 | 1 | -28/+191 |
* | Fix a typo. | Guy Harris | 2004-06-01 | 1 | -23/+22 |
* | Add dissection of application PoC1 data | Anders Broman | 2004-05-31 | 1 | -23/+279 |
* | As noted by Fr�d�ric Huet, RFC1889 section 6.4 says: | Olivier Biot | 2004-05-13 | 1 | -1/+14 |
* | Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer, | Guy Harris | 2004-02-25 | 1 | -6/+2 |
* | Update Andreas Sikkema's e-mail address. | Guy Harris | 2004-02-14 | 1 | -2/+2 |
* | From Martin Mathieson: display the bitfields for | Guy Harris | 2003-11-09 | 1 | -13/+13 |
* | From Laurent Rabret: use "g_free()", not "free()", to free stuff | Guy Harris | 2003-05-28 | 1 | -4/+4 |
* | Replace some unchecked malloc calls by g_malloc. | Laurent Deniel | 2003-04-27 | 1 | -5/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -300/+300 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Change a "proto_tree_add_uint()" call to use "proto_tree_add_item()". | Guy Harris | 2002-07-17 | 1 | -2/+3 |
* | From Jason Lango: a hack to get SDES length correct on QT packets. | Guy Harris | 2002-04-15 | 1 | -6/+4 |
* | From Joerg Mayer: remove unused parameters. | Guy Harris | 2002-04-09 | 1 | -16/+16 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -3/+3 |
* | From Nagarjuna Venna: only display the reason in BYE RTCP packets if | Guy Harris | 2002-01-10 | 1 | -12/+14 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -12/+12 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -4/+4 |
* | 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 | -12/+4 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | From Jason Lango: | Guy Harris | 2001-09-08 | 1 | -1/+3 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -15/+20 |
* | Make routines that are passed an unsigned integer as their last argument | Guy Harris | 2001-09-03 | 1 | -6/+6 |
* | Check first whether there's any data left in the packet before checking | Guy Harris | 2001-08-18 | 1 | -3/+3 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -5/+5 |
* | RTSP fixes, from nuf si. | Guy Harris | 2001-06-20 | 1 | -4/+4 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -34/+34 |
* | Give a number of files RCS IDs. | Guy Harris | 2001-06-12 | 1 | -2/+3 |
* | Get rid of BYTES_ARE_IN_FRAME references. | Guy Harris | 2001-04-23 | 1 | -4/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Add tables of "conversation" dissectors, which are associated with | Guy Harris | 2001-01-09 | 1 | -0/+10 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+6 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -9/+9 |
* | Make the RTCP, RTP, WSP, and WTP dissectors check whether their | Guy Harris | 2000-11-05 | 1 | -1/+7 |
* | Support for conversations with "wildcard" destination addresses, from | Guy Harris | 2000-10-21 | 1 | -5/+9 |
* | Dissect the allegedly-NTP time stamp in a Sender Report packet as two | Guy Harris | 2000-10-19 | 1 | -7/+18 |
* | Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and | Guy Harris | 2000-10-19 | 1 | -345/+1082 |
* | 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 | -31/+31 |
* | Support for RTCP and RTP, from Jason Lango. | Guy Harris | 2000-04-21 | 1 | -0/+455 |