aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Collapse)AuthorFilesLines
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationGuy Harris1-2/+11
supplied by Tim Farley. Tim also indicated that the Network Monitor network types may be NDIS network types+1. It also appears that NetXRay/Windows Sniffer network types may be NDIS network types as well. svn path=/trunk/; revision=284
1999-03-25The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1-5/+5
(presumably a Windows version). Note also that version 2.001 files appear to have microsecond time stamps, like version 1.1 files. svn path=/trunk/; revision=228
1999-03-22Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1-2/+2
innocuous. svn path=/trunk/; revision=221
1999-03-20Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-12/+50
This assumes that the time stamps are still in units of microseconds; I don't yet have a text decode of the version-2.001 file from the program that decoded it, so I can't check the time stamps. svn path=/trunk/; revision=217
1999-03-01It turns out that the first of the unknown fields in the NetXRay headerGuy Harris1-11/+11
appears to be the UNIX "time_t" when the capture started, so use that to figure out the time when a packet was captured. svn path=/trunk/; revision=204
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-10/+49
svn path=/trunk/; revision=198
1999-02-20Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1-0/+175
by Network General (subsequently merged with McAfee Associates into Network Associates), called "Sniffer Basic". A similar format appears to be used by the Windows Sniffer Pro. svn path=/trunk/; revision=194