aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-07Register the "samr.nt_password" preference as obsolete.Gerald Combs1-28/+30
2007-12-04#if out a function that is only used when building with glib 2 or laterRonnie Sahlberg1-0/+2
2007-12-03Severities are unsigned.Guy Harris1-1/+1
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-4/+4
2007-11-29fix GLIB 1.x compatibilityTomas Kukosa1-1/+9
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-40/+70
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+22
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-3/+3
2007-11-01Change:Anders Broman1-1/+1
2007-10-23Make groups of PDUs filterable as large FT_BYTES itemsMartin Mathieson1-0/+3
2007-10-12From Andrew Feren:Stig Bjørlykke1-1/+1
2007-10-02Added a missing break - fixing bug 1890.Stig Bjørlykke1-0/+1
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke1-0/+19
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-18accept 64bit integers where 8 <= len <= 1Luis Ontanon1-9/+36
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon1-3/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-13/+13
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-7/+5
2007-05-29From David Howells :Sebastien Tandel1-3/+3
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-0/+1
2007-05-21make proto.c compile again after the recent changesRonnie Sahlberg1-0/+27
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman1-2/+13
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-4/+10
2007-04-28Add:Anders Broman1-159/+81
2007-04-26Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret...Anders Broman1-4/+11
2007-04-24Add a new proto function proto_tree_add_bits() which adds bits to the treeAnders Broman1-0/+237
2007-03-30- new ptvcursor subtrees management functions :Sebastien Tandel1-3/+143
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-6/+6
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-11/+17
2007-03-11Fix bug 552:Jeff Morriss1-6/+8
2007-02-14From Sebastien Tandel:Stephen Fisher1-4/+20
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