| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 5 | -5/+10 |
* | IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB. | Guy Harris | 2000-11-15 | 3 | -5/+44 |
* | Support for the BASE100 and GSC100BT subsystems by Jeff Foster. | Olivier Abad | 2000-11-13 | 2 | -62/+77 |
* | Improve the detection of the encapsulation used in a radcom file. | Olivier Abad | 2000-11-13 | 1 | -13/+11 |
* | "wtap_loop()" no longer has problems with packet offsets of 0, so we | Guy Harris | 2000-11-12 | 2 | -22/+73 |
* | Not all packets in a "wdd" dump necessarily have a "Cause an attempt to | Guy Harris | 2000-11-12 | 3 | -21/+42 |
* | We have to set "x25.flags" in the Wiretap pseudo-header if the capture | Guy Harris | 2000-11-11 | 2 | -26/+123 |
* | In "wdd" captures: | Guy Harris | 2000-11-11 | 3 | -17/+41 |
* | Add some comments, and fix one comment. | Guy Harris | 2000-11-11 | 1 | -4/+9 |
* | Add initial support for "type 12" frames. I have no documentation for | Gerald Combs | 2000-10-17 | 1 | -1/+92 |
* | Do checks for platform-specific compiler flags in the libethereal and | Guy Harris | 2000-10-17 | 1 | -1/+28 |
* | Wiretap no longer works with "GLib 1.0[.x]" (the version that came | Guy Harris | 2000-10-17 | 2 | -10/+2 |
* | Add string representation for WTAP_ENCAP_PPP_WITH_PHDR | Gilbert Ramirez | 2000-09-28 | 1 | -1/+5 |
* | Windows Sniffers appear to write out ATM traces with a network type of | Guy Harris | 2000-09-23 | 1 | -2/+2 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 10 | -31/+37 |
* | Mention support for reading pppd log files. | Gilbert Ramirez | 2000-09-20 | 1 | -1/+6 |
* | Oh well, get rid of the debug printf's. | Gilbert Ramirez | 2000-09-19 | 1 | -89/+1 |
* | Add pppdump.obj to win32 makefile. | Gilbert Ramirez | 2000-09-19 | 1 | -1/+2 |
* | Add support for reading pppd log files in wiretap. | Gilbert Ramirez | 2000-09-19 | 6 | -5/+735 |
* | Shomiti Surveyor 3.x appears to have changed the version number in the | Guy Harris | 2000-09-19 | 1 | -3/+9 |
* | Close the handle for the SNMP library after we're done with it - shared | Guy Harris | 2000-09-17 | 1 | -7/+11 |
* | Code to read capture files from some version of tcpdump from some sort | Guy Harris | 2000-09-15 | 4 | -110/+316 |
* | Updated to ignore Win32 detritus | Graham Bloice | 2000-09-13 | 1 | -0/+3 |
* | Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and which | Guy Harris | 2000-09-12 | 1 | -1/+55 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 16 | -214/+186 |
* | Re-arrange size and nmemb arguments in fread() (file_read()) calls so | Gilbert Ramirez | 2000-08-31 | 1 | -8/+8 |
* | Move #include <time.h> into wtap-int.h instead of requiring it in | Gilbert Ramirez | 2000-08-25 | 10 | -19/+11 |
* | Redo the way we map between libpcap encapsulation type codes and Wiretap | Guy Harris | 2000-08-25 | 3 | -88/+262 |
* | More mention of csids support in wiretap. | Gilbert Ramirez | 2000-08-22 | 2 | -2/+7 |
* | Fix buffer overflow on zlib uncompression errors. | Laurent Deniel | 2000-08-19 | 1 | -2/+2 |
* | The caplen and iplen are not always going to be equal. Need to use > and <= i... | Mike Hall | 2000-08-15 | 1 | -7/+12 |
* | Initialize "last_blob" and "current_blob" when the file is opened. | Guy Harris | 2000-08-12 | 1 | -21/+23 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 21 | -23/+116 |
* | If we have a random stream open for a compressed Sniffer file, have the | Guy Harris | 2000-08-11 | 2 | -174/+354 |
* | Added wiretap support to read the Cisco Secure Intrusion Detection System IPL... | Mike Hall | 2000-08-08 | 7 | -6/+298 |
* | Mention IDSN4BSD's i4btrace utility as a supported trace file format. | Gilbert Ramirez | 2000-08-04 | 1 | -1/+6 |
* | 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 "buffer.h", include <winsock.h> if we have it, so that "u_char" is | Guy Harris | 2000-07-31 | 2 | -5/+9 |
* | Support for capturing packet data from a pipe (a FIFO, or standard input). | Olivier Abad | 2000-07-30 | 2 | -64/+64 |
* | Add a script, "aclocal-flags", which figures out where | Guy Harris | 2000-07-26 | 1 | -1/+3 |
* | In the final scene of the horror movie, just when you think the monster | Guy Harris | 2000-07-26 | 4 | -130/+184 |
* | Use unsigned character pointers and arrays rather than signed character | Guy Harris | 2000-07-26 | 7 | -26/+28 |
* | In Tethereal: | Guy Harris | 2000-07-20 | 1 | -3/+7 |
* | Don't reposition the random stream in "ngsniffer_open()" if there isn't | Guy Harris | 2000-06-28 | 1 | -5/+6 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 2 | -4/+22 |
* | Joerg Mayer's changes to add support for NetXRay file format version | Guy Harris | 2000-06-24 | 3 | -8/+13 |
* | Patch from Joerg Mayer to fix a problem reading Sniffer files: | Guy Harris | 2000-06-15 | 1 | -5/+10 |
* | Patch from Joerg Mayer to fix a problem reading Sniffer files: | Guy Harris | 2000-06-15 | 1 | -27/+24 |
* | Document the fact that we can now read compressed Sniffer files. | Gilbert Ramirez | 2000-06-08 | 1 | -14/+16 |