| Commit message (Expand) | Author | Age | Files | Lines |
* | From Joerg Mayer: fix a typo in a comment. | Guy Harris | 2002-06-19 | 1 | -2/+2 |
* | Make the "-G" flag take an argument. If no arugment is specified, or if | Guy Harris | 2002-05-14 | 1 | -6/+28 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 1 | -19/+46 |
* | Move the code to build the balanced tree of fields into "proto_init()", | Guy Harris | 2002-04-29 | 1 | -21/+83 |
* | Note in a comment that the display filter code has its own mechanism for | Guy Harris | 2002-04-28 | 1 | -2/+5 |
* | Use "format_text()" when setting the display representation of string | Guy Harris | 2002-04-28 | 1 | -2/+4 |
* | Clean up white space. | Guy Harris | 2002-04-20 | 1 | -35/+39 |
* | proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter rather | Guy Harris | 2002-04-19 | 1 | -2/+2 |
* | From Phil Williams: support for looking up fields by name. | Guy Harris | 2002-04-18 | 1 | -12/+34 |
* | Catch attempts to register ett_ values after the array of "tree is | Guy Harris | 2002-04-18 | 1 | -1/+11 |
* | Before putting an item into a protocol tree, make sure the item above | Guy Harris | 2002-04-04 | 1 | -17/+32 |
* | Start assigning ett_ values at 0, rather than 1; get rid of the reserved | Guy Harris | 2002-04-01 | 1 | -19/+4 |
* | Allow "proto_item_append_text()" to an item that doesn't have a | Guy Harris | 2002-03-19 | 1 | -5/+9 |
* | tvb_get_nstringz() needs to terminate a string with a NUL if the | Gilbert Ramirez | 2002-03-06 | 1 | -14/+16 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 1 | -3/+3 |
* | Remove unused variables, structure definitions, and functions. | Gilbert Ramirez | 2002-02-27 | 1 | -43/+1 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -3/+1 |
* | Have "alloc_field_info()" take a pointer to the field length as an | Guy Harris | 2002-02-18 | 1 | -33/+56 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -9/+8 |
* | Provide tvb_ensure_length_remaining(), which is like | Gilbert Ramirez | 2002-02-01 | 1 | -3/+9 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -8/+26 |
* | Clean up white space. | Guy Harris | 2002-01-07 | 1 | -19/+20 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -157/+192 |
* | Dfilter code finds field under *any* parent's subtree, not just | Gilbert Ramirez | 2001-12-07 | 1 | -27/+4 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -29/+1 |
* | Moved int-64bit.{c,h} into epan/ | Ed Warnicke | 2001-11-22 | 1 | -2/+2 |
* | Fix an earlier typo of mine. | Guy Harris | 2001-11-21 | 1 | -2/+2 |
* | Allow the tvbuff pointer to various "proto_tree_add" routines to be null | Guy Harris | 2001-11-20 | 1 | -3/+14 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -9/+2 |
* | Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg. | Guy Harris | 2001-11-03 | 1 | -3/+15 |
* | When freeing the "gpa_hfinfo" pointer array, free the array itself, as | Guy Harris | 2001-11-03 | 1 | -3/+3 |
* | Add support for 64-bit signed integers in "int-64bit.[ch]", add an | Guy Harris | 2001-11-02 | 1 | -1/+40 |
* | From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers | Guy Harris | 2001-10-29 | 1 | -1/+73 |
* | Fix some signed/unsigned comparison warnings. In the case of tvbuff.h, | Gilbert Ramirez | 2001-10-26 | 1 | -5/+5 |
* | When putting protocols into the list of protocols, do a case-insensitive | Guy Harris | 2001-10-23 | 1 | -2/+2 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -8/+8 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 1 | -1/+26 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -7/+7 |
* | Patch from Lee Berger to properly skip past the length in FT_UINT_STRING | Guy Harris | 2001-08-04 | 1 | -3/+3 |
* | Add a "time_secs_to_str_buf()" routine, which takes seconds and | Guy Harris | 2001-08-01 | 1 | -3/+3 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -2/+2 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -3/+50 |
* | Add support for "Match Selected" on FT_ABSOLUTE_TIME and | Guy Harris | 2001-05-31 | 1 | -8/+21 |
* | When generating a filter expression to match a protocol tree line not | Guy Harris | 2001-05-09 | 1 | -39/+36 |
* | If "proto_item_set_len()" is passed a null pointer as its first | Guy Harris | 2001-05-07 | 1 | -2/+6 |
* | When registering numeric fields, check that a base other than BASE_NONE | Guy Harris | 2001-04-23 | 1 | -26/+18 |
* | Put BASE_NONE back into the FT_INTn and FT_UINTn display functions | Ed Warnicke | 2001-04-20 | 1 | -2/+27 |
* | Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables - | Guy Harris | 2001-04-19 | 1 | -6/+1 |
* | Patch from Ronnie Sahlberg to cause the field description section of the | Guy Harris | 2001-04-19 | 1 | -3/+23 |
* | If the tvbuff pointer is null in "alloc_field_info()", get the data | Guy Harris | 2001-04-10 | 1 | -5/+2 |