aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+6
2000-02-12Get rid of the check for NetBSD in the Wiretap "configure.in"; weGuy Harris1-6/+5
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez1-5/+13
2000-02-03Change from Ed Meaney - write capture files in binary, rather than ASCIIGuy Harris1-3/+3
2000-01-29Support for NetXray 3.03 (the program version, not file version) PPPGilbert Ramirez1-2/+2
2000-01-26Always declare, and define, "file_seek()" to return a "long", as it'sGuy Harris2-14/+13
2000-01-25"gztell()" is also affected by the libz mess on platforms where "off_t"Guy Harris2-5/+11
2000-01-24Added the O_BINARY flag to open() for win32.Gilbert Ramirez1-2/+7
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris30-60/+60
2000-01-20The headers of HP-UX 9.04 and HP-UX 10.20 nettl files seem to be different.Olivier Abad1-7/+11
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2-19/+11
2000-01-13Add "file_wrappers.c" to the list of things to compile with MicrosoftGuy Harris1-0/+1
2000-01-13Fix "ascend-scanner.l" to include "file_wrappers.h" rather than theGuy Harris2-13/+15
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris18-114/+167
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez6-10/+28
2000-01-09Add to some comments notes on the meaning of DLT types 15 and 16 onGuy Harris1-3/+15
2000-01-01Add relative timestamps. The Toshiba ISDN router has the same problemGilbert Ramirez1-3/+3