aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
Commit message (Expand)AuthorAgeFilesLines
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-12/+12
* Removed an unneeded assignment.Stig Bjørlykke2009-09-301-1/+0
* Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C...Jeff Morriss2008-07-081-1/+5
* Change the Wiretap code so that it doesn't dereferenceGuy Harris2007-05-281-16/+8
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* Ethareal->WiresharkAnders Broman2006-05-281-1/+1
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-031-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-6/+12
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-22/+22
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-7/+3
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-9/+9
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-15/+19
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-11/+19
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+2
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+2
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-5/+5
* From Joerg Mayer:Guy Harris2001-07-131-7/+13
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+5
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-30/+9
* Re-arrange size and nmemb arguments in fread() (file_read()) calls soGilbert Ramirez2000-08-311-8/+8
* The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall2000-08-151-7/+12
* Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall2000-08-081-0/+254