aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscreen.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-4/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+18
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-4/+1
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs1-1/+1
2011-03-22Use the same style in netscreen_seek_read() that we use inGuy Harris1-1/+5
2011-03-21Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h...Sake Blok1-1/+1
2009-05-25Fix for bug 3469:Sake Blok1-10/+27
2009-03-09P64 fixes.Gerald Combs1-1/+1
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-1/+1
2008-05-08strncpy -> g_strlcpyAnders Broman1-2/+1
2007-11-15Added correct svn propset settings to wiretap/netscreen.[ch]Sake Blok1-0/+2
2007-09-29When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKETSake Blok1-1/+23
2007-09-28When reading NetScreen snoop output, allow the '.' in interface namesSake Blok1-1/+1
2007-09-25Allow the output of NetScreen VSI interfaces to be parsed.Sake Blok1-1/+1
2007-09-01This patch solves two issue with the NetScreen wiretap routine:Sake Blok1-7/+7
2007-08-17(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)Sake Blok1-0/+437