aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Fix for bug #2480: Custom column, wrong display of 802.11 Sleep mode statusStephen Fisher1-1/+1
2008-04-16fields passed into proto_tree_add_bits_* should have bits==0Richard van der Hoff1-0/+5
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-37/+3
2008-04-03typo initializators -> initializersLuis Ontanon1-2/+2
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-0/+93
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-4/+21
2008-03-10Fix for bug 2328.Martin Mathieson1-2/+2
2008-03-09Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2009 : if the dissecto...Jeff Morriss1-15/+66
2008-03-01Custom column updates:Stephen Fisher1-19/+19
2008-02-24Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.Stig Bjørlykke1-1/+7
2008-02-22Print integer values according to hfinfo->display.Stig Bjørlykke1-4/+171
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke1-0/+9
2008-02-22Some custom column enhancements:Stig Bjørlykke1-2/+16
2008-02-22Some custom column fixes:Stig Bjørlykke1-3/+3
2008-02-22Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.Stephen Fisher1-1/+5
2008-02-14Add/fix a few calls to col_custom_set_fstr() for custom columns.Stephen Fisher1-3/+8
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher1-2/+11
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher1-11/+2
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher1-2/+11
2008-01-16Print the string to STDOUT regardless of the value of tree.Jaap Keuter1-3/+2
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+17
2007-12-22Describe text only field as "Text Item", shown in status bar.Jaap Keuter1-3/+3
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