aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-16/+15
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-10/+17
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-15/+36
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-3/+8
2001-12-08Fix white space.Guy Harris1-2/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez1-5/+6
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-8/+8
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-4/+2
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-5/+6
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-6/+7
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-28/+31
2000-03-04Fix for reading toshiba trace files that were created by using theGilbert Ramirez1-11/+23
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
2000-01-01Add relative timestamps. The Toshiba ISDN router has the same problemGilbert Ramirez1-3/+3
1999-11-18Fixed the checking of the return value from file_gets() (fgets()).Gilbert Ramirez1-5/+5
1999-11-11Remove potential for a bad toshiba trace file to overflow a fixed char[]Gilbert Ramirez1-3/+5
1999-11-11Remove unnecessary file_seek per packet, speeding up loading of aGilbert Ramirez1-3/+4
1999-11-11Add LAPD support.Gilbert Ramirez1-8/+8
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1-0/+410