aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+3
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.Jörg Mayer1-7/+3
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot11-11/+112
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-1/+4
2004-02-09Forgot *.laJörg Mayer1-4/+5
2004-02-09Ignore shared dll stuffJörg Mayer1-0/+2
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.Guy Harris1-2/+2
2004-02-01signed/unsigend warning fixesJörg Mayer2-3/+4
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...Jörg Mayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningJörg Mayer1-2/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping1-2/+2
2004-01-01Add support of contains operator in slices.Olivier Biot1-3/+18
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs1-84/+4
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot3-17/+65
2003-12-17Add protocols to the header fields for which the "matches" operator can beOlivier Biot1-4/+54
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs2-12/+17
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-1/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot5-35/+275
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-2/+2
2003-12-06From Olivier BiotGilbert Ramirez10-24/+130