aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
Commit message (Expand)AuthorAgeFilesLines
* From Greg Morris:Anders Broman2006-03-151-0/+2
* new FT_GUID handling - big/little endian supportedTomas Kukosa2006-03-101-5/+5
* Add "proto_tree_add_XXX_format_value()" routines, which are like theGuy Harris2006-02-091-18/+309
* new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2005-12-021-0/+32
* Have show_exception() take a "const char *" as its exception message,Guy Harris2005-09-281-4/+4
* Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) callGuy Harris2005-09-261-1/+6
* Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris2005-09-131-13/+1
* I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping2005-09-111-18/+43
* get rid of few warningsTomas Kukosa2005-09-061-1/+1
* new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatTomas Kukosa2005-09-051-1/+5
* The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping2005-08-211-5/+30
* Stefan Rompf:Jörg Mayer2005-07-301-1/+1
* Revert my previous patch - something else was seriously screwed upJörg Mayer2005-07-271-2/+0
* gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)Jörg Mayer2005-07-271-0/+2
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-3/+3
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-1/+1
* Change proto_register_protocol to use 'const char*' instead of 'char*'Jörg Mayer2005-07-201-1/+1
* fix three doxygen warningsUlf Lamping2005-07-191-3/+3
* new field type FT_GUIDTomas Kukosa2005-07-041-0/+32
* More constification.Guy Harris2005-06-241-2/+2
* Fix a format string vulneratility in the AFP dissector identifiedGerald Combs2005-06-201-1/+13
* Get rid of several megabytes worth of warnings aboutJörg Mayer2005-06-161-3/+3
* add new function proto_tree_move_item(), which will move an already existing ...Ulf Lamping2005-06-021-4/+10
* Major speed improvement for filtering and dissection.Ronnie Sahlberg2005-04-111-1/+22
* From Didier:Ronnie Sahlberg2005-04-071-1/+1
* add a DISSECTOR_ASSERT_NOT_REACHED() macroUlf Lamping2005-03-221-0/+8
* from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping2005-03-111-1/+1
* Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages beGuy Harris2005-01-171-1/+16
* Rename the FieldError exception to DissectorError.Guy Harris2005-01-161-0/+14
* Constify a pointer, so that the array of pointers to ett_ values can beGuy Harris2005-01-071-1/+1
* "proto_registrar_get_byname()" doesn't modify its argument, so make itGuy Harris2004-12-311-1/+1
* Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez2004-09-101-2/+7
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-0/+52
* From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to Olivier Biot2004-07-291-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* remove FI_LINK again,Ulf Lamping2004-05-151-10/+1
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-1/+10
* prepared for generate documentation using doxygen,Ulf Lamping2004-05-101-165/+565
* use GNUC_FORMAT_CHECK in every appropriate functionUlf Lamping2004-05-101-124/+23
* first try to get rid of annoying double definition of the proto_tree_add_xy_f...Ulf Lamping2004-05-101-9/+8
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-5/+9
* added changed some comments to better reflect current "behaviour"Ulf Lamping2004-05-091-18/+19
* Squelch a compiler warning (extraneous extern on struct).Olivier Biot2004-05-011-6/+10
* prevent null pointer exceptionUlf Lamping2004-05-011-5/+5
* add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping2004-05-011-26/+62
* removed unused thingsUlf Lamping2004-04-301-5/+1
* From Tomas Kukosa: add APIs to get the parent of a protocol tree itemGuy Harris2004-03-251-1/+7
* From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris2004-03-251-1/+7
* Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe2004-01-031-4/+4
* Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez2003-12-061-2/+10