aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2001-07-06Remove a comment that no longer applies - we no longer seek forward inGuy Harris1-18/+1
2001-07-05"wtap_file()" is no longer in Wiretap, so don't try to export it fromGuy Harris1-1/+0
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2-9/+2
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isGuy Harris2-16/+59
2001-05-09Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field fromGuy Harris1-3/+17
2001-04-18Distribute wtap.defGilbert Ramirez1-2/+3
2001-04-18#define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32,Gilbert Ramirez1-1/+3
2001-04-17As of GLib 1.2.9, you won't automatically get "-I/usr/local/include" andGuy Harris1-2/+29
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-1/+1
2001-04-16GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure outGuy Harris1-5/+1
2001-04-16The "data" member of a Buffer structure is a "u_char *"; when assigningGuy Harris1-3/+3
2001-04-12Improvement of 'make clean' targets.Gilbert Ramirez1-2/+3
2001-04-09Add support for "version 7" wandess output. Actually, I think it'sGerald Combs2-12/+74
2001-04-06Build with zlib.Gilbert Ramirez2-9/+7
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2-4/+4
2001-03-23Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris1-41/+20
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez3-6/+61
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris3-11/+21
2001-03-11Handle NetBSD Cisco HDLC as PPP, for now.Guy Harris1-5/+18
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris16-42/+26
2001-03-09Close the random stream, not just the sequential stream, if we got anGuy Harris1-1/+3
2001-03-09Include "etherpeek.h", which declares routines we define, not "snoop.h",Guy Harris1-2/+2
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris6-5/+367
2001-02-14Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris1-2/+2
2001-02-13You have to define "htolell()" on little-endian platforms, too....Guy Harris1-4/+5
2001-02-13Changes from Chris Jepeway toGuy Harris3-41/+111
2001-01-27"autoheader" recognizes AC_CHECK_HEADERS as a macro that definesGuy Harris1-2/+2
2001-01-25Finish up support for writing NetMon 2.x capture files.Guy Harris2-7/+22
2001-01-17Update a comment to reflect reality (we no longer skip all the extraGuy Harris1-2/+4
2001-01-17Fixed potential buffer overflow in skip_header_records when processingJeff Foster1-17/+15
2001-01-16Update a comment to reflect reality (we no longer skip all the extraGuy Harris1-3/+6
2001-01-16Moved settingg wth->file_encap from sniffer_encap to precede theJeff Foster1-2/+6
2001-01-16Code to get a putative network subtype from a type 7 record in anGuy Harris1-6/+86
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris1-1/+1
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris3-5/+14
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris3-4/+13
2000-12-09Fix for pppdump buffer-overflow check.Gilbert Ramirez2-5/+16
2000-11-29Catch Sniffer packets where the record length for a record containing aGuy Harris1-1/+14
2000-11-22Generated Bison and Flex files test whether __STDC__ is definedGuy Harris1-0/+21
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-2/+2
2000-11-19Add an overflow check to process_data().Gerald Combs1-1/+6
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris8-11/+25
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez5-5/+10
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris3-5/+44
2000-11-13Support for the BASE100 and GSC100BT subsystems by Jeff Foster.Olivier Abad2-62/+77
2000-11-13Improve the detection of the encapsulation used in a radcom file.Olivier Abad1-13/+11
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2-22/+73
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris3-21/+42
2000-11-11We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris2-26/+123
2000-11-11In "wdd" captures:Guy Harris3-17/+41