aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-3/+3
2001-04-01Added a function proto_get_id_by_filter_name() function to proto.{c,h}Ed Warnicke1-1/+20
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke1-2/+2
2001-03-26Change proto_item_add_subtree to test for NULL pi value and return NULL.Jeff Foster1-2/+7
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-3/+16
2001-03-15The other "proto_tree_add" routines will, if the "tree" argument isGuy Harris1-1/+4
2001-03-07In the code that handles finding a field after a user clicks onGilbert Ramirez1-2/+2
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez1-1/+51
2001-03-01Create proper display filter for FT_BOOLEAN when using "Match Selected".Gilbert Ramirez1-4/+5
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-24/+53
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris1-1/+16
2001-02-01Declare "proto_tree_set_protocol_tvb()" at the top, along with the otherGuy Harris1-1/+3
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-205/+327
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-1/+31
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-9/+22
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-29/+164
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+2
2000-11-03Corrected BASE_OCT support for display formats. Note - it probably isn'tNathan Neulinger1-5/+13
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+2480