aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-06Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris1-2/+1
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-0/+7
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-4/+2
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-4/+4
2013-07-29Try to fix error: uninitialized const 'zeroes' is invalid in C++ [-Werror=c++...Pascal Quantin1-1/+1
2013-07-29Make a never-changed pile-o-zeroes const.Guy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-52/+41
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-26/+6
2013-06-06Pull the code for setting the struct wtap_pkthdr into aGuy Harris1-122/+112
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-11/+6
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-10/+11
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-9/+4
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris1-1/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-7/+7
2011-12-03Update some comments to reflect current reality (as in "a lot of stuffGuy Harris1-16/+25
2011-12-02from Petr Sumbera:Jaap Keuter1-0/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-6/+6
2011-06-16From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026Alexis La Goutte1-1/+2
2011-05-11Check our original record length. Fixes a crash bug found by HuzaifaGerald Combs1-0/+10
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-16/+17
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-8/+8
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-44/+6
2009-12-03From Petr Sumbera via bug 4284:Stig Bjørlykke1-0/+24
2009-09-17We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();Guy Harris1-1/+1
2009-09-17We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,Guy Harris1-5/+7
2009-09-17Do *NOT* skip the rest of the header by reading into a fixed-size bufferGuy Harris1-12/+21
2009-09-17From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :Jeff Morriss1-9/+31
2009-06-02No newlines in the additional-error-information string, please.Guy Harris1-2/+2
2009-04-22Clean up some 64-bit issues.Guy Harris1-9/+9
2007-01-18From Clay Jones: Shomiti wireless packet support.Guy Harris1-0/+74
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2005-12-31bugfix to #649: first convert to microseconds, then eventually swap byte orde...Ulf Lamping1-1/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-19/+23
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-19Add some additional sanity checking.Guy Harris1-1/+10
2003-11-11From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesGuy Harris1-3/+3
2003-11-04Sigh. Some snoop files have 6 bytes of padding; assume the file is aGuy Harris1-29/+77
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-3/+33
2003-02-18Sigh. It appears that atmsnoop might, at least for some packets, put 4Guy Harris1-7/+11
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+2