| Commit message (Expand) | Author | Age | Files | Lines |
* | Support DLT_CISCO_IOS. | Gilbert Ramirez | 2001-11-02 | 2 | -3/+6 |
* | Include <unistd.h>, if we have it, to declare "unlink()". | Guy Harris | 2001-10-28 | 1 | -1/+5 |
* | Interface type 0x07 is Ethernet. | Gilbert Ramirez | 2001-10-25 | 1 | -2/+2 |
* | Get rid of signed/unsigned comparison warnings in wiretap. | Gilbert Ramirez | 2001-10-25 | 6 | -23/+24 |
* | DBS Etherwatch wiretap module, from Marc Milgram. | Guy Harris | 2001-10-19 | 8 | -7/+417 |
* | VMS TCPIPtrace wiretap module, from Marc Milgram. | Guy Harris | 2001-10-18 | 8 | -16/+480 |
* | Don't create a Wiretap dump file unless we're at least sure we support | Guy Harris | 2001-10-16 | 1 | -32/+69 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 19 | -93/+95 |
* | We have our own internal versions of "gzgets()" and "gzgetc()", so we | Guy Harris | 2001-09-28 | 2 | -8/+8 |
* | Update the URL for ATM-on-Linux. | Guy Harris | 2001-09-23 | 1 | -2/+2 |
* | Removed the dependency on gzgetc and gzgets by implementing internal | Ashok Narayanan | 2001-09-20 | 2 | -4/+30 |
* | The return value from "fwrite()" is a "size_t"; make the variable into | Guy Harris | 2001-08-25 | 6 | -47/+47 |
* | Sigh. Shomiti apparently didn't know that the RFC 1761 data link types | Guy Harris | 2001-08-25 | 1 | -16/+99 |
* | Use system's version of AM_PATH_GLIB macro. | Gilbert Ramirez | 2001-08-20 | 3 | -207/+11 |
* | If there's no "zlib.h" header, we won't be using zlib, so don't bother | Guy Harris | 2001-08-18 | 1 | -10/+15 |
* | Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with | Guy Harris | 2001-07-27 | 1 | -4/+5 |
* | MacOS support changes, from Michael Tuexen (with some modifications): | Guy Harris | 2001-07-26 | 1 | -3/+11 |
* | Fixes, from Scott Renfro, for some calls to "localtime()" that didn't | Guy Harris | 2001-07-15 | 2 | -15/+30 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 10 | -29/+35 |
* | Remove a comment that no longer applies - we no longer seek forward in | Guy Harris | 2001-07-06 | 1 | -18/+1 |
* | "wtap_file()" is no longer in Wiretap, so don't try to export it from | Guy Harris | 2001-07-05 | 1 | -1/+0 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 2 | -9/+2 |
* | Replace "--enable-pcap" with "--with-pcap", and if an argument is | Guy Harris | 2001-06-27 | 2 | -16/+59 |
* | Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field from | Guy Harris | 2001-05-09 | 1 | -3/+17 |
* | Distribute wtap.def | Gilbert Ramirez | 2001-04-18 | 1 | -2/+3 |
* | #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32, | Gilbert Ramirez | 2001-04-18 | 1 | -1/+3 |
* | As of GLib 1.2.9, you won't automatically get "-I/usr/local/include" and | Guy Harris | 2001-04-17 | 1 | -2/+29 |
* | Fix the e-mail address for Joerg Mayer (and remove it from files he | Guy Harris | 2001-04-17 | 1 | -1/+1 |
* | GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure out | Guy Harris | 2001-04-16 | 1 | -5/+1 |
* | The "data" member of a Buffer structure is a "u_char *"; when assigning | Guy Harris | 2001-04-16 | 1 | -3/+3 |
* | Improvement of 'make clean' targets. | Gilbert Ramirez | 2001-04-12 | 1 | -2/+3 |
* | Add support for "version 7" wandess output. Actually, I think it's | Gerald Combs | 2001-04-09 | 2 | -12/+74 |
* | Build with zlib. | Gilbert Ramirez | 2001-04-06 | 2 | -9/+7 |
* | Use sed in the Win32 build to place the version in various files. | Gilbert Ramirez | 2001-04-05 | 2 | -4/+4 |
* | Back out the guint64 stuff - it's not clear it's the right way to handle | Guy Harris | 2001-03-23 | 1 | -41/+20 |
* | The Win32 build builds wiretap as a DLL and requires WinPcap 2.1. | Gilbert Ramirez | 2001-03-23 | 3 | -6/+61 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 3 | -11/+21 |
* | Handle NetBSD Cisco HDLC as PPP, for now. | Guy Harris | 2001-03-11 | 1 | -5/+18 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 16 | -42/+26 |
* | Close the random stream, not just the sequential stream, if we got an | Guy Harris | 2001-03-09 | 1 | -1/+3 |
* | Include "etherpeek.h", which declares routines we define, not "snoop.h", | Guy Harris | 2001-03-09 | 1 | -2/+2 |
* | Etherpeek version 5, 6, and 7 support, from Daniel Thompson. | Guy Harris | 2001-02-22 | 6 | -5/+367 |
* | Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double" | Guy Harris | 2001-02-14 | 1 | -2/+2 |
* | You have to define "htolell()" on little-endian platforms, too.... | Guy Harris | 2001-02-13 | 1 | -4/+5 |
* | Changes from Chris Jepeway to | Guy Harris | 2001-02-13 | 3 | -41/+111 |
* | "autoheader" recognizes AC_CHECK_HEADERS as a macro that defines | Guy Harris | 2001-01-27 | 1 | -2/+2 |
* | Finish up support for writing NetMon 2.x capture files. | Guy Harris | 2001-01-25 | 2 | -7/+22 |
* | Update a comment to reflect reality (we no longer skip all the extra | Guy Harris | 2001-01-17 | 1 | -2/+4 |
* | Fixed potential buffer overflow in skip_header_records when processing | Jeff Foster | 2001-01-17 | 1 | -17/+15 |
* | Update a comment to reflect reality (we no longer skip all the extra | Guy Harris | 2001-01-16 | 1 | -3/+6 |