aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
Commit message (Expand)AuthorAgeFilesLines
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-15/+27
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-1/+3
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-5/+8
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-59/+59
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-4/+2
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-16/+15
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-10/+17
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-15/+36
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-3/+8
* Fix white space.Guy Harris2001-12-081-2/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez2001-10-251-5/+6
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-8/+8
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-4/+2
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+3
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-5/+6
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-6/+7
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-5/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-28/+31
* Fix for reading toshiba trace files that were created by using theGilbert Ramirez2000-03-041-11/+23
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Add relative timestamps. The Toshiba ISDN router has the same problemGilbert Ramirez2000-01-011-3/+3
* Fixed the checking of the return value from file_gets() (fgets()).Gilbert Ramirez1999-11-181-5/+5
* Remove potential for a bad toshiba trace file to overflow a fixed char[]Gilbert Ramirez1999-11-111-3/+5
* Remove unnecessary file_seek per packet, speeding up loading of aGilbert Ramirez1999-11-111-3/+4
* Add LAPD support.Gilbert Ramirez1999-11-111-8/+8
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-311-0/+410