Remove write capabilities from wtap_optionblocks.
[metze/wireshark/wip.git] / wiretap / netscaler.c
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2016-03-06 Guy HarrisFix indentation.
2016-02-11 anilkumar911nstrace: Allow opening of files that are not multiples...
2015-12-18 Stig BjørlykkeRemoved local definitions of offsetof().
2015-06-03 anilkumar911Netscaler: Fix issue where packets were lost when selec...
2015-04-13 anilkumar911Support for new netscaler 3.5 trace format.
2015-03-01 Guy HarrisCall TIMEDEFVn macros in all PACKET_DESCRIBE() macros.
2015-02-25 Guy HarrisMake the V10 path a bit more like the other paths.
2015-02-25 Guy HarrisMake the _offset values static constants.
2015-02-25 Guy HarrisHave a PACKET_DESCRIBE() for V30's seek-read routine.
2015-02-25 Guy HarrisMake the V10 PACKET_DESCRIBE() macro a little more...
2015-02-25 Guy HarrisRename the "type" argument to V10's PACKET_DESCRIBE...
2015-02-25 Guy HarrisCall the version-number argument to GENERATE_CASE_xxx...
2015-02-25 Guy HarrisUse FULL/PART as an argument to all PACKET_DESCRIBE...
2015-02-25 Guy HarrisGet rid of an unused argument to PACKET_DESCRIBE().
2015-02-25 Guy HarrisGive all PACKET_DESCRIBE() macros a HEADERVER argument.
2015-02-25 Guy HarrisCall header version arguments HEADERVER.
2015-02-24 Guy HarrisMore indentation cleanups.
2015-02-24 Guy HarrisClean up indentation.
2015-02-24 Guy HarrisPull more into PACKET_DESCRIBE() for the V10 seek-read...
2015-02-24 Guy HarrisSwallow up more V10 stuff into PACKET_DESCRIBE().
2015-02-24 Guy HarrisHave PACKET_DESCRIBE() for V10.
2015-02-24 Guy HarrisMove the setting of rec_type.
2015-02-24 ranushekharNS Trace (NetScaler Trace) file format is not able...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-27 Guy HarrisGet rid of packet data members of header structures.
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_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-10-10 Guy HarrisVersion 3 has only absolute timestamps; don't set nsg_c...
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-18 Guy HarrisIf we don't find a NetScaler signature, don't report...
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 HarrisGet rid of extra trailing blank lines.
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-16 Guy HarrisSupport to version 3.0 of netscaler packet wire format.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2014-01-02 Guy HarrisRead the packet header in the seek-read routines as...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-28 Bill MeierRevert SVN #52914;
2013-10-28 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 Guy HarrisWhite space cleanups (thanks either to shekhar.chandra...
2013-10-18 Bill MeierRevert SVN #52665.
2013-10-18 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-06-19 Guy HarrisClarify (a V1.0 file might have a single zero byte...
2013-06-18 Guy HarrisNote that NetScaler trace files are page-oriented,...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-11 Evan HuusFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-03-17 Anders BromanFrom beroset:
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-22 Guy HarrisHave separate seek-read routines for V1.0 and V2.0.
2012-10-22 Guy HarrisPull the length-and-caplen setting operations in the...
2012-10-22 Guy HarrisPass a pointer to a struct wtap_pkthdr to a bunch of...
2012-10-21 Guy HarrisMore white-space cleanups.
2012-10-21 Guy HarrisUse phdr->pseudo_header in the seek-read routine, rathe...
2012-10-21 Guy HarrisTabs -> spaces, and other whitespace cleanups.
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-09-14 Anders BromanFrom Nikhil Kalu:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-02 Anders BromanTry to squelch warnings
2012-05-25 Chris MaynardIn ns_hrtime2nsec(), cast "val" to guint64 to fix Cover...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-05-04 Guy HarrisFix comments.
2012-05-04 Guy HarrisGet rid of declaration of non-existent routine.
2012-05-04 Guy HarrisMake everything static that doesn't need to be exported.
2012-05-04 Guy HarrisFix indentation.
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-09 Jakub ZawadzkiMark some function static.
2012-03-22 Anders BromanFrom Krishna:
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-01-24 Jeff MorrissFrom njtaylor0101 [AT] gmail.com via https://bugs.wires...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-06-15 Guy HarrisTry to squelch some compiler warnings.
2011-04-22 Guy HarrisMake all the fields in the various structures just...
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-16 Gerald CombsFix checkapi.
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2010-11-04 Jaap KeuterFrom Alexis La Goutte:
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-04-15 Stig BjørlykkeMake it build without zlib on OSX.
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
next