| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for reading toshiba trace files that were created by using the | Gilbert Ramirez | 2000-03-04 | 1 | -11/+23 |
* | The frame header in HP-UX 11 trace files is 4 octets longer (than HP-UX 9 | Olivier Abad | 2000-03-01 | 1 | -3/+52 |
* | Note that one can probably symbolically request that nettl log incoming | Guy Harris | 2000-02-19 | 1 | -1/+5 |
* | If we see a file with an unknown network type, report the type in a | Guy Harris | 2000-02-19 | 1 | -1/+3 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 8 | -17/+17 |
* | Add support for raw IP nettl captures. | Olivier Abad | 2000-02-17 | 3 | -50/+173 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+6 |
* | Get rid of the check for NetBSD in the Wiretap "configure.in"; we | Guy Harris | 2000-02-12 | 1 | -6/+5 |
* | Update Makefiles for win32. Move local configuration to config.nmake, | Gilbert Ramirez | 2000-02-09 | 1 | -5/+13 |
* | Change from Ed Meaney - write capture files in binary, rather than ASCII | Guy Harris | 2000-02-03 | 1 | -3/+3 |
* | Support for NetXray 3.03 (the program version, not file version) PPP | Gilbert Ramirez | 2000-01-29 | 1 | -2/+2 |
* | Always declare, and define, "file_seek()" to return a "long", as it's | Guy Harris | 2000-01-26 | 2 | -14/+13 |
* | "gztell()" is also affected by the libz mess on platforms where "off_t" | Guy Harris | 2000-01-25 | 2 | -5/+11 |
* | Added the O_BINARY flag to open() for win32. | Gilbert Ramirez | 2000-01-24 | 1 | -2/+7 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 30 | -60/+60 |
* | The headers of HP-UX 9.04 and HP-UX 10.20 nettl files seem to be different. | Olivier Abad | 2000-01-20 | 1 | -7/+11 |
* | Merge in the final code to make Ethereal run on Win32, compiled | Gilbert Ramirez | 2000-01-15 | 2 | -19/+11 |
* | Add "file_wrappers.c" to the list of things to compile with Microsoft | Guy Harris | 2000-01-13 | 1 | -0/+1 |
* | Fix "ascend-scanner.l" to include "file_wrappers.h" rather than the | Guy Harris | 2000-01-13 | 2 | -13/+15 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 18 | -114/+167 |
* | Some initial changes for win32 support, but not all. | Gilbert Ramirez | 2000-01-10 | 6 | -10/+28 |
* | Add to some comments notes on the meaning of DLT types 15 and 16 on | Guy Harris | 2000-01-09 | 1 | -3/+15 |
* | Add relative timestamps. The Toshiba ISDN router has the same problem | Gilbert Ramirez | 2000-01-01 | 1 | -3/+3 |
* | Pull in some additional non-definitions, to make it match the current | Guy Harris | 1999-12-15 | 1 | -3/+17 |
* | Bring it somewhat up to date. | Guy Harris | 1999-12-15 | 1 | -2/+16 |
* | Handle i4btrace captures if they're from a machine with the opposite | Guy Harris | 1999-12-15 | 3 | -19/+62 |
* | One field in the NetXRay header appears to be the number of frames in | Guy Harris | 1999-12-15 | 4 | -93/+82 |
* | more work on netxray, still not sniffer compatible though | Nathan Neulinger | 1999-12-14 | 2 | -16/+49 |
* | Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTE | Olivier Abad | 1999-12-14 | 1 | -3/+4 |
* | Include <string.h> to declare "memset()". | Guy Harris | 1999-12-14 | 1 | -1/+2 |
* | Added support for writing netxray version 1.1 dumps. | Nathan Neulinger | 1999-12-14 | 4 | -5/+160 |
* | Put the "." in "V.120". | Guy Harris | 1999-12-12 | 1 | -2/+2 |
* | Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module | Gilbert Ramirez | 1999-12-12 | 7 | -8/+307 |
* | Add short names (for "editcap" command lines and the like) for the | Guy Harris | 1999-12-12 | 1 | -3/+3 |
* | Put in a private data structure hanging off the "wtap_dumper" structure | Guy Harris | 1999-12-11 | 2 | -11/+23 |
* | Correct timestamp calculation in ngsniffer_dump | Olivier Abad | 1999-12-11 | 1 | -30/+45 |
* | Provide different file types for "modified" and Red Hat 6.1 "libpcap" | Guy Harris | 1999-12-11 | 3 | -32/+98 |
* | Add support to Wiretap for writing sniffer capture files. | Olivier Abad | 1999-12-09 | 2 | -9/+188 |
* | Provide a table of descriptive and short (command-line) names for | Guy Harris | 1999-12-05 | 2 | -2/+93 |
* | Expand on the description of "libpcap" and "snoop" capture file formats. | Guy Harris | 1999-12-05 | 1 | -3/+3 |
* | Oops! First check if the short name in the "dump_open_table[]" entry is | Guy Harris | 1999-12-04 | 1 | -2/+3 |
* | Give those capture file formats we can write a "short name", to be used | Guy Harris | 1999-12-04 | 2 | -20/+45 |
* | Fields in the "snoop" file header are big-endian; write them as such. | Guy Harris | 1999-12-04 | 1 | -3/+3 |
* | Fix some names. | Guy Harris | 1999-12-04 | 7 | -22/+22 |
* | More infrastructure changes for Ethereal - make | Guy Harris | 1999-12-04 | 2 | -10/+10 |
* | Add some infrastructure for the use of Ethereal, so it can make a list | Guy Harris | 1999-12-04 | 9 | -187/+244 |
* | Include <string.h> to declare "memset()". | Guy Harris | 1999-12-04 | 1 | -1/+2 |
* | Null out the "pointer to private data" member of a "wtap_dumper" | Guy Harris | 1999-12-04 | 1 | -1/+2 |
* | Add support to Wiretap for writing Network Monitor 1.x-format capture | Guy Harris | 1999-12-04 | 1 | -5/+35 |
* | Add support to Wiretap for writing Network Monitor 1.x-format capture | Guy Harris | 1999-12-04 | 8 | -53/+296 |