| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a comment explaining why we're defining S_ISDIR and company. | Guy Harris | 2000-07-31 | 1 | -1/+7 |
* | It appears that, at least with Visual C++ 6.0, the "stat()" supplied in | Guy Harris | 2000-07-31 | 1 | -4/+15 |
* | In the final scene of the horror movie, just when you think the monster | Guy Harris | 2000-07-26 | 1 | -5/+9 |
* | In Tethereal: | Guy Harris | 2000-07-20 | 1 | -3/+7 |
* | Joerg Mayer's changes to add support for NetXRay file format version | Guy Harris | 2000-06-24 | 1 | -3/+3 |
* | Support for reading compressed Sniffer files, from Tim Farley, Joerg | Guy Harris | 2000-05-25 | 1 | -2/+7 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -4/+4 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -8/+28 |
* | Rename the "private" member of a "wtap_dumper" structure to "dump", as | Guy Harris | 2000-05-10 | 1 | -4/+4 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -1/+2 |
* | Change from Ed Meaney - write capture files in binary, rather than ASCII | Guy Harris | 2000-02-03 | 1 | -3/+3 |
* | 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 | 1 | -2/+2 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -40/+2 |
* | Some initial changes for win32 support, but not all. | Gilbert Ramirez | 2000-01-10 | 1 | -1/+7 |
* | One field in the NetXRay header appears to be the number of frames in | Guy Harris | 1999-12-15 | 1 | -2/+2 |
* | Added support for writing netxray version 1.1 dumps. | Nathan Neulinger | 1999-12-14 | 1 | -2/+2 |
* | Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module | Gilbert Ramirez | 1999-12-12 | 1 | -2/+9 |
* | Add short names (for "editcap" command lines and the like) for the | Guy Harris | 1999-12-12 | 1 | -3/+3 |
* | Provide different file types for "modified" and Red Hat 6.1 "libpcap" | Guy Harris | 1999-12-11 | 1 | -4/+8 |
* | 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 | 1 | -19/+42 |
* | Fix some names. | Guy Harris | 1999-12-04 | 1 | -10/+10 |
* | More infrastructure changes for Ethereal - make | Guy Harris | 1999-12-04 | 1 | -8/+8 |
* | Add some infrastructure for the use of Ethereal, so it can make a list | Guy Harris | 1999-12-04 | 1 | -29/+148 |
* | 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 | -9/+12 |
* | Add support to Wiretap for writing "snoop"-format capture files. | Guy Harris | 1999-12-04 | 1 | -15/+23 |
* | Fixed small memory leak in wiretap (frame_buffer wasn't being freed), | Gilbert Ramirez | 1999-11-10 | 1 | -9/+9 |
* | The answer to the question "why pass err to open_routines[i]() if err is | Guy Harris | 1999-10-31 | 1 | -4/+1 |
* | Add a module to wiretap to be able to read trace files from Toshiba's | Gilbert Ramirez | 1999-10-31 | 1 | -2/+19 |
* | Olivier Abad's patches to add: | Guy Harris | 1999-10-18 | 1 | -2/+4 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -1/+38 |
* | Fix it so that it builds with "--disable-zlib". | Guy Harris | 1999-09-24 | 1 | -3/+2 |
* | When reading a capture file, we can detect whether it's compressed or | Guy Harris | 1999-09-23 | 1 | -9/+9 |
* | Adds progress bar functionality back for loading files (it was changed to | Ashok Narayanan | 1999-09-23 | 1 | -2/+9 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -14/+15 |
* | Added support for Lucent/Ascend packet traces. The MAX and Pipeline router | Gerald Combs | 1999-09-11 | 1 | -2/+10 |
* | Keep in the "wtap" structure the current offset into the file being | Guy Harris | 1999-08-28 | 1 | -1/+2 |
* | Get rid of some cruft left in by previous checkins as placeholders. | Guy Harris | 1999-08-22 | 1 | -2/+2 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -38/+50 |
* | In "wtap_dump_close()", don't shove the return value of "fclose()" into | Guy Harris | 1999-08-18 | 1 | -3/+2 |
* | Make "wtap_dump()" and "wtap_dump_close()" return error codes, and check | Guy Harris | 1999-08-18 | 1 | -7/+22 |
* | Add to Wiretap the ability to write capture files; for now, it can only | Guy Harris | 1999-08-18 | 1 | -4/+102 |
* | Have "wtap_open_offline()" return, on failure, an indication of the | Guy Harris | 1999-08-15 | 1 | -4/+21 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -1/+6 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -2/+4 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -5/+1 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -5/+12 |