aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.jmayer3-15/+15
2005-07-23Fix lots of warnings of type:jmayer1-1/+1
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-0/+3
2005-07-04new field type FT_GUIDkukosa2-0/+70
2005-03-22replace another g_assert by DISSECTOR_ASSERT, so Ethereal won't crash if a di...ulfl1-1/+1
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-1/+2
2005-02-03From Pekka Pietikainen <pp@ee.oulu.fi>, add a byte to the hex[]gram1-1/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.lroland1-3/+3
2004-10-01Get rid of warnings about shadowed variables (code was ok)jmayer1-1/+1
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aguy1-3/+7
2004-09-01Make a bunch of source files non-executable.guy1-0/+0
2004-08-25guint64 & guint64 is another guint64, but a gboolean is just 32 bits onguy1-2/+2
2004-08-22GLib 1.2[.x] doesn't define G_MAXUINT64, just as it doesn't defineguy1-2/+6
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy11-401/+401
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy3-3/+3
2004-07-18 .cvsignore is deadjmayer1-12/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy14-14/+14
2004-07-17G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],guy1-0/+7
2004-07-16I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"guy1-3/+19
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aguy2-3/+6
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theguy2-6/+6
2004-06-28From Graeme Hewson: prevent an assertion failure if a display filterguy1-14/+14
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aguy1-2/+2
2004-06-24from tomas ksahlberg1-1/+6
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sgerald1-2/+2
2004-06-03From Graeme Hewson:guy1-23/+11
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-3/+7
2004-05-09From Graeme Hewson:guy1-7/+9
2004-05-09From Graeme Hewson:guy1-2/+2
2004-05-02Make sure the character values we pass to "isprint()" aren'tguy1-4/+4
2004-04-26When producing a display-filter representation of an FT_STRING*, representgram1-7/+33
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBobiot1-1/+3
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.obiot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.jmayer1-7/+3
2004-02-27First attempt at "bitwise AND" display filter operator.obiot11-11/+112
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,gram1-1/+4
2004-02-09Forgot *.lajmayer1-4/+5
2004-02-09Ignore shared dll stuffjmayer1-0/+2
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.guy1-2/+2
2004-02-01signed/unsigend warning fixesjmayer2-3/+4
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...jmayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)jmayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningjmayer1-2/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,ulfl1-2/+2
2004-01-01Add support of contains operator in slices.obiot1-3/+18
2003-12-29Pull most of bytes_from_unparsed() into a new routine,gerald1-84/+4
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkobiot3-17/+65
2003-12-17Add protocols to the header fields for which the "matches" operator can beobiot1-4/+54
2003-12-10Make the _pcre_tuple_t struct internal.gerald2-12/+17