| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed updates | Ronnie Sahlberg | 2003-11-26 | 1 | -92/+47 |
* | As with fvalue_t, so with field_info and item_label - the individual | Guy Harris | 2003-11-25 | 1 | -13/+33 |
* | replace free_node_field_info with a macro since it is only called from one ot... | Ronnie Sahlberg | 2003-11-25 | 1 | -8/+5 |
* | rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistency | Ronnie Sahlberg | 2003-11-25 | 1 | -3/+3 |
* | create a FIELD_INFO_NEW for consistency | Ronnie Sahlberg | 2003-11-25 | 1 | -14/+16 |
* | remove another slow GMemChunk from ethereal making ethereal a little bit faster | Ronnie Sahlberg | 2003-11-25 | 1 | -25/+44 |
* | change free_field_info to FREE_FIELD_INFO to indicate it is a macro and not a... | Ronnie Sahlberg | 2003-11-25 | 1 | -3/+3 |
* | fvalue_free() is one of the most called functions. | Ronnie Sahlberg | 2003-11-25 | 1 | -2/+3 |
* | Make the recent epan/proto.{c,h} change compile. | Guy Harris | 2003-11-24 | 1 | -28/+28 |
* | performance enhancement to proto.c | Ronnie Sahlberg | 2003-11-24 | 1 | -21/+60 |
* | As per Guys suggestion, continue optimizing proto.c to macroize it | Ronnie Sahlberg | 2003-11-22 | 1 | -50/+37 |
* | Performance fix | Ronnie Sahlberg | 2003-11-21 | 1 | -14/+33 |
* | Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it won't leak | Guy Harris | 2003-11-20 | 1 | -4/+2 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -15/+13 |
* | Require that field names contain only alphanumerics, "-", "_", and ".". | Guy Harris | 2003-11-13 | 1 | -1/+10 |
* | Make the "fvalue_set" methods for types whose value is allocated free | Guy Harris | 2003-10-29 | 1 | -1/+26 |
* | When registering a field, make sure its ID is -1 or 0 - if it's not, | Guy Harris | 2003-10-06 | 1 | -1/+11 |
* | From Matthijs Melchior: | Guy Harris | 2003-08-25 | 1 | -81/+81 |
* | Give FT_IPv4 val_repr_len and val_to_repr methods, and use them for | Guy Harris | 2003-07-31 | 1 | -13/+2 |
* | Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, and | Guy Harris | 2003-07-31 | 1 | -35/+3 |
* | Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_repr | Guy Harris | 2003-07-30 | 1 | -32/+4 |
* | Mark the "plugin_dir" argument to "proto_init()" as unused if we don't | Guy Harris | 2003-07-07 | 1 | -2/+7 |
* | Use FLT_DIG and DBL_DIG from float.h to create printf-style print format | Gilbert Ramirez | 2003-07-04 | 1 | -5/+10 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -11/+6 |
* | Put in a missing "break" statement. | Guy Harris | 2003-06-11 | 1 | -1/+2 |
* | Expand the ability of fvalue_to_string_repr, and modify more FT_* types | Gilbert Ramirez | 2003-06-11 | 1 | -36/+19 |
* | Get rid of an unused variable. | Guy Harris | 2003-06-10 | 1 | -2/+1 |
* | Use "=" instead of "==" in an assignment. | Gerald Combs | 2003-06-05 | 1 | -2/+2 |
* | When "proto_tree_add_item()" is used with FT_STRINGZ with a length | Guy Harris | 2003-06-05 | 1 | -11/+34 |
* | When "proto_tree_add_item()" is used with an FT_STRINGZ and given a | Guy Harris | 2003-06-04 | 1 | -24/+67 |
* | More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Bad | Gerald Combs | 2003-05-19 | 1 | -19/+20 |
* | Add a note about the "val_to_string_repr" and "string_repr_len" for | Guy Harris | 2003-05-03 | 1 | -1/+24 |
* | Rename "proto_alloc_dfilter_string()" to | Guy Harris | 2003-05-03 | 1 | -23/+104 |
* | Add a "proto_item_set_end()" routine that sets the length of an item | Guy Harris | 2003-04-29 | 1 | -1/+20 |
* | Provide a way for ftype modules to provide a string representation | Gilbert Ramirez | 2003-02-08 | 1 | -23/+8 |
* | Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed | Guy Harris | 2003-01-31 | 1 | -6/+1 |
* | Fix a typo. | Gerald Combs | 2003-01-21 | 1 | -2/+2 |
* | From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls in | Guy Harris | 2002-12-31 | 1 | -27/+91 |
* | Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned | Guy Harris | 2002-12-19 | 1 | -77/+104 |
* | Make the "strings" pointer in a "header_field_info" structure a const | Guy Harris | 2002-11-28 | 1 | -4/+4 |
* | Squelch some compiler warnings. | Guy Harris | 2002-10-15 | 1 | -4/+4 |
* | When registering a protocol, make sure there are no other protocols with | Guy Harris | 2002-10-15 | 1 | -1/+38 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -16/+16 |
* | From Ulf Lamping: add a new FT_FLOAT type, for single-precision | Guy Harris | 2002-08-24 | 1 | -12/+184 |
* | From Vassilii Khachaturov: put protocol blurbs into tables generated | Guy Harris | 2002-08-18 | 1 | -3/+3 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | 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 |