aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
AgeCommit message (Collapse)AuthorFilesLines
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-30/+9
a "keep reading" boolean value is returned from the function. This avoids having to hack around the fact that some file formats truly do have records that start at offset 0. (i4btrace and csids have no file header. Neither does the pppdump-style file that I'm looking at right now). svn path=/trunk/; revision=2392
2000-08-31Re-arrange size and nmemb arguments in fread() (file_read()) calls soGilbert Ramirez1-8/+8
that these calls work on Win32. I still don't have a good reason as to why this is necessary, but it fixes the problem. I'll continue looking for a reason. svn path=/trunk/; revision=2386
2000-08-15The caplen and iplen are not always going to be equal. Need to use > and <= ↵Mike Hall1-7/+12
instead of != ==. svn path=/trunk/; revision=2273
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System ↵Mike Hall1-0/+254
IPLog format. svn path=/trunk/; revision=2231