aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-12/+12
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-6/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-61/+12
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* The Shomiti document is available on the Wayback Machine.Guy Harris2014-09-201-7/+4
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-1/+1
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-10/+10
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-10/+10
* Revert "Refactor Wiretap"Guy Harris2014-05-091-47/+44
* Refactor WiretapMichael Mann2014-05-091-44/+47
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris2014-02-061-2/+1
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-0/+7
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-4/+2
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-4/+4
* Try to fix error: uninitialized const 'zeroes' is invalid in C++ [-Werror=c++...Pascal Quantin2013-07-291-1/+1
* Make a never-changed pile-o-zeroes const.Guy Harris2013-07-291-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-52/+41
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-26/+6
* Pull the code for setting the struct wtap_pkthdr into aGuy Harris2013-06-061-122/+112
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-11/+6
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-10/+11
* 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-9/+4
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris2011-12-221-1/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-7/+7
* Update some comments to reflect current reality (as in "a lot of stuffGuy Harris2011-12-031-16/+25
* from Petr Sumbera:Jaap Keuter2011-12-021-0/+1
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-6/+6
* From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026Alexis La Goutte2011-06-161-1/+2
* Check our original record length. Fixes a crash bug found by HuzaifaGerald Combs2011-05-111-0/+10
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-16/+17
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-1/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-8/+8
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-44/+6
* From Petr Sumbera via bug 4284:Stig Bjørlykke2009-12-031-0/+24
* We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();Guy Harris2009-09-171-1/+1
* We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,Guy Harris2009-09-171-5/+7
* Do *NOT* skip the rest of the header by reading into a fixed-size bufferGuy Harris2009-09-171-12/+21
* From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :Jeff Morriss2009-09-171-9/+31
* No newlines in the additional-error-information string, please.Guy Harris2009-06-021-2/+2
* Clean up some 64-bit issues.Guy Harris2009-04-221-9/+9
* From Clay Jones: Shomiti wireless packet support.Guy Harris2007-01-181-0/+74
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* bugfix to #649: first convert to microseconds, then eventually swap byte orde...Ulf Lamping2005-12-311-1/+1