aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez11-42/+259
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris1-3/+18
2003-07-31Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris1-5/+44
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris1-5/+35
2003-07-30Escape double-quotes, while you're at it.Guy Harris1-5/+7
2003-07-30Escape backslashes in strings when generating the dfilter representationGuy Harris1-3/+27
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez11-49/+100
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez6-210/+268
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez11-63/+175
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris2-2/+30
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer11-54/+54
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris2-3/+32
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-05-10Register FT_UINT_BYTES with correct structure.Gilbert Ramirez1-2/+2
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2-13/+42
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-02-27From Joerg Mayer:Guy Harris1-1/+6
2002-02-15Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez1-4/+2
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris7-54/+56
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredGuy Harris1-16/+1
2002-01-30Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theGuy Harris1-1/+13
2002-01-29Use:Gilbert Ramirez1-3/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris6-23/+20
2001-12-28Correctly handle the nanoseconds fields in strings representing absoluteGuy Harris1-7/+68
2001-12-12From Motonori Shindo: add "*.pdb" to the ".cvsignore" files inGuy Harris1-0/+1
2001-12-12From Motonori Shindo:Guy Harris1-3/+3
2001-11-22Moved int-64bit.{c,h} into epan/Ed Warnicke1-2/+2
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris2-7/+220
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2-4/+55
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez1-4/+2
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris1-5/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris2-35/+36
2001-08-12Add FT_UCS2_LE as a field type in prep for adding unicode handling proto_treeRichard Sharpe1-1/+2
2001-07-15Before setting the value of an string field, make sure it's not null.Guy Harris1-1/+2
2001-07-13From Joerg Mayer:Guy Harris5-6/+63
2001-06-23"index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSIGuy Harris1-4/+3
2001-06-22Support CIDR notation in IPv4 address filtering.Gilbert Ramirez1-5/+66
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris1-1/+5
2001-06-18Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.Guy Harris1-2/+9
2001-06-02Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inGuy Harris1-1/+5
2001-05-31Display all the digits of the microsecond field of an absolute timeGuy Harris1-19/+59
2001-05-31Don't require both the seconds and microseconds parts of a relative timeGuy Harris1-4/+51
2001-05-31Support for filtering on absolute and relative time fields, from RonnieGuy Harris1-5/+110
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-2/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez1-0/+2