aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2000-08-11Miscellaneous code cleaningLaurent Deniel21-23/+116
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris2-174/+354
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall7-6/+298
2000-08-04Mention IDSN4BSD's i4btrace utility as a supported trace file format.Gilbert Ramirez1-1/+6
2000-07-31Add a comment explaining why we're defining S_ISDIR and company.Guy Harris1-1/+7
2000-07-31It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris1-4/+15
2000-07-31In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris2-5/+9
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad2-64/+64
2000-07-26Add a script, "aclocal-flags", which figures out whereGuy Harris1-1/+3
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris4-130/+184
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris7-26/+28
2000-07-20In Tethereal:Guy Harris1-3/+7
2000-06-28Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris1-5/+6
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2-4/+22
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris3-8/+13
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-5/+10
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-27/+24
2000-06-08Document the fact that we can now read compressed Sniffer files.Gilbert Ramirez1-14/+16
2000-06-06Fix list of deliverables (add wtap-int.h)Gilbert Ramirez1-2/+3
2000-05-29Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridGuy Harris1-1/+4
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-1/+1
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris6-76/+615
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez19-286/+337
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris10-47/+47
2000-05-19"wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris1-3/+1
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris20-443/+887
2000-05-12Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris1-9/+9
2000-05-12Fix minor typo found by Alan Harrison.Guy Harris1-2/+2
2000-05-12In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez1-1/+4
2000-05-10Include an example of "wdd" output data from an Ascend trace I got agesGuy Harris1-1/+17
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris5-58/+58
2000-04-29Graham Bloice's changes to, on Win32 using Microsoft's "nmake":Guy Harris1-2/+2
2000-04-15Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris4-40/+12
2000-04-12Build tethereal and editcap on Win32.Gilbert Ramirez1-0/+3
2000-04-08Declare, in "wtap.h", Richard's new "wtap_read()" function.Guy Harris1-1/+2
2000-04-08Some stuff, like libdencode, needs a wiretap routine that allowsRichard Sharpe1-1/+6
2000-04-06Use the "-o" flag, rather than using the "-t" flag and redirecting theGuy Harris1-1/+1
2000-04-04The Win32 port of libpcap requires that programs with which it's builtGuy Harris1-1/+3
2000-03-30Jochen Friedrich <jochen@nwe.de>Gilbert Ramirez1-2/+2
2000-03-29Use the "-o" flag, rather than using the "-t" flag and redirecting theGuy Harris1-2/+2
2000-03-22Make the previous checkin actually compile on big-endian machines.Guy Harris1-1/+4
2000-03-22Byte-swap the frame table on big-endian machines.Guy Harris1-9/+24
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris11-86/+124
2000-03-14Sigh. OpenBSD defines "HAVE_UNISTD_H" in the Makefile for zlib, so,Guy Harris1-11/+28
2000-03-04Fix for reading toshiba trace files that were created by using theGilbert Ramirez1-11/+23
2000-03-01The frame header in HP-UX 11 trace files is 4 octets longer (than HP-UX 9Olivier Abad1-3/+52
2000-02-19Note that one can probably symbolically request that nettl log incomingGuy Harris1-1/+5
2000-02-19If we see a file with an unknown network type, report the type in aGuy Harris1-1/+3
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris8-17/+17
2000-02-17Add support for raw IP nettl captures.Olivier Abad3-50/+173