aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
Commit message (Expand)AuthorAgeFilesLines
* various code cleanup:Ulf Lamping2005-08-081-2/+1
* char -> const char warning fixesJörg Mayer2005-08-051-29/+32
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-14/+14
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-2/+2
* Change proto_register_protocol to use 'const char*' instead of 'char*'Jörg Mayer2005-07-201-1/+1
* new field type FT_GUIDTomas Kukosa2005-07-041-0/+89
* proto.c(2941) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping2005-06-261-1/+1
* More constification.Guy Harris2005-06-241-3/+3
* When we add an FT_STRINGZ item, throw an exception if the length isGerald Combs2005-06-151-58/+57
* add new function proto_tree_move_item(), which will move an already existing ...Ulf Lamping2005-06-021-0/+39
* show Ethernet and IPX addresses the same way as we do with other fields as we...Ulf Lamping2005-06-021-4/+4
* fix #11: add a [truncated] to the label, if the message to display is too longUlf Lamping2005-05-291-3/+9
* Add a "-G fields3" report which prints the bitmask of the field, and avoidsGilbert Ramirez2005-05-271-3/+29
* cket wsp is creating string items and later appending to them and their value...Ronnie Sahlberg2005-05-271-0/+12
* In some places we call proto_tree_add_item() with hfindex and lengthGerald Combs2005-05-261-2/+2
* In proto_tree_set_string(), don't set a null fvalue or Ethereal will throwGerald Combs2005-05-031-1/+4
* Some dissectors apparently call proto_tree_add_*() with a null tvb.Gerald Combs2005-04-281-1/+3
* Back out the previous change, and use tvb_ensure_bytes_exist() instead ofGerald Combs2005-04-281-8/+2
* In alloc_field_info, throw a ReportedBoundsError if we're passed anGerald Combs2005-04-271-1/+3
* Bugfix for proto_item_get_subtree()Ronnie Sahlberg2005-04-191-1/+1
* Major speed improvement for filtering and dissection.Ronnie Sahlberg2005-04-111-15/+143
* From Didier:Ronnie Sahlberg2005-04-071-18/+9
* Don't generate a "dissector bug" warning in cases where a dissector callsGerald Combs2005-04-041-1/+1
* Remove a g_assert() left over from debugging.Gerald Combs2005-03-291-1/+0
* Fix a compiler warning.Gerald Combs2005-03-291-1/+3
* README.developer says:Gerald Combs2005-03-291-35/+49
* bugfix: don't call tvb_length_remaining() if tvb is NULLUlf Lamping2005-03-281-3/+6
* For protocol tree items of type FT_NONE and FT_PROTOCOL, treat negativeGuy Harris2005-03-261-3/+30
* use DISSECTOR_ASSERT instead of g_assertUlf Lamping2005-03-231-66/+66
* add another REPORT_DISSECTOR_BUG() call, if tfi->tree_type is existing and no...Ulf Lamping2005-01-261-0/+6
* Add the source file name and line number to the dissector bug reportGuy Harris2005-01-171-2/+3
* Use REPORT_DISSECTOR_BUG() for the "bogus length" error inGuy Harris2005-01-171-2/+6
* Rename the FieldError exception to DissectorError.Guy Harris2005-01-161-6/+1
* throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping2005-01-161-1/+6
* performance improvement: Ulf Lamping2005-01-121-44/+68
* From Luis Ontanon: if new ett values are registered after theGuy Harris2005-01-081-7/+16
* Constify a pointer, so that the array of pointers to ett_ values can beGuy Harris2005-01-071-2/+2
* Cast away the constness of the argument to "g_tree_lookup()" - anotherGuy Harris2005-01-021-1/+1
* "proto_registrar_get_byname()" doesn't modify its argument, so make itGuy Harris2004-12-311-1/+1
* Check to make sure we don't give a protocol tree item a negative length.Guy Harris2004-10-271-4/+9
* Fix a typo.Guy Harris2004-09-211-1/+1
* From Dave Richards: fix a format string.Guy Harris2004-09-111-1/+1
* Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez2004-09-101-5/+163
* To conert a little-endian value to a big-endian value, useGuy Harris2004-09-081-1/+1
* From Peter Johansson, make proto_tree_add_item() handle IPv4 addressesRonnie Sahlberg2004-09-081-1/+1
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-99/+206
* Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"Guy Harris2004-08-101-0/+20
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* "length" is relative to the start of the field, so don't subtract theGuy Harris2004-07-091-5/+6