aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-198-17/+17
* Add support for raw IP nettl captures.Olivier Abad2000-02-173-50/+173
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+6
* Get rid of the check for NetBSD in the Wiretap "configure.in"; weGuy Harris2000-02-121-6/+5
* Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez2000-02-091-5/+13
* Change from Ed Meaney - write capture files in binary, rather than ASCIIGuy Harris2000-02-031-3/+3
* Support for NetXray 3.03 (the program version, not file version) PPPGilbert Ramirez2000-01-291-2/+2
* Always declare, and define, "file_seek()" to return a "long", as it'sGuy Harris2000-01-262-14/+13
* "gztell()" is also affected by the libz mess on platforms where "off_t"Guy Harris2000-01-252-5/+11
* Added the O_BINARY flag to open() for win32.Gilbert Ramirez2000-01-241-2/+7
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-2230-60/+60
* The headers of HP-UX 9.04 and HP-UX 10.20 nettl files seem to be different.Olivier Abad2000-01-201-7/+11
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-152-19/+11
* Add "file_wrappers.c" to the list of things to compile with MicrosoftGuy Harris2000-01-131-0/+1
* Fix "ascend-scanner.l" to include "file_wrappers.h" rather than theGuy Harris2000-01-132-13/+15
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-1318-114/+167
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-106-10/+28
* Add to some comments notes on the meaning of DLT types 15 and 16 onGuy Harris2000-01-091-3/+15
* Add relative timestamps. The Toshiba ISDN router has the same problemGilbert Ramirez2000-01-011-3/+3
* Pull in some additional non-definitions, to make it match the currentGuy Harris1999-12-151-3/+17
* Bring it somewhat up to date.Guy Harris1999-12-151-2/+16
* Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1999-12-153-19/+62
* One field in the NetXRay header appears to be the number of frames inGuy Harris1999-12-154-93/+82
* more work on netxray, still not sniffer compatible thoughNathan Neulinger1999-12-142-16/+49
* Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTEOlivier Abad1999-12-141-3/+4
* Include <string.h> to declare "memset()".Guy Harris1999-12-141-1/+2
* Added support for writing netxray version 1.1 dumps.Nathan Neulinger1999-12-144-5/+160
* Put the "." in "V.120".Guy Harris1999-12-121-2/+2
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-127-8/+307
* Add short names (for "editcap" command lines and the like) for theGuy Harris1999-12-121-3/+3
* Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris1999-12-112-11/+23
* Correct timestamp calculation in ngsniffer_dumpOlivier Abad1999-12-111-30/+45
* Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1999-12-113-32/+98
* Add support to Wiretap for writing sniffer capture files.Olivier Abad1999-12-092-9/+188
* Provide a table of descriptive and short (command-line) names forGuy Harris1999-12-052-2/+93
* Expand on the description of "libpcap" and "snoop" capture file formats.Guy Harris1999-12-051-3/+3
* Oops! First check if the short name in the "dump_open_table[]" entry isGuy Harris1999-12-041-2/+3
* Give those capture file formats we can write a "short name", to be usedGuy Harris1999-12-042-20/+45
* Fields in the "snoop" file header are big-endian; write them as such.Guy Harris1999-12-041-3/+3
* Fix some names.Guy Harris1999-12-047-22/+22
* More infrastructure changes for Ethereal - makeGuy Harris1999-12-042-10/+10
* Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1999-12-049-187/+244
* Include <string.h> to declare "memset()".Guy Harris1999-12-041-1/+2
* Null out the "pointer to private data" member of a "wtap_dumper"Guy Harris1999-12-041-1/+2
* Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1999-12-041-5/+35
* Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1999-12-048-53/+296