aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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