aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-25Fix indentation of field_info struct definitionStephen Fisher1-6/+6
2007-01-18PutGuy Harris1-0/+8
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-4/+2
2006-11-27create a nice helper to dissect bitmasks and implement some test useage of it...Ronnie Sahlberg1-0/+4
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris1-6/+9
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris1-9/+6
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt1-0/+8
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-0/+1
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-0/+5