aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-23DISSECTOR_ASSERT_NOT_REACHED() now, by default, throws a WiresharkGuy Harris1-2/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-17/+20
2007-01-17check if we have a finfo before dereferencing it later in PROTO_ITEM_IS_HIDDEN()Ronnie Sahlberg1-0/+3
2007-01-12do not ignore invisible tree, it can break tree creation for coloring/filteringTomas Kukosa1-8/+4
2007-01-10Extending true_false_string supportJaap Keuter1-3/+2
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-14/+9
2006-12-30proto_tree_set_string() no longer needs an already_allocated parameter since ...Ronnie Sahlberg1-8/+7
2006-12-30make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memoryRonnie Sahlberg1-9/+4
2006-12-30make proto_tree_set_string_tvb use ep allocated memory and thus push the memo...Ronnie Sahlberg1-5/+2
2006-12-29 use ep allocated memory for the string in proto_item_append_string and let f...Ronnie Sahlberg1-2/+2
2006-12-22hmmRonnie Sahlberg1-4/+67
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-67/+4
2006-11-27create a nice helper to dissect bitmasks and implement some test useage of it...Ronnie Sahlberg1-0/+119
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris1-2/+30
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris1-127/+78
2006-11-23When checking whether a field supports "match selected", do the sameGuy Harris1-17/+12
2006-11-22Make the "standard" case in proto_can_match_selected() andGuy Harris1-68/+30
2006-11-20Make FT_STRINGZ items work as apply/prepare as filter menu itemsMartin Mathieson1-0/+1
2006-11-01Throw an exception if we try to add more than a million items to the tree.Gerald Combs1-3/+13
2006-10-31When processing '-G fields', ignore the "proto_tree_add_text"Gilbert Ramirez1-19/+4
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-0/+3
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-0/+10
2006-08-21Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame...Martin Mathieson1-0/+1
2006-08-02Fix for bug 1023 (problem with 'apply as filter' strings)Martin Mathieson1-5/+8
2006-07-22from martin mRonnie Sahlberg1-1/+8
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-25/+25
2006-06-22The joys of the C switch statement - you have to remember to useGuy Harris1-0/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-4/+4
2006-03-29Squelch a compiler warning (for a problem that doesn't actually occur).Guy Harris1-1/+1
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo fo...Luis Ontanon1-9/+39
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-12/+16
2006-02-11Display g_error messages in the console window unconditionally, if preference...Lars Roland1-1/+3
2006-02-09Add "proto_tree_add_XXX_format_value()" routines, which are like theGuy Harris1-3/+331
2006-01-10Didier Gautheron:Jörg Mayer1-5/+8
2005-12-22Jaap Keuter:Jörg Mayer1-4/+4
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-3/+12
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris1-9/+13
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+96
2005-11-10Don't pass signed characters to the <ctype.h> macros.Guy Harris1-5/+3
2005-11-02MSVC warning fixed:Ulf Lamping1-1/+1
2005-10-31When printing the code for a display filter:Guy Harris1-34/+7
2005-10-22Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handleGuy Harris1-28/+182
2005-10-10If we don't want to dump core when a field is registered twice, at leastGuy Harris1-1/+6
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-3/+3
2005-09-28The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that itOlivier Biot1-0/+4
2005-09-14From Peter JohanssonAnders Broman1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+0
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+26
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris1-1/+1