aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2001-01-27"autoheader" recognizes AC_CHECK_HEADERS as a macro that definesguy1-2/+2
2001-01-25Finish up support for writing NetMon 2.x capture files.guy2-7/+22
2001-01-17Update a comment to reflect reality (we no longer skip all the extraguy1-2/+4
2001-01-17Fixed potential buffer overflow in skip_header_records when processingjfoster1-17/+15
2001-01-16Update a comment to reflect reality (we no longer skip all the extraguy1-3/+6
2001-01-16Moved settingg wth->file_encap from sniffer_encap to precede thejfoster1-2/+6
2001-01-16Code to get a putative network subtype from a type 7 record in anguy1-6/+86
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.guy1-1/+1
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.guy3-5/+14
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSguy3-4/+13
2000-12-09Fix for pppdump buffer-overflow check.gram2-5/+16
2000-11-29Catch Sniffer packets where the record length for a record containing aguy1-1/+14
2000-11-22Generated Bison and Flex files test whether __STDC__ is definedguy1-0/+21
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.gram1-2/+2
2000-11-19Add an overflow check to process_data().gerald1-1/+6
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy8-11/+25
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram5-5/+10
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.guy3-5/+44
2000-11-13Support for the BASE100 and GSC100BT subsystems by Jeff Foster.oabad2-62/+77
2000-11-13Improve the detection of the encapsulation used in a radcom file.oabad1-13/+11
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weguy2-22/+73
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toguy3-21/+42
2000-11-11We have to set "x25.flags" in the Wiretap pseudo-header if the captureguy2-26/+123
2000-11-11In "wdd" captures:guy3-17/+41
2000-11-11Add some comments, and fix one comment.guy1-4/+9
2000-10-17Add initial support for "type 12" frames. I have no documentation forgerald1-1/+92
2000-10-17Do checks for platform-specific compiler flags in the libethereal andguy1-1/+28
2000-10-17Wiretap no longer works with "GLib 1.0[.x]" (the version that cameguy2-10/+2
2000-09-28Add string representation for WTAP_ENCAP_PPP_WITH_PHDRgram1-1/+5
2000-09-23Windows Sniffers appear to write out ATM traces with a network type ofguy1-2/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram10-31/+37
2000-09-20Mention support for reading pppd log files.gram1-1/+6
2000-09-19Oh well, get rid of the debug printf's.gram1-89/+1
2000-09-19Add pppdump.obj to win32 makefile.gram1-1/+2
2000-09-19Add support for reading pppd log files in wiretap.gram6-5/+735
2000-09-19Shomiti Surveyor 3.x appears to have changed the version number in theguy1-3/+9
2000-09-17Close the handle for the SNMP library after we're done with it - sharedguy1-7/+11
2000-09-15Code to read capture files from some version of tcpdump from some sortguy4-110/+316
2000-09-13Updated to ignore Win32 detritusgrahamb1-0/+3
2000-09-12Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichguy1-1/+55
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram16-214/+186
2000-08-31Re-arrange size and nmemb arguments in fread() (file_read()) calls sogram1-8/+8
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it ingram10-19/+11
2000-08-25Redo the way we map between libpcap encapsulation type codes and Wiretapguy3-88/+262
2000-08-22More mention of csids support in wiretap.gram2-2/+7
2000-08-19Fix buffer overflow on zlib uncompression errors.deniel1-2/+2
2000-08-15The caplen and iplen are not always going to be equal. Need to use > and <= i...mhall1-7/+12
2000-08-12Initialize "last_blob" and "current_blob" when the file is opened.guy1-21/+23
2000-08-11Miscellaneous code cleaningdeniel21-23/+116
2000-08-11If we have a random stream open for a compressed Sniffer file, have theguy2-174/+354