aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-55/+26
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-13/+14
* Errors take precedence over EOF; use file_error() after operations thatGuy Harris2012-12-271-7/+2
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-27/+21
* Fill some phdr values also when doing random readJakub Zawadzki2012-10-171-21/+16
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-2/+0
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-4/+4
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-13/+15
* Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris2011-04-111-2/+1
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-071-2/+2
* More 64-bit fixes.Gerald Combs2009-03-091-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-7/+7
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-031-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* 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