aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy1-1/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-5/+6
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-6/+7
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aguy1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-28/+31
2000-03-04Fix for reading toshiba trace files that were created by using thegram1-11/+23
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theguy1-2/+2
2000-01-01Add relative timestamps. The Toshiba ISDN router has the same problemgram1-3/+3
1999-11-18Fixed the checking of the return value from file_gets() (fgets()).gram1-5/+5
1999-11-11Remove potential for a bad toshiba trace file to overflow a fixed char[]gram1-3/+5
1999-11-11Remove unnecessary file_seek per packet, speeding up loading of agram1-3/+4
1999-11-11Add LAPD support.gram1-8/+8
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sgram1-0/+410