aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
Commit message (Expand)AuthorAgeFilesLines
* Moved int-64bit.{c,h} into epan/Ed Warnicke2001-11-221-2/+2
* Fix an earlier typo of mine.Guy Harris2001-11-211-2/+2
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-201-3/+14
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-9/+2
* Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.Guy Harris2001-11-031-3/+15
* When freeing the "gpa_hfinfo" pointer array, free the array itself, asGuy Harris2001-11-031-3/+3
* Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris2001-11-021-1/+40
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-291-1/+73
* Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez2001-10-261-5/+5
* When putting protocols into the list of protocols, do a case-insensitiveGuy Harris2001-10-231-2/+2
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-8/+8
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-291-1/+26
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-7/+7
* Patch from Lee Berger to properly skip past the length in FT_UINT_STRINGGuy Harris2001-08-041-3/+3
* Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris2001-08-011-3/+3
* From Joerg Mayer:Guy Harris2001-07-131-2/+2
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-3/+50
* Add support for "Match Selected" on FT_ABSOLUTE_TIME andGuy Harris2001-05-311-8/+21
* When generating a filter expression to match a protocol tree line notGuy Harris2001-05-091-39/+36
* If "proto_item_set_len()" is passed a null pointer as its firstGuy Harris2001-05-071-2/+6
* When registering numeric fields, check that a base other than BASE_NONEGuy Harris2001-04-231-26/+18
* Put BASE_NONE back into the FT_INTn and FT_UINTn display functionsEd Warnicke2001-04-201-2/+27
* Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -Guy Harris2001-04-191-6/+1
* Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris2001-04-191-3/+23
* If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris2001-04-101-5/+2
* Don't call "register_all_plugin_handoffs()" if we don't have pluginGuy Harris2001-04-051-1/+3
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-3/+3
* Added a function proto_get_id_by_filter_name() function to proto.{c,h}Ed Warnicke2001-04-011-1/+20
* Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke2001-04-011-2/+2
* Change proto_item_add_subtree to test for NULL pi value and return NULL.Jeff Foster2001-03-261-2/+7
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-3/+16
* The other "proto_tree_add" routines will, if the "tree" argument isGuy Harris2001-03-151-1/+4
* In the code that handles finding a field after a user clicks onGilbert Ramirez2001-03-071-2/+2
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-1/+51
* Create proper display filter for FT_BOOLEAN when using "Match Selected".Gilbert Ramirez2001-03-011-4/+5
* In a display filter expression, make a field name refer to any of theGuy Harris2001-02-131-24/+53
* If there are multiple fields with the same name, list only one of themGuy Harris2001-02-121-1/+16
* Declare "proto_tree_set_protocol_tvb()" at the top, along with the otherGuy Harris2001-02-011-1/+3
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-205/+327
* "Decode As" dialog, from David Hampton.Guy Harris2001-02-011-1/+31
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-9/+22
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-29/+164
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-1/+2
* Corrected BASE_OCT support for display formats. Note - it probably isn'tNathan Neulinger2000-11-031-5/+13
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+2480