aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-29Squelch a compiler warning (for a problem that doesn't actually occur).Guy Harris1-1/+1
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo fo...Luis Ontanon1-9/+39
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-12/+16
2006-02-11Display g_error messages in the console window unconditionally, if preference...Lars Roland1-1/+3
2006-02-09Add "proto_tree_add_XXX_format_value()" routines, which are like theGuy Harris1-3/+331
2006-01-10Didier Gautheron:Jörg Mayer1-5/+8
2005-12-22Jaap Keuter:Jörg Mayer1-4/+4
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-3/+12
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris1-9/+13
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+96
2005-11-10Don't pass signed characters to the <ctype.h> macros.Guy Harris1-5/+3
2005-11-02MSVC warning fixed:Ulf Lamping1-1/+1
2005-10-31When printing the code for a display filter:Guy Harris1-34/+7
2005-10-22Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handleGuy Harris1-28/+182
2005-10-10If we don't want to dump core when a field is registered twice, at leastGuy Harris1-1/+6
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-3/+3
2005-09-28The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that itOlivier Biot1-0/+4
2005-09-14From Peter JohanssonAnders Broman1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+0
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+26
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andGuy Harris1-1/+1
2005-09-05new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatTomas Kukosa1-10/+133
2005-09-01hmmm i though i removed some sprintf in the previous commit apparently not.Ronnie Sahlberg1-7/+6
2005-09-01convert one sprintf into g_snprintf()Ronnie Sahlberg1-8/+13
2005-08-18several times replacing:Ulf Lamping1-3/+3
2005-08-17snprintf -> g_snprintfUlf Lamping1-32/+28
2005-08-16In packet-sflow.c, don't pass a NULL value pointer toGerald Combs1-0/+3
2005-08-08various code cleanup:Ulf Lamping1-2/+1
2005-08-05char -> const char warning fixesJörg Mayer1-29/+32
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-14/+14
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2
2005-07-20Change proto_register_protocol to use 'const char*' instead of 'char*'Jörg Mayer1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+89
2005-06-26proto.c(2941) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-1/+1
2005-06-24More constification.Guy Harris1-3/+3
2005-06-15When we add an FT_STRINGZ item, throw an exception if the length isGerald Combs1-58/+57
2005-06-02add new function proto_tree_move_item(), which will move an already existing ...Ulf Lamping1-0/+39
2005-06-02show Ethernet and IPX addresses the same way as we do with other fields as we...Ulf Lamping1-4/+4
2005-05-29fix #11: add a [truncated] to the label, if the message to display is too longUlf Lamping1-3/+9
2005-05-27Add a "-G fields3" report which prints the bitmask of the field, and avoidsGilbert Ramirez1-3/+29
2005-05-27cket wsp is creating string items and later appending to them and their value...Ronnie Sahlberg1-0/+12
2005-05-26In some places we call proto_tree_add_item() with hfindex and lengthGerald Combs1-2/+2
2005-05-03In proto_tree_set_string(), don't set a null fvalue or Ethereal will throwGerald Combs1-1/+4
2005-04-28Some dissectors apparently call proto_tree_add_*() with a null tvb.Gerald Combs1-1/+3
2005-04-28Back out the previous change, and use tvb_ensure_bytes_exist() instead ofGerald Combs1-8/+2
2005-04-27In alloc_field_info, throw a ReportedBoundsError if we're passed anGerald Combs1-1/+3
2005-04-19Bugfix for proto_item_get_subtree()Ronnie Sahlberg1-1/+1
2005-04-11Major speed improvement for filtering and dissection.Ronnie Sahlberg1-15/+143
2005-04-07From Didier:Ronnie Sahlberg1-18/+9
2005-04-04Don't generate a "dissector bug" warning in cases where a dissector callsGerald Combs1-1/+1