aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping1-5/+30
2005-07-30Stefan Rompf:Jörg Mayer1-1/+1
2005-07-27Revert my previous patch - something else was seriously screwed upJörg Mayer1-2/+0
2005-07-27gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)Jörg Mayer1-0/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-07-20Change proto_register_protocol to use 'const char*' instead of 'char*'Jörg Mayer1-1/+1
2005-07-19fix three doxygen warningsUlf Lamping1-3/+3
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+32
2005-06-24More constification.Guy Harris1-2/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-1/+13
2005-06-16Get rid of several megabytes worth of warnings aboutJörg Mayer1-3/+3
2005-06-02add new function proto_tree_move_item(), which will move an already existing ...Ulf Lamping1-4/+10
2005-04-11Major speed improvement for filtering and dissection.Ronnie Sahlberg1-1/+22
2005-04-07From Didier:Ronnie Sahlberg1-1/+1
2005-03-22add a DISSECTOR_ASSERT_NOT_REACHED() macroUlf Lamping1-0/+8
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping1-1/+1
2005-01-17Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages beGuy Harris1-1/+16
2005-01-16Rename the FieldError exception to DissectorError.Guy Harris1-0/+14
2005-01-07Constify a pointer, so that the array of pointers to ett_ values can beGuy Harris1-1/+1
2004-12-31"proto_registrar_get_byname()" doesn't modify its argument, so make itGuy Harris1-1/+1
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez1-2/+7
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+52
2004-07-29From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to Olivier Biot1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-15remove FI_LINK again,Ulf Lamping1-10/+1