| Commit message (Expand) | Author | Age | Files | Lines |
* | even if we don't want to close stdout on wtap_dump_close(), we might at least... | Ulf Lamping | 2006-02-17 | 1 | -1/+4 |
* | The attached patch to fix bug 663 allows Ethereal to read Windows | Jaap Keuter | 2006-01-12 | 1 | -3/+38 |
* | don't claim to be an erf file if it isn't (e.g. if the file_read call fails) | Ulf Lamping | 2006-01-07 | 1 | -1/+1 |
* | code cleanup: use "-" for all places, where stdin/stdout is meant | Ulf Lamping | 2006-01-06 | 1 | -2/+2 |
* | Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ... | Ulf Lamping | 2006-01-05 | 1 | -0/+6 |
* | bugfix to #649: first convert to microseconds, then eventually swap byte orde... | Ulf Lamping | 2005-12-31 | 1 | -1/+1 |
* | Add support for Juniper GGSN generated pcap files. | Luis Ontanon | 2005-12-19 | 2 | -1/+4 |
* | Fail if *any* of the fields in the per-packet header of the first record | Guy Harris | 2005-11-27 | 1 | -1/+2 |
* | From Martin Warnes: | Anders Broman | 2005-11-25 | 6 | -1/+805 |
* | minor mkdir bugfix from Gisle Vanem | Ulf Lamping | 2005-11-12 | 1 | -2/+3 |
* | Include <unistd.h> if available, to get "close()" declared. | Guy Harris | 2005-11-10 | 1 | -14/+20 |
* | The problem wasn't that <sys/stat.h> wasn't being included, the problem | Guy Harris | 2005-11-07 | 1 | -4/+0 |
* | add file_util.h so distcheck might work | Ulf Lamping | 2005-11-07 | 1 | -0/+1 |
* | You need <sys/stat.h>, if present, to use fstat(). | Guy Harris | 2005-11-07 | 1 | -0/+4 |
* | The standard <dirent.h> routines to rewind and close a directory are | Guy Harris | 2005-11-07 | 1 | -13/+13 |
* | If we're using libz, make file_open() construct the open() flag | Guy Harris | 2005-11-07 | 3 | -11/+40 |
* | as mkstemp makes trouble and is only used once in util.c, move definition fro... | Ulf Lamping | 2005-11-07 | 1 | -3/+0 |
* | Get rid of CRs and set svn:eol-style to native, so that Windows machines | Guy Harris | 2005-11-06 | 1 | -127/+127 |
* | Obviously, <glib/gstdio.h> is available since GLib version 2.6 only ... | Ulf Lamping | 2005-11-06 | 1 | -1/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 8 | -38/+163 |
* | From Mark C Brown, | Anders Broman | 2005-10-26 | 1 | -1/+1 |
* | forgot this from the last commit | Luis Ontanon | 2005-10-24 | 1 | -0/+1 |
* | - packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th... | Luis Ontanon | 2005-10-24 | 1 | -109/+201 |
* | Update URL for Sniffer manual, and expand a comment a bit. | Guy Harris | 2005-10-22 | 1 | -3/+4 |
* | Add #defines for the DOS Sniffer network types and for various frame | Guy Harris | 2005-10-22 | 2 | -23/+127 |
* | "aalt5_len" in the ATM pseudo-header is not guaranteed to be set to a | Guy Harris | 2005-10-18 | 1 | -4/+4 |
* | make sure tham when more than one stack file is used each channel uses the ri... | Luis Ontanon | 2005-10-13 | 1 | -22/+184 |
* | From Ignacio Goyret | Anders Broman | 2005-10-11 | 1 | -2/+2 |
* | From Rene Pilz, | Anders Broman | 2005-10-06 | 1 | -0/+15 |
* | A heuristic that only treats packets that appear to be LANE-encapsulated | Guy Harris | 2005-10-04 | 1 | -21/+7 |
* | From Rene Piltz: | Anders Broman | 2005-10-04 | 1 | -1/+21 |
* | From Hannes Gredler: | Anders Broman | 2005-09-20 | 3 | -1/+26 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 5 | -105/+232 |
* | From Bill Meier: | Guy Harris | 2005-09-09 | 2 | -24/+54 |
* | Fix more problems found by Steve Grubb, along with other changes: | Gerald Combs | 2005-09-08 | 1 | -0/+1 |
* | Add support for slightly modified libpcap file format with nanosecond resolut... | Ulf Lamping | 2005-08-30 | 5 | -39/+92 |
* | Get rid of the old file header definition. | Guy Harris | 2005-08-29 | 1 | -31/+17 |
* | From Bill Meier: | Guy Harris | 2005-08-28 | 2 | -34/+92 |
* | Ethereal requires 64-bit integrer support; do the time stamp | Guy Harris | 2005-08-28 | 1 | -12/+10 |
* | Get rid of a no-longer-true comment. | Guy Harris | 2005-08-28 | 1 | -4/+0 |
* | Fix indentation, and fix a comment. | Guy Harris | 2005-08-26 | 1 | -2/+2 |
* | Ethereal now requires 64-bit integer support, so get rid of the tests of | Guy Harris | 2005-08-26 | 4 | -47/+13 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 28 | -5/+44 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 31 | -117/+145 |
* | Two fixes to tektronix k12 import: | Luis Ontanon | 2005-08-22 | 1 | -2/+7 |
* | "ascend-grammar.h" is generated by Bison with a copy of the definition | Guy Harris | 2005-08-20 | 1 | -2/+0 |
* | - Include the .h files in their .c files. | Jörg Mayer | 2005-08-20 | 2 | -0/+4 |
* | Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flags | Jörg Mayer | 2005-08-20 | 1 | -1/+1 |
* | Add APIs to Wiretap to return the file of the size as supplied by the OS | Guy Harris | 2005-08-19 | 4 | -6/+58 |
* | Try yet another scheme for handling time stamps; realtick isn't always | Guy Harris | 2005-08-18 | 1 | -44/+146 |