| Commit message (Expand) | Author | Age | Files | Lines |
* | Sigh. Tcpdump cannot handle capture files with a snapshot length of 0, | Guy Harris | 2002-03-09 | 1 | -2/+14 |
* | Fix a comment. | Guy Harris | 2002-03-07 | 1 | -3/+3 |
* | Fix a typo - IFT_ISO88025 is 9, not 8. | Guy Harris | 2002-03-07 | 1 | -2/+2 |
* | Bug fix from Marc Milgram: occasionally the VMS parser would read off | Guy Harris | 2002-03-07 | 1 | -2/+2 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 18 | -219/+224 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 18 | -138/+246 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 17 | -162/+424 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 11 | -32/+40 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 2 | -6/+14 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 14 | -47/+33 |
* | Put in a missing "break;" statement. (Testing the untested AiroPeek | Guy Harris | 2002-02-15 | 1 | -1/+2 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 12 | -26/+36 |
* | Support in Wiretap for DLT_HHDLC, from Tomas Kukosa. | Guy Harris | 2002-02-07 | 3 | -4/+9 |
* | zlib 1.0.8 - the version that comes with X11 - does have "gzseek()", | Guy Harris | 2002-02-06 | 4 | -37/+26 |
* | Update a comment. | Guy Harris | 2002-02-01 | 1 | -4/+7 |
* | Remove the "--without-gcc" option - it doesn't work with the Sun, | Guy Harris | 2002-01-30 | 1 | -6/+1 |
* | Add a "--without-gcc" option, similar to what tcpdump and libpcap have. | Guy Harris | 2002-01-30 | 1 | -1/+6 |
* | Bug fixes from Marc Milgram. | Guy Harris | 2002-01-30 | 1 | -49/+46 |
* | Untested support for AiroPeek captures. | Guy Harris | 2002-01-29 | 3 | -10/+11 |
* | Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023 | Guy Harris | 2002-01-29 | 1 | -3/+4 |
* | Support for capturing on, and reading captures from, OpenBSD firewall | Guy Harris | 2002-01-29 | 3 | -4/+20 |
* | From Motonori Shindo: protect include of <netinet/in.h> with #ifdef | Guy Harris | 2002-01-25 | 1 | -1/+3 |
* | Add support for ATM captures (based on writing one out and handing it to | Guy Harris | 2002-01-24 | 1 | -34/+171 |
* | Get rid of "m"/"M" and other Macintosh references in names - it appears | Guy Harris | 2002-01-23 | 3 | -104/+172 |
* | Fix up various product names and descriptions in the lists of file | Guy Harris | 2002-01-22 | 1 | -3/+3 |
* | From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" in | Guy Harris | 2002-01-22 | 1 | -1/+2 |
* | Fixes to EtherPeek file reader code, from Alan Harrison. | Guy Harris | 2002-01-21 | 1 | -15/+44 |
* | The time base in an EtherPeek capture isn't necessarily the start time | Guy Harris | 2002-01-18 | 2 | -15/+14 |
* | It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates. | Guy Harris | 2002-01-18 | 2 | -11/+11 |
* | In the EtherPeek file reader, keep the capture start time in a private | Guy Harris | 2002-01-18 | 3 | -68/+99 |
* | From Marc Milgram: fix to allow VMS TCPIPtrace files that don't have | Guy Harris | 2002-01-15 | 1 | -2/+2 |
* | Oh, what the heck, write out FDDI and bit-swapped FDDI as the same type | Guy Harris | 2002-01-11 | 1 | -2/+2 |
* | Provide a --disable-usr-local flag to configure so that | Gilbert Ramirez | 2002-01-09 | 1 | -26/+36 |
* | From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACE | Guy Harris | 2002-01-08 | 2 | -4/+4 |
* | VMS TCPIPtrace efficiency improvments, from Marc Milgram. | Gerald Combs | 2001-12-24 | 1 | -7/+12 |
* | From Irfan Khan: fix a couple of bugs in the pppdump reader. | Guy Harris | 2001-12-17 | 1 | -6/+6 |
* | Get rid of newly-introduced signed/unsigned comparison warning. | Gilbert Ramirez | 2001-12-13 | 1 | -2/+2 |
* | Don't leak memory when closing a pppdump trace file. | Gilbert Ramirez | 2001-12-13 | 2 | -3/+12 |
* | From Motonori Shindo: | Guy Harris | 2001-12-12 | 1 | -4/+4 |
* | Fix white space. | Guy Harris | 2001-12-08 | 1 | -2/+2 |
* | Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as per | Guy Harris | 2001-12-07 | 1 | -4/+18 |
* | From Motonori Shindo: get rid of "send output to /dev/null" hack in | Guy Harris | 2001-12-06 | 3 | -17/+7 |
* | Update Gilbert's e-mail address. | Guy Harris | 2001-12-05 | 1 | -2/+2 |
* | The data structure for per-packet headers for Mac V5 and V6 Etherpeek | Guy Harris | 2001-12-05 | 1 | -64/+96 |
* | In the NetMon capture file reading code, if we get a short read when | Guy Harris | 2001-12-04 | 1 | -4/+4 |
* | Support for reading Visual Networks traffic capture files, from Tom | Guy Harris | 2001-12-04 | 7 | -10/+718 |
* | From Motonori Shindo: fix Ascend/Lucent trace reading code to handle | Guy Harris | 2001-12-04 | 2 | -9/+109 |
* | Make the bytes-written information from Wiretap a long, as we allow | Guy Harris | 2001-12-04 | 4 | -6/+14 |
* | Support for stopping capture at specified capture file size or capture | Guy Harris | 2001-12-04 | 5 | -4/+17 |
* | Add support for LocalTalk Link Access Protocol. | Guy Harris | 2001-11-30 | 3 | -7/+13 |