aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-4/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+15
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-2/+1
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs1-2/+2
2009-03-09More 64-bit fixes.Gerald Combs1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-7/+7
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-15/+27
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-1/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-5/+8
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-59/+59
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-4/+2
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