aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-6/+12
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-22/+22
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-7/+3
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-9/+9
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-15/+19
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-11/+19
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+2
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