aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2001-11-14Back the previous hack out - the padding is often zero, but it's notGuy Harris1-68/+3
2001-11-14Throw in a hack to try to detect FDDI captures from Digital UNIX'sGuy Harris1-3/+68
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez40-79/+79
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-7/+8
2001-11-07Expand on the comments about AIX libpcap.Guy Harris1-6/+10
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksGuy Harris3-27/+93
2001-11-02Support DLT_CISCO_IOS.Gilbert Ramirez2-3/+6
2001-10-28Include <unistd.h>, if we have it, to declare "unlink()".Guy Harris1-1/+5
2001-10-25Interface type 0x07 is Ethernet.Gilbert Ramirez1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez6-23/+24
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris8-7/+417
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris8-16/+480
2001-10-16Don't create a Wiretap dump file unless we're at least sure we supportGuy Harris1-32/+69
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris19-93/+95
2001-09-28We have our own internal versions of "gzgets()" and "gzgetc()", so weGuy Harris2-8/+8
2001-09-23Update the URL for ATM-on-Linux.Guy Harris1-2/+2
2001-09-20Removed the dependency on gzgetc and gzgets by implementing internalAshok Narayanan2-4/+30
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris6-47/+47
2001-08-25Sigh. Shomiti apparently didn't know that the RFC 1761 data link typesGuy Harris1-16/+99
2001-08-20Use system's version of AM_PATH_GLIB macro.Gilbert Ramirez3-207/+11
2001-08-18If there's no "zlib.h" header, we won't be using zlib, so don't botherGuy Harris1-10/+15
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-4/+5
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-3/+11
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2-15/+30
2001-07-13From Joerg Mayer:Guy Harris10-29/+35
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