aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-13From Joerg Mayer:Guy Harris1-2/+2
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-3/+50
2001-05-31Add support for "Match Selected" on FT_ABSOLUTE_TIME andGuy Harris1-8/+21
2001-05-09When generating a filter expression to match a protocol tree line notGuy Harris1-39/+36
2001-05-07If "proto_item_set_len()" is passed a null pointer as its firstGuy Harris1-2/+6
2001-04-23When registering numeric fields, check that a base other than BASE_NONEGuy Harris1-26/+18
2001-04-20Put BASE_NONE back into the FT_INTn and FT_UINTn display functionsEd Warnicke1-2/+27
2001-04-19Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -Guy Harris1-6/+1
2001-04-19Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris1-3/+23
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris1-5/+2
2001-04-05Don't call "register_all_plugin_handoffs()" if we don't have pluginGuy Harris1-1/+3