aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-5/+5
2001-07-13From Joerg Mayer:Guy Harris1-7/+13
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+5
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-30/+9
2000-08-31Re-arrange size and nmemb arguments in fread() (file_read()) calls soGilbert Ramirez1-8/+8
2000-08-15The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall1-7/+12
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-0/+254