Allow wtap_read() and wtap_seek_read() to return non-packet records.
[metze/wireshark/wip.git] / wiretap / snoop.c
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-07-29 Pascal QuantinTry to fix error: uninitialized const 'zeroes' is inval...
2013-07-29 Guy HarrisMake a never-changed pile-o-zeroes const.
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-06 Guy HarrisPull the code for setting the struct wtap_pkthdr into a
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-22 Guy HarrisThe encapsulation following WTAP_ENCAP_ARCNET is
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-03 Guy HarrisUpdate some comments to reflect current reality (as...
2011-12-02 Jaap Keuterfrom Petr Sumbera:
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-06-16 Alexis La GoutteFrom Kevin Kayes via https://bugs.wireshark.org/bugzill...
2011-05-11 Gerald CombsCheck our original record length. Fixes a crash bug...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2009-12-03 Stig BjørlykkeFrom Petr Sumbera via bug 4284:
2009-09-17 Guy HarrisWe pass the file handle to snoop_read_shomiti_wireless_...
2009-09-17 Guy HarrisWe need an err_info argument to snoop_read_shomiti_wire...
2009-09-17 Guy HarrisDo *NOT* skip the rest of the header by reading into...
2009-09-17 Jeff MorrissFrom Clay Jones via https://bugs.wireshark.org/bugzilla...
2009-06-02 Guy HarrisNo newlines in the additional-error-information string...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2007-01-18 Guy HarrisFrom Clay Jones: Shomiti wireless packet support.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-12-31 Ulf Lampingbugfix to #649: first convert to microseconds, then...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 Ulf Lamping removed some MSVC warnings (level 3)
2003-12-19 Guy HarrisAdd some additional sanity checking.
2003-11-11 Guy HarrisFrom Brian Ginsbach: fix handling of IRIX and UNICOS...
2003-11-04 Guy HarrisSigh. Some snoop files have 6 bytes of padding; assume...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-02-18 Guy HarrisSigh. It appears that atmsnoop might, at least for...
2003-01-10 Guy HarrisThe Sniffer file formats include a file to identify...
2003-01-09 Guy HarrisIt appears that a channel number of 0 means DTE->DCE...
2003-01-03 Guy HarrisRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-12-05 Guy HarrisSigh. We really *do* have to check whether a capture...
2002-11-13 Guy HarrisFrom Brian Ginsbach: upport for additional snoop file...
2002-09-04 Guy HarrisUpdate some comments.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-26 Guy HarrisGet rid of an unused variable.
2002-05-23 Guy HarrisSet the LANE subtype in the "seek and read" routine.
2002-05-07 Guy HarrisTraffic with a traffic type of 0x06 is Signalling AAL...
2002-04-30 Guy HarrisMove the code to guess the traffic type based on the...
2002-04-30 Guy HarrisSupport writing Sun atmsnoop files.
2002-04-30 Guy HarrisReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-04-30 Guy HarrisThe first byte of the frame header in atmsnoop does...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 Guy HarrisFrom Joerg Mayer: remove unused variables and declarati...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-25 Gilbert RamirezGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-08-25 Guy HarrisThe return value from "fwrite()" is a "size_t"; make...
2001-08-25 Guy HarrisSigh. Shomiti apparently didn't know that the RFC...
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
2000-09-19 Guy HarrisShomiti Surveyor 3.x appears to have changed the versio...
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-07-26 Guy HarrisUse unsigned character pointers and arrays rather than...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 Guy HarrisIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-02-19 Guy HarrisUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-12-04 Guy HarrisFields in the "snoop" file header are big-endian; write...
1999-12-04 Guy HarrisFix some names.
1999-12-04 Guy HarrisAdd some infrastructure for the use of Ethereal, so...
1999-12-04 Guy HarrisAdd support to Wiretap for writing Network Monitor...
1999-12-04 Guy HarrisAdd support to Wiretap for writing "snoop"-format captu...
1999-11-27 Guy HarrisUpdate a comment.
1999-11-27 Guy HarrisMove the "guess what type of ATM traffic this is" stuff...
1999-11-26 Guy HarrisAdd a bunch of placeholder entries for DLPI link-layer...
next