| Commit message (Expand) | Author | Age | Files | Lines |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -2/+1 |
* | char -> const char warning fixes | Jörg Mayer | 2005-08-05 | 1 | -29/+32 |
* | Constify to remove a bunch of warnings. Add some casts to squelch | Guy Harris | 2005-07-24 | 1 | -14/+14 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -2/+2 |
* | Change proto_register_protocol to use 'const char*' instead of 'char*' | Jörg Mayer | 2005-07-20 | 1 | -1/+1 |
* | new field type FT_GUID | Tomas Kukosa | 2005-07-04 | 1 | -0/+89 |
* | proto.c(2941) : warning C4090: 'function' : different 'const' qualifiers | Ulf Lamping | 2005-06-26 | 1 | -1/+1 |
* | More constification. | Guy Harris | 2005-06-24 | 1 | -3/+3 |
* | When we add an FT_STRINGZ item, throw an exception if the length is | Gerald Combs | 2005-06-15 | 1 | -58/+57 |
* | add new function proto_tree_move_item(), which will move an already existing ... | Ulf Lamping | 2005-06-02 | 1 | -0/+39 |
* | show Ethernet and IPX addresses the same way as we do with other fields as we... | Ulf Lamping | 2005-06-02 | 1 | -4/+4 |
* | fix #11: add a [truncated] to the label, if the message to display is too long | Ulf Lamping | 2005-05-29 | 1 | -3/+9 |
* | Add a "-G fields3" report which prints the bitmask of the field, and avoids | Gilbert Ramirez | 2005-05-27 | 1 | -3/+29 |
* | cket wsp is creating string items and later appending to them and their value... | Ronnie Sahlberg | 2005-05-27 | 1 | -0/+12 |
* | In some places we call proto_tree_add_item() with hfindex and length | Gerald Combs | 2005-05-26 | 1 | -2/+2 |
* | In proto_tree_set_string(), don't set a null fvalue or Ethereal will throw | Gerald Combs | 2005-05-03 | 1 | -1/+4 |
* | Some dissectors apparently call proto_tree_add_*() with a null tvb. | Gerald Combs | 2005-04-28 | 1 | -1/+3 |
* | Back out the previous change, and use tvb_ensure_bytes_exist() instead of | Gerald Combs | 2005-04-28 | 1 | -8/+2 |
* | In alloc_field_info, throw a ReportedBoundsError if we're passed an | Gerald Combs | 2005-04-27 | 1 | -1/+3 |
* | Bugfix for proto_item_get_subtree() | Ronnie Sahlberg | 2005-04-19 | 1 | -1/+1 |
* | Major speed improvement for filtering and dissection. | Ronnie Sahlberg | 2005-04-11 | 1 | -15/+143 |
* | From Didier: | Ronnie Sahlberg | 2005-04-07 | 1 | -18/+9 |
* | Don't generate a "dissector bug" warning in cases where a dissector calls | Gerald Combs | 2005-04-04 | 1 | -1/+1 |
* | Remove a g_assert() left over from debugging. | Gerald Combs | 2005-03-29 | 1 | -1/+0 |
* | Fix a compiler warning. | Gerald Combs | 2005-03-29 | 1 | -1/+3 |
* | README.developer says: | Gerald Combs | 2005-03-29 | 1 | -35/+49 |
* | bugfix: don't call tvb_length_remaining() if tvb is NULL | Ulf Lamping | 2005-03-28 | 1 | -3/+6 |
* | For protocol tree items of type FT_NONE and FT_PROTOCOL, treat negative | Guy Harris | 2005-03-26 | 1 | -3/+30 |
* | use DISSECTOR_ASSERT instead of g_assert | Ulf Lamping | 2005-03-23 | 1 | -66/+66 |
* | add another REPORT_DISSECTOR_BUG() call, if tfi->tree_type is existing and no... | Ulf Lamping | 2005-01-26 | 1 | -0/+6 |
* | Add the source file name and line number to the dissector bug report | Guy Harris | 2005-01-17 | 1 | -2/+3 |
* | Use REPORT_DISSECTOR_BUG() for the "bogus length" error in | Guy Harris | 2005-01-17 | 1 | -2/+6 |
* | Rename the FieldError exception to DissectorError. | Guy Harris | 2005-01-16 | 1 | -6/+1 |
* | throw the new FieldError exception, if a dissector tries to add a field with ... | Ulf Lamping | 2005-01-16 | 1 | -1/+6 |
* | performance improvement: | Ulf Lamping | 2005-01-12 | 1 | -44/+68 |
* | From Luis Ontanon: if new ett values are registered after the | Guy Harris | 2005-01-08 | 1 | -7/+16 |
* | Constify a pointer, so that the array of pointers to ett_ values can be | Guy Harris | 2005-01-07 | 1 | -2/+2 |
* | Cast away the constness of the argument to "g_tree_lookup()" - another | Guy Harris | 2005-01-02 | 1 | -1/+1 |
* | "proto_registrar_get_byname()" doesn't modify its argument, so make it | Guy Harris | 2004-12-31 | 1 | -1/+1 |
* | Check to make sure we don't give a protocol tree item a negative length. | Guy Harris | 2004-10-27 | 1 | -4/+9 |
* | Fix a typo. | Guy Harris | 2004-09-21 | 1 | -1/+1 |
* | From Dave Richards: fix a format string. | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | Add a "-G fields2" option which is like "-G fields", but extends the field | Gilbert Ramirez | 2004-09-10 | 1 | -5/+163 |
* | To conert a little-endian value to a big-endian value, use | Guy Harris | 2004-09-08 | 1 | -1/+1 |
* | From Peter Johansson, make proto_tree_add_item() handle IPv4 addresses | Ronnie Sahlberg | 2004-09-08 | 1 | -1/+1 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -99/+206 |
* | Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()" | Guy Harris | 2004-08-10 | 1 | -0/+20 |
* | From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an | Guy Harris | 2004-08-06 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | "length" is relative to the start of the field, so don't subtract the | Guy Harris | 2004-07-09 | 1 | -5/+6 |