aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
Commit message (Expand)AuthorAgeFilesLines
* Speed updatesRonnie Sahlberg2003-11-261-92/+47
* As with fvalue_t, so with field_info and item_label - the individualGuy Harris2003-11-251-13/+33
* replace free_node_field_info with a macro since it is only called from one ot...Ronnie Sahlberg2003-11-251-8/+5
* rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistencyRonnie Sahlberg2003-11-251-3/+3
* create a FIELD_INFO_NEW for consistencyRonnie Sahlberg2003-11-251-14/+16
* remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2003-11-251-25/+44
* change free_field_info to FREE_FIELD_INFO to indicate it is a macro and not a...Ronnie Sahlberg2003-11-251-3/+3
* fvalue_free() is one of the most called functions.Ronnie Sahlberg2003-11-251-2/+3
* Make the recent epan/proto.{c,h} change compile.Guy Harris2003-11-241-28/+28
* performance enhancement to proto.cRonnie Sahlberg2003-11-241-21/+60
* As per Guys suggestion, continue optimizing proto.c to macroize itRonnie Sahlberg2003-11-221-50/+37
* Performance fixRonnie Sahlberg2003-11-211-14/+33
* Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it won't leakGuy Harris2003-11-201-4/+2
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-15/+13
* Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris2003-11-131-1/+10
* Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris2003-10-291-1/+26
* When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris2003-10-061-1/+11
* From Matthijs Melchior:Guy Harris2003-08-251-81/+81
* Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris2003-07-311-13/+2
* Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris2003-07-311-35/+3
* Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris2003-07-301-32/+4
* Mark the "plugin_dir" argument to "proto_init()" as unused if we don'tGuy Harris2003-07-071-2/+7
* Use FLT_DIG and DBL_DIG from float.h to create printf-style print formatGilbert Ramirez2003-07-041-5/+10
* Add new routines:Guy Harris2003-06-121-11/+6
* Put in a missing "break" statement.Guy Harris2003-06-111-1/+2
* Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez2003-06-111-36/+19
* Get rid of an unused variable.Guy Harris2003-06-101-2/+1
* Use "=" instead of "==" in an assignment.Gerald Combs2003-06-051-2/+2
* When "proto_tree_add_item()" is used with FT_STRINGZ with a lengthGuy Harris2003-06-051-11/+34
* When "proto_tree_add_item()" is used with an FT_STRINGZ and given aGuy Harris2003-06-041-24/+67
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-19/+20
* Add a note about the "val_to_string_repr" and "string_repr_len" forGuy Harris2003-05-031-1/+24
* Rename "proto_alloc_dfilter_string()" toGuy Harris2003-05-031-23/+104
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-291-1/+20
* Provide a way for ftype modules to provide a string representationGilbert Ramirez2003-02-081-23/+8
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-6/+1
* Fix a typo.Gerald Combs2003-01-211-2/+2
* From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls inGuy Harris2002-12-311-27/+91
* Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris2002-12-191-77/+104
* Make the "strings" pointer in a "header_field_info" structure a constGuy Harris2002-11-281-4/+4
* Squelch some compiler warnings.Guy Harris2002-10-151-4/+4
* When registering a protocol, make sure there are no other protocols withGuy Harris2002-10-151-1/+38
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-16/+16
* From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris2002-08-241-12/+184
* From Vassilii Khachaturov: put protocol blurbs into tables generatedGuy Harris2002-08-181-3/+3
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: fix a typo in a comment.Guy Harris2002-06-191-2/+2
* Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris2002-05-141-6/+28
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-19/+46
* Move the code to build the balanced tree of fields into "proto_init()",Guy Harris2002-04-291-21/+83