From Weston Schmidt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8689:
[metze/wireshark/wip.git] / wiretap / netscreen.c
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)