Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
[metze/wireshark/wip.git] / wiretap / i4btrace.c
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 Guy HarrisAdd missing check for a too-large packet, so we don...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-03-07 Guy HarrisMore P64 changes.
2008-07-08 Jeff MorrissTighten heuristics a bit: traces with packets longer...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-03 Gerald CombsDon't assume ints are 32 bits. Fixes a recent Buildbot...
2005-08-02 Jörg MayerInclude the .h files into the .c files. That way we
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-26 Guy HarrisFix a compiler warning.
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2002-10-31 Guy HarrisDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-04-09 Guy HarrisMove the definition of the FROM_DCE bit in the "flags...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2000-11-19 Guy Harris"wtap_read()" must *always* set "*err" when it returns...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-11-11 Guy HarrisWe have to set "x25.flags" in the Wiretap pseudo-header...
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-08-25 Gilbert RamirezMove #include <time.h> into wtap-int.h instead of requi...
2000-07-26 Guy HarrisUse unsigned character pointers and arrays rather than...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 Guy HarrisIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-04-15 Guy HarrisGet rid of the "start" field in the private data for...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-12-15 Guy HarrisHandle i4btrace captures if they're from a machine...
1999-12-12 Gilbert RamirezAdded Bert Driehuis <driehuis@playbeing.org>'s I4B...