| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the code to build the balanced tree of fields into "proto_init()", | Guy Harris | 2002-04-29 | 1 | -2/+2 |
* | From Phil Williams: support for looking up fields by name. | Guy Harris | 2002-04-18 | 1 | -2/+5 |
* | Start assigning ett_ values at 0, rather than 1; get rid of the reserved | Guy Harris | 2002-04-01 | 1 | -5/+2 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -3/+3 |
* | The typedef in "epan/value_string.h" declares "value_string" to be a | Guy Harris | 2002-02-05 | 1 | -4/+4 |
* | "proto_tree_is_visible" no longer exists as a global variable, so remove | Guy Harris | 2002-01-04 | 1 | -7/+1 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -5/+34 |
* | Dfilter code finds field under *any* parent's subtree, not just | Gilbert Ramirez | 2001-12-07 | 1 | -5/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+1 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -9/+1 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -1/+9 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -4/+1 |
* | Put "extern" in front of a pile of function declarations. | Guy Harris | 2001-10-31 | 1 | -100/+99 |
* | Get rid of a bunch of stuff that was there to support non-tvbuffified | Guy Harris | 2001-10-31 | 1 | -8/+1 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -9/+6 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 1 | -1/+9 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 1 | -5/+1 |
* | Do __attribute__ stuff if the GCC version number is greater than or | Guy Harris | 2001-07-22 | 1 | -17/+17 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -2/+7 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -3/+9 |
* | Added two new arguments to epan_init() and proto_init() to | Ed Warnicke | 2001-04-02 | 1 | -2/+3 |
* | Added a function proto_get_id_by_filter_name() function to proto.{c,h} | Ed Warnicke | 2001-04-01 | 1 | -1/+4 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -2/+3 |
* | Calculate the height and width of m_r_font globally, since various | Gilbert Ramirez | 2001-03-02 | 1 | -1/+4 |
* | In a display filter expression, make a field name refer to any of the | Guy Harris | 2001-02-13 | 1 | -2/+3 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -46/+30 |
* | "Decode As" dialog, from David Hampton. | Guy Harris | 2001-02-01 | 1 | -1/+4 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -5/+24 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -0/+553 |