aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-21Fix a typo.Gerald Combs1-2/+2
2002-12-31From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls inGuy Harris1-27/+91
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-77/+104
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constGuy Harris1-4/+4
2002-10-15Squelch some compiler warnings.Guy Harris1-4/+4
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-1/+38
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-16/+16
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris1-12/+184
2002-08-18From Vassilii Khachaturov: put protocol blurbs into tables generatedGuy Harris1-3/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-19From Joerg Mayer: fix a typo in a comment.Guy Harris1-2/+2
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris1-6/+28
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-19/+46
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris1-21/+83
2002-04-28Note in a comment that the display filter code has its own mechanism forGuy Harris1-2/+5
2002-04-28Use "format_text()" when setting the display representation of stringGuy Harris1-2/+4
2002-04-20Clean up white space.Guy Harris1-35/+39
2002-04-19proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter ratherGuy Harris1-2/+2
2002-04-18From Phil Williams: support for looking up fields by name.Guy Harris1-12/+34
2002-04-18Catch attempts to register ett_ values after the array of "tree isGuy Harris1-1/+11
2002-04-04Before putting an item into a protocol tree, make sure the item aboveGuy Harris1-17/+32
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris1-19/+4
2002-03-19Allow "proto_item_append_text()" to an item that doesn't have aGuy Harris1-5/+9
2002-03-06tvb_get_nstringz() needs to terminate a string with a NUL if theGilbert Ramirez1-14/+16
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-3/+3
2002-02-27Remove unused variables, structure definitions, and functions.Gilbert Ramirez1-43/+1
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-3/+1
2002-02-18Have "alloc_field_info()" take a pointer to the field length as anGuy Harris1-33/+56
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-9/+8
2002-02-01Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez1-3/+9
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-8/+26
2002-01-07Clean up white space.Guy Harris1-19/+20
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-157/+192
2001-12-07Dfilter code finds field under *any* parent's subtree, not justGilbert Ramirez1-27/+4
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-29/+1
2001-11-22Moved int-64bit.{c,h} into epan/Ed Warnicke1-2/+2
2001-11-21Fix an earlier typo of mine.Guy Harris1-2/+2
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-3/+14
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-9/+2
2001-11-03Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.Guy Harris1-3/+15
2001-11-03When freeing the "gpa_hfinfo" pointer array, free the array itself, asGuy Harris1-3/+3
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris1-1/+40
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-1/+73
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez1-5/+5
2001-10-23When putting protocols into the list of protocols, do a case-insensitiveGuy Harris1-2/+2
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-8/+8
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris1-1/+26
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-7/+7
2001-08-04Patch from Lee Berger to properly skip past the length in FT_UINT_STRINGGuy Harris1-3/+3
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris1-3/+3