aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscreen.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-5/+5
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-2/+2
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-13/+13
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-13/+13
* Revert "Refactor Wiretap"Guy Harris2014-05-091-39/+36
* Refactor WiretapMichael Mann2014-05-091-36/+39
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-2/+2
* Use the packet length read from the packet header when reading packetsGuy Harris2013-12-311-8/+9
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-7/+7
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-14/+14
* Pull some of the code to set the struct wtap_pkthdr intoGuy Harris2013-06-151-47/+50
* Update TODO list - the first two items are done, and with stuff added toGuy Harris2013-01-021-65/+75
* Use the "if (file_gets(...) == NULL) { fail }" style, as used elsewhere.Guy Harris2012-12-281-13/+12
* Errors take precedence over EOF; use file_error() after operations thatGuy Harris2012-12-271-18/+10
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-7/+3
* Fill some phdr values also when doing random readJakub Zawadzki2012-10-171-20/+17
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix bug #7340Jakub Zawadzki2012-06-061-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-2/+0
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-4/+4
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-13/+18
* Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris2011-04-111-4/+1
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-071-1/+1
* Use the same style in netscreen_seek_read() that we use inGuy Harris2011-03-221-1/+5
* Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h...Sake Blok2011-03-211-1/+1
* Fix for bug 3469:Sake Blok2009-05-251-10/+27
* P64 fixes.Gerald Combs2009-03-091-1/+1
* From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs2008-12-201-1/+1
* strncpy -> g_strlcpyAnders Broman2008-05-081-2/+1
* Added correct svn propset settings to wiretap/netscreen.[ch]Sake Blok2007-11-151-0/+2
* When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKETSake Blok2007-09-291-1/+23
* When reading NetScreen snoop output, allow the '.' in interface namesSake Blok2007-09-281-1/+1
* Allow the output of NetScreen VSI interfaces to be parsed.Sake Blok2007-09-251-1/+1
* This patch solves two issue with the NetScreen wiretap routine:Sake Blok2007-09-011-7/+7
* (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)Sake Blok2007-08-171-0/+437