aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-24/+37
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-4/+4
2014-10-07Whitespace cleanups.Guy Harris1-2/+2
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-12/+10
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-10/+12
2014-05-09Revert "Refactor Wiretap"Guy Harris1-31/+28
2014-05-09Refactor WiretapMichael Mann1-28/+31
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-55/+26
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-13/+14
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris1-7/+2
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-27/+21
2012-10-17Fill some phdr values also when doing random readJakub Zawadzki1-21/+16
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+0
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