aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg14-27/+27
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez12-0/+42
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-83/+82
2006-03-11propset...Jörg Mayer1-168/+168
2006-03-10few warnings from GUID handling avoidedTomas Kukosa1-5/+6
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa7-119/+173
2006-02-23Fix bug 764. Always initialize the members of the tuple on creation.Jaap Keuter1-0/+1
2005-12-06mark unused parameterTomas Kukosa1-1/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2-0/+94
2005-11-03Fix usage of PRI[du]64 - they just replace the "letter" part of theGuy Harris1-2/+2
2005-10-31When printing the code for a display filter:Guy Harris5-40/+168
2005-10-30"XXX.XXX.XXX.XXX" is 15 characters, not 14 characters.Guy Harris1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-05"strlen()" returns a "size_t"; use that for its return value.Guy Harris1-5/+8
2005-09-01filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX fo...Tomas Kukosa1-3/+50
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-08-18From Richard van der HoffAnders Broman1-4/+11
2005-08-04Albert Chin:Jörg Mayer1-1/+0
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.Jörg Mayer3-15/+15
2005-07-23Fix lots of warnings of type:Jörg Mayer1-1/+1
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-07-04new field type FT_GUIDTomas Kukosa2-0/+70
2005-03-22replace another g_assert by DISSECTOR_ASSERT, so Ethereal won't crash if a di...Ulf Lamping1-1/+1
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-1/+2
2005-02-03From Pekka Pietikainen <pp@ee.oulu.fi>, add a byte to the hex[]Gilbert Ramirez1-1/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland1-3/+3
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-1/+1
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris1-3/+7
2004-09-01Make a bunch of source files non-executable.Guy Harris1-0/+0
2004-08-25guint64 & guint64 is another guint64, but a gboolean is just 32 bits onGuy Harris1-2/+2
2004-08-22GLib 1.2[.x] doesn't define G_MAXUINT64, just as it doesn't defineGuy Harris1-2/+6
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris11-401/+401
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris3-3/+3
2004-07-18 .cvsignore is deadJörg Mayer1-12/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris14-14/+14
2004-07-17G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],Guy Harris1-0/+7
2004-07-16I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"Guy Harris1-3/+19
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aGuy Harris2-3/+6
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theGuy Harris2-6/+6
2004-06-28From Graeme Hewson: prevent an assertion failure if a display filterGuy Harris1-14/+14
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
2004-06-24from tomas kRonnie Sahlberg1-1/+6
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs1-2/+2
2004-06-03From Graeme Hewson:Guy Harris1-23/+11
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-3/+7
2004-05-09From Graeme Hewson:Guy Harris1-7/+9
2004-05-09From Graeme Hewson:Guy Harris1-2/+2
2004-05-02Make sure the character values we pass to "isprint()" aren'tGuy Harris1-4/+4
2004-04-26When producing a display-filter representation of an FT_STRING*, representGilbert Ramirez1-7/+33