block->options is never null; don't check for it.
[metze/wireshark/wip.git] / wiretap / netscreen.c
2016-05-01 Guy HarrisDon't treat the packet length as unsigned.
2016-04-30 Guy HarrisFix packet length handling.
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
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-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
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-15 Guy HarrisPull some of the code to set the struct wtap_pkthdr...
2013-01-02 Guy HarrisUpdate TODO list - the first two items are done, and...
2012-12-28 Guy HarrisUse the "if (file_gets(...) == NULL) { fail }" style...
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
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-06-06 Jakub ZawadzkiFix bug #7340
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-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-11 Guy HarrisUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-07 Gerald CombsBe more picky about our sscanf integer field widths...
2011-03-22 Guy HarrisUse the same style in netscreen_seek_read() that we...
2011-03-21 Sake BlokFix for bug 5762, wireshark asserts on reading juniper...
2009-05-25 Sake BlokFix for bug 3469:
2009-03-09 Gerald CombsP64 fixes.
2008-12-20 Gerald CombsFrom babi: Fix three overflows (bugs 3150 and 3151).
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2007-11-15 Sake BlokAdded correct svn propset settings to wiretap/netscreen...
2007-09-29 Sake BlokWhen reading NetScreen snoop output, only use WTAP_ENCA...
2007-09-28 Sake BlokWhen reading NetScreen snoop output, allow the '.'...
2007-09-25 Sake BlokAllow the output of NetScreen VSI interfaces to be...
2007-09-01 Sake BlokThis patch solves two issue with the NetScreen wiretap...
2007-08-17 Sake Blok(bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)