| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -12/+12 |
* | Removed an unneeded assignment. | Stig Bjørlykke | 2009-09-30 | 1 | -1/+0 |
* | Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C... | Jeff Morriss | 2008-07-08 | 1 | -1/+5 |
* | Change the Wiretap code so that it doesn't dereference | Guy Harris | 2007-05-28 | 1 | -16/+8 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -4/+4 |
* | Ethareal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -2/+2 |
* | Make editcap use wtap_read(); that eliminates the last user of | Guy Harris | 2005-04-03 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -6/+12 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -22/+22 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -7/+3 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -9/+9 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -15/+19 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -11/+19 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 1 | -2/+2 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -2/+2 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -5/+5 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -7/+13 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 1 | -1/+5 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -30/+9 |
* | Re-arrange size and nmemb arguments in fread() (file_read()) calls so | Gilbert Ramirez | 2000-08-31 | 1 | -8/+8 |
* | The caplen and iplen are not always going to be equal. Need to use > and <= i... | Mike Hall | 2000-08-15 | 1 | -7/+12 |
* | Added wiretap support to read the Cisco Secure Intrusion Detection System IPL... | Mike Hall | 2000-08-08 | 1 | -0/+254 |