Another place where we have to protect against MSVC's time-conversion
[obnox/wireshark/wip.git] / wiretap / toshiba.c
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-07 geraldBe more picky about our sscanf integer field widths...
2009-03-09 geraldMore 64-bit fixes.
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 ulfl removed some MSVC warnings (level 3)
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2002-10-31 guyDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-12-08 guyFix white space.
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-25 gramGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-03-10 guyObliging every capture file reader's "open()" routine...
2000-11-19 guy"wtap_read()" must *always* set "*err" when it returns...
2000-09-21 gramMake sure to pass the sent/received direction from...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 guyIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-03-04 gramFix for reading toshiba trace files that were created...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...
2000-01-01 gramAdd relative timestamps. The Toshiba ISDN router has...
1999-11-18 gramFixed the checking of the return value from file_gets...
1999-11-11 gramRemove potential for a bad toshiba trace file to overfl...
1999-11-11 gramRemove unnecessary file_seek per packet, speeding up...
1999-11-11 gramAdd LAPD support.
1999-10-31 gramAdd a module to wiretap to be able to read trace files...