aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-05Move version to 0.8.16.Gilbert Ramirez1-2/+2
2001-03-03Fix some places where value-to-string routines were returning FALSE,Guy Harris2-10/+50
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez8-83/+8
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez1-25/+43
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez3-50/+77
2001-02-11Make boolean equality/inequality tests smarter; they don't testGilbert Ramirez1-7/+34
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez2-3/+36
2001-02-01Catch any exception thrown by accessing the tvbuff.Gilbert Ramirez1-3/+10
2001-02-01Make some pointers "guchar" pointers, so that characters extracted fromGuy Harris1-3/+3
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez11-2/+223
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez13-0/+2153