epan/dissectors/packet-xml.c try to decrypt data, but the data doesn't look correct yet
[metze/wireshark/wip.git] / wiretap / netxray.c
2018-11-14 Guy HarrisCatch attempts to write multiple encapsulation types...
2018-09-26 Guy HarrisRename the pseudo-header for X.25, V.120, and Frame...
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2016-09-29 Guy HarrisReplace some seeks forward with wtap_read_bytes() with...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-06-25 Guy HarrisClean up 802.11 radio information handling.
2015-06-22 Guy HarrisProvide PHY type and band information in the 802.11...
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisWhitespace cleanups.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
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...
2014-01-02 Guy HarrisHave a routine that reads and processes the record...
2013-12-30 Guy HarrisAdd an "ATM reassembly failed" flag for capture file...
2013-12-30 Bill MeierFix a couple of old typos;
2013-12-30 Guy HarrisSquelch compiler warnings.
2013-12-30 Guy HarrisMore reverse engineering.
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-06 Guy HarrisSet the entire struct wtap_pkthdr, not just the pseudo...
2013-03-25 Evan HuusWiretap file open routines should not free wth->priv...
2013-03-17 Anders BromanFrom beroset:
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-07-18 Guy HarrisSet the 802.11 "already decrypted" flag to FALSE for...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-18 Anders BromanGet the Windows build going again. The Netxray "fix...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-28 Bill Meier#include <stdlib.h> not needed;
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:
2011-02-25 Bill MeierFrom Robert Bullen: ... code is not incrementing wtap_d...
2010-08-08 Guy HarrisAdd a note.
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-04-24 Bill Meier[Trivial] Constify a few things
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-01-06 Bill MeierFix a typo in a comment
2009-01-04 Bill MeierOops: Revert SVN #27152: There weren't actually any...
2009-01-04 Bill MeierFix a few minor memory leaks...
2007-08-17 Guy HarrisAt least some LAPB Windows Sniffer captures have 4...
2007-06-11 Bill MeierNote invalidity of realtick for
2007-05-31 Guy HarrisNote realtick's invalidity for ETH_CAPTYPE_OTHERPOD...
2007-05-31 Guy HarrisMy comment is redundant with Bill's more-detailed comme...
2007-05-30 Bill MeierUpdate Comments
2007-05-30 Guy HarrisUpdate a comment.
2007-05-29 Guy HarrisGive more detail on a captype of 6 for an Ethernet...
2007-05-29 Guy HarrisIt's pretty clear that hdr.captype's interpretation...
2007-05-29 Guy HarrisUpdate the big time unit comment to reflect Bill Meier...
2007-05-29 Bill Meier(fix comment)
2007-05-29 Bill MeierAnother sniffer timestamp display fix; addresses bug...
2007-04-26 Guy HarrisFrom Jeff Foster: add support for Cisco HDLC captures.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-10-23 Michael TüxenUse G_GINT64_CONSTANT to handle 64-bit constants in...
2006-10-20 Bill Meierfix 'save' to store hi-order 32 bits of time offset...
2006-04-15 Jaap KeuterSake Blok wrote....
2006-03-11 Luis OntanonRemove an entire horde of off-by-one errors pointed...
2006-03-08 Luis OntanonAnother off by one error found by coverity (CID 83...
2006-01-12 Jaap KeuterThe attached patch to fix bug 663 allows Ethereal to...
2005-09-09 Guy HarrisFrom Bill Meier:
2005-08-29 Guy HarrisGet rid of the old file header definition.
2005-08-28 Guy HarrisFrom Bill Meier:
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-18 Guy HarrisTry yet another scheme for handling time stamps; realti...
2005-07-02 Jörg MayerChris Lydick: Support for Sniffer 2.003 files.
2005-06-16 Guy HarrisNote that the WAN_CAPTYPE value of 4 can correspond...
2005-01-29 Guy HarrisAdd some notes about stuff discovered by Ken Mann.
2005-01-14 Guy HarrisNote that the low-order bit of hdr->hdr_2_x.xxx[8]...
next