| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved int-64bit.{c,h} into epan/ | Ed Warnicke | 2001-11-22 | 1 | -2/+2 |
* | Fix an earlier typo of mine. | Guy Harris | 2001-11-21 | 1 | -2/+2 |
* | Allow the tvbuff pointer to various "proto_tree_add" routines to be null | Guy Harris | 2001-11-20 | 1 | -3/+14 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -9/+2 |
* | Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg. | Guy Harris | 2001-11-03 | 1 | -3/+15 |
* | When freeing the "gpa_hfinfo" pointer array, free the array itself, as | Guy Harris | 2001-11-03 | 1 | -3/+3 |
* | Add support for 64-bit signed integers in "int-64bit.[ch]", add an | Guy Harris | 2001-11-02 | 1 | -1/+40 |
* | From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers | Guy Harris | 2001-10-29 | 1 | -1/+73 |
* | Fix some signed/unsigned comparison warnings. In the case of tvbuff.h, | Gilbert Ramirez | 2001-10-26 | 1 | -5/+5 |
* | When putting protocols into the list of protocols, do a case-insensitive | Guy Harris | 2001-10-23 | 1 | -2/+2 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -8/+8 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 1 | -1/+26 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -7/+7 |
* | Patch from Lee Berger to properly skip past the length in FT_UINT_STRING | Guy Harris | 2001-08-04 | 1 | -3/+3 |
* | Add a "time_secs_to_str_buf()" routine, which takes seconds and | Guy Harris | 2001-08-01 | 1 | -3/+3 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -2/+2 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -3/+50 |
* | Add support for "Match Selected" on FT_ABSOLUTE_TIME and | Guy Harris | 2001-05-31 | 1 | -8/+21 |
* | When generating a filter expression to match a protocol tree line not | Guy Harris | 2001-05-09 | 1 | -39/+36 |
* | If "proto_item_set_len()" is passed a null pointer as its first | Guy Harris | 2001-05-07 | 1 | -2/+6 |
* | When registering numeric fields, check that a base other than BASE_NONE | Guy Harris | 2001-04-23 | 1 | -26/+18 |
* | Put BASE_NONE back into the FT_INTn and FT_UINTn display functions | Ed Warnicke | 2001-04-20 | 1 | -2/+27 |
* | Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables - | Guy Harris | 2001-04-19 | 1 | -6/+1 |
* | Patch from Ronnie Sahlberg to cause the field description section of the | Guy Harris | 2001-04-19 | 1 | -3/+23 |
* | If the tvbuff pointer is null in "alloc_field_info()", get the data | Guy Harris | 2001-04-10 | 1 | -5/+2 |
* | Don't call "register_all_plugin_handoffs()" if we don't have plugin | Guy Harris | 2001-04-05 | 1 | -1/+3 |
* | Added two new arguments to epan_init() and proto_init() to | Ed Warnicke | 2001-04-02 | 1 | -3/+3 |
* | Added a function proto_get_id_by_filter_name() function to proto.{c,h} | Ed Warnicke | 2001-04-01 | 1 | -1/+20 |
* | Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h. | Ed Warnicke | 2001-04-01 | 1 | -2/+2 |
* | Change proto_item_add_subtree to test for NULL pi value and return NULL. | Jeff Foster | 2001-03-26 | 1 | -2/+7 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -3/+16 |
* | The other "proto_tree_add" routines will, if the "tree" argument is | Guy Harris | 2001-03-15 | 1 | -1/+4 |
* | In the code that handles finding a field after a user clicks on | Gilbert Ramirez | 2001-03-07 | 1 | -2/+2 |
* | Calculate the height and width of m_r_font globally, since various | Gilbert Ramirez | 2001-03-02 | 1 | -1/+51 |
* | Create proper display filter for FT_BOOLEAN when using "Match Selected". | Gilbert Ramirez | 2001-03-01 | 1 | -4/+5 |
* | In a display filter expression, make a field name refer to any of the | Guy Harris | 2001-02-13 | 1 | -24/+53 |
* | If there are multiple fields with the same name, list only one of them | Guy Harris | 2001-02-12 | 1 | -1/+16 |
* | Declare "proto_tree_set_protocol_tvb()" at the top, along with the other | Guy Harris | 2001-02-01 | 1 | -1/+3 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -205/+327 |
* | "Decode As" dialog, from David Hampton. | Guy Harris | 2001-02-01 | 1 | -1/+31 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 1 | -9/+22 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -29/+164 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -1/+2 |
* | Corrected BASE_OCT support for display formats. Note - it probably isn't | Nathan Neulinger | 2000-11-03 | 1 | -5/+13 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -0/+2480 |