aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2001-01-17Update a comment to reflect reality (we no longer skip all the extraGuy Harris1-2/+4
2001-01-17Fixed potential buffer overflow in skip_header_records when processingJeff Foster1-17/+15
2001-01-16Update a comment to reflect reality (we no longer skip all the extraGuy Harris1-3/+6
2001-01-16Moved settingg wth->file_encap from sniffer_encap to precede theJeff Foster1-2/+6
2001-01-16Code to get a putative network subtype from a type 7 record in anGuy Harris1-6/+86
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris1-1/+1
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris3-5/+14
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris3-4/+13
2000-12-09Fix for pppdump buffer-overflow check.Gilbert Ramirez2-5/+16
2000-11-29Catch Sniffer packets where the record length for a record containing aGuy Harris1-1/+14
2000-11-22Generated Bison and Flex files test whether __STDC__ is definedGuy Harris1-0/+21
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-2/+2
2000-11-19Add an overflow check to process_data().Gerald Combs1-1/+6
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris8-11/+25
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez5-5/+10
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris3-5/+44
2000-11-13Support for the BASE100 and GSC100BT subsystems by Jeff Foster.Olivier Abad2-62/+77
2000-11-13Improve the detection of the encapsulation used in a radcom file.Olivier Abad1-13/+11
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2-22/+73
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris3-21/+42
2000-11-11We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris2-26/+123
2000-11-11In "wdd" captures:Guy Harris3-17/+41
2000-11-11Add some comments, and fix one comment.Guy Harris1-4/+9
2000-10-17Add initial support for "type 12" frames. I have no documentation forGerald Combs1-1/+92
2000-10-17Do checks for platform-specific compiler flags in the libethereal andGuy Harris1-1/+28
2000-10-17Wiretap no longer works with "GLib 1.0[.x]" (the version that cameGuy Harris2-10/+2
2000-09-28Add string representation for WTAP_ENCAP_PPP_WITH_PHDRGilbert Ramirez1-1/+5
2000-09-23Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris1-2/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez10-31/+37
2000-09-20Mention support for reading pppd log files.Gilbert Ramirez1-1/+6
2000-09-19Oh well, get rid of the debug printf's.Gilbert Ramirez1-89/+1
2000-09-19Add pppdump.obj to win32 makefile.Gilbert Ramirez1-1/+2
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez6-5/+735
2000-09-19Shomiti Surveyor 3.x appears to have changed the version number in theGuy Harris1-3/+9
2000-09-17Close the handle for the SNMP library after we're done with it - sharedGuy Harris1-7/+11
2000-09-15Code to read capture files from some version of tcpdump from some sortGuy Harris4-110/+316
2000-09-13Updated to ignore Win32 detritusGraham Bloice1-0/+3
2000-09-12Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichGuy Harris1-1/+55
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez16-214/+186
2000-08-31Re-arrange size and nmemb arguments in fread() (file_read()) calls soGilbert Ramirez1-8/+8
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez10-19/+11
2000-08-25Redo the way we map between libpcap encapsulation type codes and WiretapGuy Harris3-88/+262
2000-08-22More mention of csids support in wiretap.Gilbert Ramirez2-2/+7
2000-08-19Fix buffer overflow on zlib uncompression errors.Laurent Deniel1-2/+2
2000-08-15The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall1-7/+12
2000-08-12Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris1-21/+23
2000-08-11Miscellaneous code cleaningLaurent Deniel21-23/+116
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris2-174/+354
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall7-6/+298
2000-08-04Mention IDSN4BSD's i4btrace utility as a supported trace file format.Gilbert Ramirez1-1/+6