| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moved settingg wth->file_encap from sniffer_encap to precede the | Jeff Foster | 2001-01-16 | 1 | -2/+6 |
* | Code to get a putative network subtype from a type 7 record in an | Guy Harris | 2001-01-16 | 1 | -6/+86 |
* | Fix up Gerald's e-mail address to be his "ethereal.com" address. | Guy Harris | 2001-01-10 | 1 | -1/+1 |
* | Code to handle Frame Relay Sniffer captures, from Jeff Foster. | Guy Harris | 2001-01-08 | 3 | -5/+14 |
* | Add support for the DLT_LINUX_SLL capture type in the current CVS | Guy Harris | 2000-12-23 | 3 | -4/+13 |
* | Fix for pppdump buffer-overflow check. | Gilbert Ramirez | 2000-12-09 | 2 | -5/+16 |
* | Catch Sniffer packets where the record length for a record containing a | Guy Harris | 2000-11-29 | 1 | -1/+14 |
* | Generated Bison and Flex files test whether __STDC__ is defined | Guy Harris | 2000-11-22 | 1 | -0/+21 |
* | Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. | Gilbert Ramirez | 2000-11-22 | 1 | -2/+2 |
* | Add an overflow check to process_data(). | Gerald Combs | 2000-11-19 | 1 | -1/+6 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 8 | -11/+25 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 5 | -5/+10 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 3 | -5/+44 |
* | Support for the BASE100 and GSC100BT subsystems by Jeff Foster. | Olivier Abad | 2000-11-13 | 2 | -62/+77 |
* | Improve the detection of the encapsulation used in a radcom file. | Olivier Abad | 2000-11-13 | 1 | -13/+11 |
* | "wtap_loop()" no longer has problems with packet offsets of 0, so we | Guy Harris | 2000-11-12 | 2 | -22/+73 |
* | Not all packets in a "wdd" dump necessarily have a "Cause an attempt to | Guy Harris | 2000-11-12 | 3 | -21/+42 |
* | We have to set "x25.flags" in the Wiretap pseudo-header if the capture | Guy Harris | 2000-11-11 | 2 | -26/+123 |
* | In "wdd" captures: | Guy Harris | 2000-11-11 | 3 | -17/+41 |
* | Add some comments, and fix one comment. | Guy Harris | 2000-11-11 | 1 | -4/+9 |
* | Add initial support for "type 12" frames. I have no documentation for | Gerald Combs | 2000-10-17 | 1 | -1/+92 |
* | Do checks for platform-specific compiler flags in the libethereal and | Guy Harris | 2000-10-17 | 1 | -1/+28 |
* | Wiretap no longer works with "GLib 1.0[.x]" (the version that came | Guy Harris | 2000-10-17 | 2 | -10/+2 |
* | Add string representation for WTAP_ENCAP_PPP_WITH_PHDR | Gilbert Ramirez | 2000-09-28 | 1 | -1/+5 |