aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-6/+12
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-22/+22
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-7/+3
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-9/+9
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-15/+19
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-11/+19
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-2/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-5/+5
2001-07-13From Joerg Mayer:guy1-7/+13
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-3/+1
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy1-1/+5
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-30/+9
2000-08-31Re-arrange size and nmemb arguments in fread() (file_read()) calls sogram1-8/+8
2000-08-15The caplen and iplen are not always going to be equal. Need to use > and <= i...mhall1-7/+12
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...mhall1-0/+254