aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall2000-08-151-7/+12
* Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris2000-08-121-21/+23
* Miscellaneous code cleaningLaurent Deniel2000-08-1121-23/+116
* If we have a random stream open for a compressed Sniffer file, have theGuy Harris2000-08-112-174/+354
* Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall2000-08-087-6/+298
* Mention IDSN4BSD's i4btrace utility as a supported trace file format.Gilbert Ramirez2000-08-041-1/+6
* Add a comment explaining why we're defining S_ISDIR and company.Guy Harris2000-07-311-1/+7
* It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris2000-07-311-4/+15
* In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris2000-07-312-5/+9
* Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad2000-07-302-64/+64
* Add a script, "aclocal-flags", which figures out whereGuy Harris2000-07-261-1/+3
* In the final scene of the horror movie, just when you think the monsterGuy Harris2000-07-264-130/+184
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-267-26/+28
* In Tethereal:Guy Harris2000-07-201-3/+7
* Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris2000-06-281-5/+6
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-272-4/+22
* Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris2000-06-243-8/+13
* Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris2000-06-151-5/+10
* Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris2000-06-151-27/+24
* Document the fact that we can now read compressed Sniffer files.Gilbert Ramirez2000-06-081-14/+16
* Fix list of deliverables (add wtap-int.h)Gilbert Ramirez2000-06-061-2/+3
* Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridGuy Harris2000-05-291-1/+4
* Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad2000-05-281-1/+1
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-256-76/+615
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-1919-286/+337
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-1910-47/+47
* "wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris2000-05-191-3/+1
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-1820-443/+887
* Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris2000-05-121-9/+9
* Fix minor typo found by Alan Harrison.Guy Harris2000-05-121-2/+2
* In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez2000-05-121-1/+4
* Include an example of "wdd" output data from an Ascend trace I got agesGuy Harris2000-05-101-1/+17
* Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris2000-05-105-58/+58
* Graham Bloice's changes to, on Win32 using Microsoft's "nmake":Guy Harris2000-04-291-2/+2
* Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris2000-04-154-40/+12
* Build tethereal and editcap on Win32.Gilbert Ramirez2000-04-121-0/+3
* Declare, in "wtap.h", Richard's new "wtap_read()" function.Guy Harris2000-04-081-1/+2
* Some stuff, like libdencode, needs a wiretap routine that allowsRichard Sharpe2000-04-081-1/+6
* Use the "-o" flag, rather than using the "-t" flag and redirecting theGuy Harris2000-04-061-1/+1
* The Win32 port of libpcap requires that programs with which it's builtGuy Harris2000-04-041-1/+3
* Jochen Friedrich <jochen@nwe.de>Gilbert Ramirez2000-03-301-2/+2
* Use the "-o" flag, rather than using the "-t" flag and redirecting theGuy Harris2000-03-291-2/+2
* Make the previous checkin actually compile on big-endian machines.Guy Harris2000-03-221-1/+4
* Byte-swap the frame table on big-endian machines.Guy Harris2000-03-221-9/+24
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-2211-86/+124
* Sigh. OpenBSD defines "HAVE_UNISTD_H" in the Makefile for zlib, so,Guy Harris2000-03-141-11/+28
* Fix for reading toshiba trace files that were created by using theGilbert Ramirez2000-03-041-11/+23
* The frame header in HP-UX 11 trace files is 4 octets longer (than HP-UX 9Olivier Abad2000-03-011-3/+52
* Note that one can probably symbolically request that nettl log incomingGuy Harris2000-02-191-1/+5
* If we see a file with an unknown network type, report the type in aGuy Harris2000-02-191-1/+3