aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke1-43/+42
2010-01-23Add _format_value variants of the proto_tree_add_bits functionGerasimos Dimitriadis1-0/+64
2010-01-19Fix a double-free bug which was causing a crash. Our decryption bufferGerald Combs1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-0/+9
2009-12-18Added expert info group PI_PROTOCOL.Stig Bjørlykke1-1/+3
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sGuy Harris1-12/+20
2009-11-21Don't rely on G_STMTKovarththanan Rajaratnam1-16/+16
2009-11-21Rewrite macros to not use ternary operatorKovarththanan Rajaratnam1-4/+17
2009-10-20Make sure no one calls PROTO_ITEM_SET_*(proto_tree_add_*) by forcing a compil...Jeff Morriss1-2/+2
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.Bill Meier1-26/+26
2009-09-08From : Didier GautheronAnders Broman1-2/+2
2009-09-06Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...Kovarththanan Rajaratnam1-16/+16
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...Kovarththanan Rajaratnam1-2/+3
2009-08-25Add missing semicolon.Martin Mathieson1-1/+1
2009-08-25From Didier Gautheron:Anders Broman1-0/+11
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-3/+2
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-0/+7
2009-08-09Use PITEM_FINFO.Kovarththanan Rajaratnam1-6/+6
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-0/+3
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-1/+4
2009-08-04Warning fix: comma at end of enumJörg Mayer1-1/+1
2009-07-28Whitespace change.Anders Broman1-25/+25
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-2/+14
2009-02-24Add posibility to mark protocol as private. This prevents inadvertent Wiki ac...Jaap Keuter1-0/+11
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.Martin Mathieson1-1/+1
2008-10-24Show both short and long protocol name in the Filter Expression dialog.Stig Bjørlykke1-0/+4
2008-10-15From Andrew Narver:Jaap Keuter1-1/+1
2008-10-10Added an option to syntax check only a single field name.Stig Bjørlykke1-0/+6
2008-08-04From Alexey Neyman :Anders Broman1-1/+23
2008-07-30From Alexey Neyman :Anders Broman1-1/+4
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsJeff Morriss1-90/+0
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris1-2/+2
2008-04-16fields passed into proto_tree_add_bits_* should have bits==0Richard van der Hoff1-2/+2
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-0/+15
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+3
2007-12-22Describe text only field as "Text Item", shown in status bar.Jaap Keuter1-28/+50
2007-12-15Clean up header field info comments.Jaap Keuter1-17/+15
2007-12-04Reserve 20 bits for expert "event groups", to leave room for more. Guy Harris1-15/+20
2007-12-03Severities are unsigned.Guy Harris1-1/+1
2007-12-03Make the flags field a guint32, to make it clear that it's 32 bits.Guy Harris1-19/+26
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke1-0/+8
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon1-0/+3
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman1-1/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-2/+5
2007-04-28Add:Anders Broman1-1/+1
2007-04-26Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret...Anders Broman1-1/+14
2007-04-24Add a new proto function proto_tree_add_bits() which adds bits to the treeAnders Broman1-0/+14
2007-03-23From Sebastien Tandel:Stephen Fisher1-2/+2
2007-02-14From Sebastien Tandel:Stephen Fisher1-0/+12