| Commit message (Expand) | Author | Age | Files | Lines |
* | Newlines don't belong in format strings for the "proto_tree_add" | Guy Harris | 2004-02-18 | 1 | -3/+3 |
* | splitted some of the preferences texts into more than one line, | Ulf Lamping | 2004-01-17 | 1 | -3/+3 |
* | The type values from Net-SNMP are u_chars; make the formal argument for | Guy Harris | 2004-01-07 | 1 | -3/+3 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | warning: ISO C does not allow extra ; outside of a function | Jörg Mayer | 2003-12-21 | 1 | -2/+2 |
* | Make some variables that hold unsigned 16-bit quantities "guint16", | Guy Harris | 2003-12-13 | 1 | -5/+5 |
* | prevent MSVC warning: | Ulf Lamping | 2003-12-11 | 1 | -3/+3 |
* | variable.type is of type u_char, so use 0 instead of NULL | Jörg Mayer | 2003-10-05 | 1 | -4/+4 |
* | From Kari Tiirikainen: | Guy Harris | 2003-09-12 | 1 | -27/+44 |
* | From Kari Tiirikainen: | Guy Harris | 2003-09-08 | 1 | -1159/+1223 |
* | Don't return a success/failure value from a function if we're not going | Guy Harris | 2003-02-21 | 1 | -25/+36 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -49/+49 |
* | From Joerg Mayer: make a pile of stuff not used outside one source file | Guy Harris | 2002-05-10 | 1 | -2/+2 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -110/+13 |
* | Changes to display some OCTET STRING values appropriately, and to remove | Guy Harris | 2002-04-28 | 1 | -169/+214 |
* | Give all subtrees an ett_ value. | Guy Harris | 2002-04-05 | 1 | -37/+27 |
* | The variables in question are only used if old unused code is present. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | Get rid of an unused variable. | Guy Harris | 2002-03-31 | 1 | -3/+3 |
* | Get rid of unnecessary includes. | Guy Harris | 2002-03-12 | 1 | -10/+1 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -17/+2 |
* | If we're linking with the UCD SNMP library, make "format_oid()" append a | Guy Harris | 2002-03-11 | 1 | -187/+22 |
* | From Kari Tiirikainen: use the SNMP library, if present, to print the | Guy Harris | 2002-02-26 | 1 | -50/+189 |
* | Add some necessary "volatile" declarations. | Guy Harris | 2002-02-22 | 1 | -2/+2 |
* | Catch the ReportedBoundsError exception in the DNS and TPKT dissectors | Guy Harris | 2002-02-22 | 1 | -1/+13 |
* | COPS-PR extension support, from Kari Tiirikainen. | Guy Harris | 2002-02-22 | 1 | -33/+748 |
* | Added a preference to allow for setting the COPS tcp port. | Ed Warnicke | 2002-02-22 | 1 | -5/+40 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -7/+7 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -34/+34 |
* | Get rid of some unnecessary includes. | Guy Harris | 2001-04-23 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -4/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -1/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Get rid of extra blanks in strings. | Guy Harris | 2000-12-27 | 1 | -24/+24 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Complete the COPS dissector. Heikki Vatiainen <hessu@cs.tut.fi> | Gilbert Ramirez | 2000-10-16 | 1 | -8/+510 |
* | 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 | -10/+1 |
* | Convert IPX-and-friend dissectors in packet-ipx.c to use | Gilbert Ramirez | 2000-06-15 | 1 | -4/+3 |
* | Add COPS dissector (with a few fixes for compiling on Win32). | Gilbert Ramirez | 2000-06-07 | 1 | -0/+335 |