aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2006-06-21fix a commentulfl1-2/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-3/+3
2006-05-28Ethereal->Wiresharketxrab1-4/+4
2006-05-21name changesahlberg1-8/+8
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo fo...lego1-0/+4
2006-03-15From Greg Morris:etxrab1-0/+2
2006-03-10new FT_GUID handling - big/little endian supportedkukosa1-5/+5
2006-02-09Add "proto_tree_add_XXX_format_value()" routines, which are like theguy1-18/+309
2005-12-02new field type FT_OID for OBJECT IDENTIFIERskukosa1-0/+32
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-4/+4
2005-09-26Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) callguy1-1/+6
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inguy1-13/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl1-18/+43
2005-09-06get rid of few warningskukosa1-1/+1
2005-09-05new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatkukosa1-1/+5
2005-08-21The protocol item in the protocol tree will have a gray background now, which...ulfl1-5/+30
2005-07-30Stefan Rompf:jmayer1-1/+1
2005-07-27Revert my previous patch - something else was seriously screwed upjmayer1-2/+0
2005-07-27gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)jmayer1-0/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-3/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1
2005-07-20Change proto_register_protocol to use 'const char*' instead of 'char*'jmayer1-1/+1
2005-07-19fix three doxygen warningsulfl1-3/+3
2005-07-04new field type FT_GUIDkukosa1-0/+32
2005-06-24More constification.guy1-2/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-1/+13
2005-06-16Get rid of several megabytes worth of warnings aboutjmayer1-3/+3
2005-06-02add new function proto_tree_move_item(), which will move an already existing ...ulfl1-4/+10
2005-04-11Major speed improvement for filtering and dissection.sahlberg1-1/+22
2005-04-07From Didier:sahlberg1-1/+1
2005-03-22add a DISSECTOR_ASSERT_NOT_REACHED() macroulfl1-0/+8
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerulfl1-1/+1
2005-01-17Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages beguy1-1/+16
2005-01-16Rename the FieldError exception to DissectorError.guy1-0/+14
2005-01-07Constify a pointer, so that the array of pointers to ett_ values can beguy1-1/+1
2004-12-31"proto_registrar_get_byname()" doesn't modify its argument, so make itguy1-1/+1
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldgram1-2/+7
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-0/+52
2004-07-29From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to obiot1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-15remove FI_LINK again,ulfl1-10/+1
2004-05-14add support to link from specially marked fields to related packets,ulfl1-1/+10
2004-05-10prepared for generate documentation using doxygen,ulfl1-165/+565
2004-05-10use GNUC_FORMAT_CHECK in every appropriate functionulfl1-124/+23
2004-05-10first try to get rid of annoying double definition of the proto_tree_add_xy_f...ulfl1-9/+8
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-5/+9
2004-05-09added changed some comments to better reflect current "behaviour"ulfl1-18/+19
2004-05-01Squelch a compiler warning (extraneous extern on struct).obiot1-6/+10
2004-05-01prevent null pointer exceptionulfl1-5/+5
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),ulfl1-26/+62