aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-175-5/+10
* IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris2000-11-153-5/+44
* Support for the BASE100 and GSC100BT subsystems by Jeff Foster.Olivier Abad2000-11-132-62/+77
* Improve the detection of the encapsulation used in a radcom file.Olivier Abad2000-11-131-13/+11
* "wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2000-11-122-22/+73
* Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris2000-11-123-21/+42
* We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris2000-11-112-26/+123
* In "wdd" captures:Guy Harris2000-11-113-17/+41
* Add some comments, and fix one comment.Guy Harris2000-11-111-4/+9
* Add initial support for "type 12" frames. I have no documentation forGerald Combs2000-10-171-1/+92
* Do checks for platform-specific compiler flags in the libethereal andGuy Harris2000-10-171-1/+28
* Wiretap no longer works with "GLib 1.0[.x]" (the version that cameGuy Harris2000-10-172-10/+2
* Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez2000-09-281-1/+5
* Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris2000-09-231-2/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-2110-31/+37
* Mention support for reading pppd log files.Gilbert Ramirez2000-09-201-1/+6
* Oh well, get rid of the debug printf's.Gilbert Ramirez2000-09-191-89/+1
* Add pppdump.obj to win32 makefile.Gilbert Ramirez2000-09-191-1/+2
* Add support for reading pppd log files in wiretap.Gilbert Ramirez2000-09-196-5/+735
* Shomiti Surveyor 3.x appears to have changed the version number in theGuy Harris2000-09-191-3/+9
* Close the handle for the SNMP library after we're done with it - sharedGuy Harris2000-09-171-7/+11
* Code to read capture files from some version of tcpdump from some sortGuy Harris2000-09-154-110/+316
* Updated to ignore Win32 detritusGraham Bloice2000-09-131-0/+3
* Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichGuy Harris2000-09-121-1/+55
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-0716-214/+186
* Re-arrange size and nmemb arguments in fread() (file_read()) calls soGilbert Ramirez2000-08-311-8/+8
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-2510-19/+11
* Redo the way we map between libpcap encapsulation type codes and WiretapGuy Harris2000-08-253-88/+262
* More mention of csids support in wiretap.Gilbert Ramirez2000-08-222-2/+7
* Fix buffer overflow on zlib uncompression errors.Laurent Deniel2000-08-191-2/+2
* The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall2000-08-151-7/+12
* Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris2000-08-121-21/+23
* Miscellaneous code cleaningLaurent Deniel2000-08-1121-23/+116
* If we have a random stream open for a compressed Sniffer file, have theGuy Harris2000-08-112-174/+354
* Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall2000-08-087-6/+298
* Mention IDSN4BSD's i4btrace utility as a supported trace file format.Gilbert Ramirez2000-08-041-1/+6
* Add a comment explaining why we're defining S_ISDIR and company.Guy Harris2000-07-311-1/+7
* It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris2000-07-311-4/+15
* In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris2000-07-312-5/+9
* Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad2000-07-302-64/+64
* Add a script, "aclocal-flags", which figures out whereGuy Harris2000-07-261-1/+3
* In the final scene of the horror movie, just when you think the monsterGuy Harris2000-07-264-130/+184
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-267-26/+28
* In Tethereal:Guy Harris2000-07-201-3/+7
* Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris2000-06-281-5/+6
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-272-4/+22
* Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris2000-06-243-8/+13
* Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris2000-06-151-5/+10
* Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris2000-06-151-27/+24
* Document the fact that we can now read compressed Sniffer files.Gilbert Ramirez2000-06-081-14/+16