aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-21fix a commentUlf Lamping1-2/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
2006-05-21name changeRonnie Sahlberg1-8/+8
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo fo...Luis Ontanon1-0/+4
2006-03-15From Greg Morris:Anders Broman1-0/+2
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-5/+5
2006-02-09Add "proto_tree_add_XXX_format_value()" routines, which are like theGuy Harris1-18/+309
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+32
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-4/+4
2005-09-26Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) callGuy Harris1-1/+6
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris1-13/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-18/+43
2005-09-06get rid of few warningsTomas Kukosa1-1/+1
2005-09-05new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatTomas Kukosa1-1/+5