| Commit message (Expand) | Author | Age | Files | Lines |
* | From Greg Morris: | Anders Broman | 2006-03-15 | 1 | -0/+2 |
* | new FT_GUID handling - big/little endian supported | Tomas Kukosa | 2006-03-10 | 1 | -5/+5 |
* | Add "proto_tree_add_XXX_format_value()" routines, which are like the | Guy Harris | 2006-02-09 | 1 | -18/+309 |
* | new field type FT_OID for OBJECT IDENTIFIERs | Tomas Kukosa | 2005-12-02 | 1 | -0/+32 |
* | Have show_exception() take a "const char *" as its exception message, | Guy Harris | 2005-09-28 | 1 | -4/+4 |
* | Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) call | Guy Harris | 2005-09-26 | 1 | -1/+6 |
* | Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in | Guy Harris | 2005-09-13 | 1 | -13/+1 |
* | I'm adding the "Expert Info" prototype now, as it seems to be in a state wher... | Ulf Lamping | 2005-09-11 | 1 | -18/+43 |
* | get rid of few warnings | Tomas Kukosa | 2005-09-06 | 1 | -1/+1 |
* | new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" format | Tomas Kukosa | 2005-09-05 | 1 | -1/+5 |
* | The protocol item in the protocol tree will have a gray background now, which... | Ulf Lamping | 2005-08-21 | 1 | -5/+30 |
* | Stefan Rompf: | Jörg Mayer | 2005-07-30 | 1 | -1/+1 |
* | Revert my previous patch - something else was seriously screwed up | Jörg Mayer | 2005-07-27 | 1 | -2/+0 |
* | gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux) | Jörg Mayer | 2005-07-27 | 1 | -0/+2 |
* | Constify to remove a bunch of warnings. Add some casts to squelch | Guy Harris | 2005-07-24 | 1 | -3/+3 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -1/+1 |
* | Change proto_register_protocol to use 'const char*' instead of 'char*' | Jörg Mayer | 2005-07-20 | 1 | -1/+1 |
* | fix three doxygen warnings | Ulf Lamping | 2005-07-19 | 1 | -3/+3 |
* | new field type FT_GUID | Tomas Kukosa | 2005-07-04 | 1 | -0/+32 |
* | More constification. | Guy Harris | 2005-06-24 | 1 | -2/+2 |
* | Fix a format string vulneratility in the AFP dissector identified | Gerald Combs | 2005-06-20 | 1 | -1/+13 |
* | Get rid of several megabytes worth of warnings about | Jörg Mayer | 2005-06-16 | 1 | -3/+3 |
* | add new function proto_tree_move_item(), which will move an already existing ... | Ulf Lamping | 2005-06-02 | 1 | -4/+10 |
* | Major speed improvement for filtering and dissection. | Ronnie Sahlberg | 2005-04-11 | 1 | -1/+22 |
* | From Didier: | Ronnie Sahlberg | 2005-04-07 | 1 | -1/+1 |
* | add a DISSECTOR_ASSERT_NOT_REACHED() macro | Ulf Lamping | 2005-03-22 | 1 | -0/+8 |
* | from Micheal Duigou: add some doxygen tags and some changes to README.developer | Ulf Lamping | 2005-03-11 | 1 | -1/+1 |
* | Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages be | Guy Harris | 2005-01-17 | 1 | -1/+16 |
* | Rename the FieldError exception to DissectorError. | Guy Harris | 2005-01-16 | 1 | -0/+14 |
* | Constify a pointer, so that the array of pointers to ett_ values can be | Guy Harris | 2005-01-07 | 1 | -1/+1 |
* | "proto_registrar_get_byname()" doesn't modify its argument, so make it | Guy Harris | 2004-12-31 | 1 | -1/+1 |
* | Add a "-G fields2" option which is like "-G fields", but extends the field | Gilbert Ramirez | 2004-09-10 | 1 | -2/+7 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -0/+52 |
* | From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to | Olivier Biot | 2004-07-29 | 1 | -2/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | remove FI_LINK again, | Ulf Lamping | 2004-05-15 | 1 | -10/+1 |
* | add support to link from specially marked fields to related packets, | Ulf Lamping | 2004-05-14 | 1 | -1/+10 |
* | prepared for generate documentation using doxygen, | Ulf Lamping | 2004-05-10 | 1 | -165/+565 |
* | use GNUC_FORMAT_CHECK in every appropriate function | Ulf Lamping | 2004-05-10 | 1 | -124/+23 |
* | first try to get rid of annoying double definition of the proto_tree_add_xy_f... | Ulf Lamping | 2004-05-10 | 1 | -9/+8 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 1 | -5/+9 |
* | added changed some comments to better reflect current "behaviour" | Ulf Lamping | 2004-05-09 | 1 | -18/+19 |
* | Squelch a compiler warning (extraneous extern on struct). | Olivier Biot | 2004-05-01 | 1 | -6/+10 |
* | prevent null pointer exception | Ulf Lamping | 2004-05-01 | 1 | -5/+5 |
* | add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(), | Ulf Lamping | 2004-05-01 | 1 | -26/+62 |
* | removed unused things | Ulf Lamping | 2004-04-30 | 1 | -5/+1 |
* | From Tomas Kukosa: add APIs to get the parent of a protocol tree item | Guy Harris | 2004-03-25 | 1 | -1/+7 |
* | From Tomas Kukosa: BER dissector enhancements and proto.c updates to | Guy Harris | 2004-03-25 | 1 | -1/+7 |
* | Apply the patches from Tadaaki Nagao for a global version of disabled | Richard Sharpe | 2004-01-03 | 1 | -4/+4 |
* | Add the ability to print packet dissections in PDML (an XML-based format) | Gilbert Ramirez | 2003-12-06 | 1 | -2/+10 |