aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-15Pull in some additional non-definitions, to make it match the currentGuy Harris1-3/+17
1999-12-15Bring it somewhat up to date.Guy Harris1-2/+16
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeGuy Harris3-19/+62
1999-12-15One field in the NetXRay header appears to be the number of frames inGuy Harris4-93/+82
1999-12-14more work on netxray, still not sniffer compatible thoughNathan Neulinger2-16/+49
1999-12-14Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTEOlivier Abad1-3/+4
1999-12-14Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-14Added support for writing netxray version 1.1 dumps.Nathan Neulinger4-5/+160
1999-12-12Put the "." in "V.120".Guy Harris1-2/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez7-8/+307
1999-12-12Add short names (for "editcap" command lines and the like) for theGuy Harris1-3/+3
1999-12-11Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris2-11/+23
1999-12-11Correct timestamp calculation in ngsniffer_dumpOlivier Abad1-30/+45
1999-12-11Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris3-32/+98
1999-12-09Add support to Wiretap for writing sniffer capture files.Olivier Abad2-9/+188
1999-12-05Provide a table of descriptive and short (command-line) names forGuy Harris2-2/+93
1999-12-05Expand on the description of "libpcap" and "snoop" capture file formats.Guy Harris1-3/+3
1999-12-04Oops! First check if the short name in the "dump_open_table[]" entry isGuy Harris1-2/+3
1999-12-04Give those capture file formats we can write a "short name", to be usedGuy Harris2-20/+45
1999-12-04Fields in the "snoop" file header are big-endian; write them as such.Guy Harris1-3/+3
1999-12-04Fix some names.Guy Harris7-22/+22
1999-12-04More infrastructure changes for Ethereal - makeGuy Harris2-10/+10
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris9-187/+244