| Commit message (Expand) | Author | Age | Files | Lines |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -3/+3 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 1 | -7/+1 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -1/+4 |
* | Code to handle Frame Relay Sniffer captures, from Jeff Foster. | Guy Harris | 2001-01-08 | 1 | -1/+4 |
* | Add support for the DLT_LINUX_SLL capture type in the current CVS | Guy Harris | 2000-12-23 | 1 | -1/+3 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 1 | -1/+4 |
* | Add string representation for WTAP_ENCAP_PPP_WITH_PHDR | Gilbert Ramirez | 2000-09-28 | 1 | -1/+5 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -26/+43 |
* | Fix buffer overflow on zlib uncompression errors. | Laurent Deniel | 2000-08-19 | 1 | -2/+2 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -3/+18 |
* | Support for reading compressed Sniffer files, from Tim Farley, Joerg | Guy Harris | 2000-05-25 | 1 | -3/+13 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -3/+3 |
* | "wtap.h" doesn't need to include "ascend.h" or "toshiba.h". | Guy Harris | 2000-05-19 | 1 | -3/+1 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -19/+26 |
* | In wiretap, set err to 0 before doing anything inside wtap_loop(). | Gilbert Ramirez | 2000-05-12 | 1 | -1/+4 |
* | Some stuff, like libdencode, needs a wiretap routine that allows | Richard Sharpe | 2000-04-08 | 1 | -1/+6 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -45/+3 |
* | 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 | -2/+2 |
* | 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 | 1 | -2/+5 |
* | Provide a table of descriptive and short (command-line) names for | Guy Harris | 1999-12-05 | 1 | -1/+86 |
* | Add some infrastructure for the use of Ethereal, so it can make a list | Guy Harris | 1999-12-04 | 1 | -61/+1 |
* | Support for iptrace 1.0 traces (AIX 3). Thanks to Florian Lohoff | Gilbert Ramirez | 1999-11-26 | 1 | -3/+6 |
* | More small memleak fixes. | Gilbert Ramirez | 1999-11-10 | 1 | -2/+4 |
* | Fixed small memory leak in wiretap (frame_buffer wasn't being freed), | Gilbert Ramirez | 1999-11-10 | 1 | -1/+6 |
* | Add in a gross heuristic that attempts to detect files with the version | Guy Harris | 1999-11-06 | 1 | -1/+5 |
* | Add a module to wiretap to be able to read trace files from Toshiba's | Gilbert Ramirez | 1999-10-31 | 1 | -6/+13 |
* | Olivier Abad's patches to add: | Guy Harris | 1999-10-18 | 1 | -1/+8 |
* | Add "wtap_file_encap()", to return the encapsulation of packets in the | Guy Harris | 1999-10-06 | 1 | -1/+6 |
* | Make "wtap_strerror()" handle zlib errors *correctly*. | Guy Harris | 1999-10-05 | 1 | -10/+10 |
* | Better handle errors from zlib: | Guy Harris | 1999-10-05 | 1 | -2/+10 |
* | Fix it so that it builds with "--disable-zlib". | Guy Harris | 1999-09-24 | 1 | -2/+2 |
* | Adds progress bar functionality back for loading files (it was changed to | Ashok Narayanan | 1999-09-23 | 1 | -1/+6 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -2/+4 |
* | Include "ascend.h" to declare "ascend_seek_read()". | Guy Harris | 1999-09-11 | 1 | -8/+10 |
* | Added support for Lucent/Ascend packet traces. The MAX and Pipeline router | Gerald Combs | 1999-09-11 | 1 | -1/+19 |
* | Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table. | Guy Harris | 1999-08-22 | 1 | -1/+2 |
* | Add a "wtap_strerror()" routine, which takes as an argument an error | Guy Harris | 1999-08-22 | 1 | -1/+36 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -4/+10 |
* | Add to Wiretap the ability to write capture files; for now, it can only | Guy Harris | 1999-08-18 | 1 | -7/+19 |
* | Add to "wtap_close()" code to free up data structures allocated for | Guy Harris | 1999-08-02 | 1 | -1/+9 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -2/+37 |
* | Fix the -S option : | Laurent Deniel | 1999-07-28 | 1 | -2/+3 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -2/+4 |
* | Removed old #include's. | Gilbert Ramirez | 1999-07-07 | 1 | -3/+1 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -29/+3 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -6/+36 |
* | Change to wtap.c switch() statement to allow compilation under IBM's C compiler. | Gilbert Ramirez | 1999-02-12 | 1 | -3/+3 |
* | Use g_free instead of free so that I don't have to include <stdlib.h> | Gilbert Ramirez | 1999-01-08 | 1 | -4/+4 |