aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Distribute wtap.defGilbert Ramirez2001-04-181-2/+3
* #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32,Gilbert Ramirez2001-04-181-1/+3
* As of GLib 1.2.9, you won't automatically get "-I/usr/local/include" andGuy Harris2001-04-171-2/+29
* Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris2001-04-171-1/+1
* GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure outGuy Harris2001-04-161-5/+1
* The "data" member of a Buffer structure is a "u_char *"; when assigningGuy Harris2001-04-161-3/+3
* Improvement of 'make clean' targets.Gilbert Ramirez2001-04-121-2/+3
* Add support for "version 7" wandess output. Actually, I think it'sGerald Combs2001-04-092-12/+74
* Build with zlib.Gilbert Ramirez2001-04-062-9/+7
* Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2001-04-052-4/+4
* Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris2001-03-231-41/+20
* The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez2001-03-233-6/+61
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-153-11/+21
* Handle NetBSD Cisco HDLC as PPP, for now.Guy Harris2001-03-111-5/+18
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-1016-42/+26
* Close the random stream, not just the sequential stream, if we got anGuy Harris2001-03-091-1/+3
* Include "etherpeek.h", which declares routines we define, not "snoop.h",Guy Harris2001-03-091-2/+2
* Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris2001-02-226-5/+367
* Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris2001-02-141-2/+2
* You have to define "htolell()" on little-endian platforms, too....Guy Harris2001-02-131-4/+5
* Changes from Chris Jepeway toGuy Harris2001-02-133-41/+111
* "autoheader" recognizes AC_CHECK_HEADERS as a macro that definesGuy Harris2001-01-271-2/+2
* Finish up support for writing NetMon 2.x capture files.Guy Harris2001-01-252-7/+22
* Update a comment to reflect reality (we no longer skip all the extraGuy Harris2001-01-171-2/+4
* Fixed potential buffer overflow in skip_header_records when processingJeff Foster2001-01-171-17/+15
* Update a comment to reflect reality (we no longer skip all the extraGuy Harris2001-01-161-3/+6
* Moved settingg wth->file_encap from sniffer_encap to precede theJeff Foster2001-01-161-2/+6
* Code to get a putative network subtype from a type 7 record in anGuy Harris2001-01-161-6/+86
* Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris2001-01-101-1/+1
* Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris2001-01-083-5/+14
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-233-4/+13
* Fix for pppdump buffer-overflow check.Gilbert Ramirez2000-12-092-5/+16
* Catch Sniffer packets where the record length for a record containing aGuy Harris2000-11-291-1/+14
* Generated Bison and Flex files test whether __STDC__ is definedGuy Harris2000-11-221-0/+21
* Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez2000-11-221-2/+2
* Add an overflow check to process_data().Gerald Combs2000-11-191-1/+6
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-198-11/+25
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-175-5/+10
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-153-5/+44
* Support for the BASE100 and GSC100BT subsystems by Jeff Foster.Olivier Abad2000-11-132-62/+77
* Improve the detection of the encapsulation used in a radcom file.Olivier Abad2000-11-131-13/+11
* "wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2000-11-122-22/+73
* Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris2000-11-123-21/+42
* We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris2000-11-112-26/+123
* In "wdd" captures:Guy Harris2000-11-113-17/+41
* Add some comments, and fix one comment.Guy Harris2000-11-111-4/+9
* Add initial support for "type 12" frames. I have no documentation forGerald Combs2000-10-171-1/+92
* Do checks for platform-specific compiler flags in the libethereal andGuy Harris2000-10-171-1/+28
* Wiretap no longer works with "GLib 1.0[.x]" (the version that cameGuy Harris2000-10-172-10/+2
* Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez2000-09-281-1/+5