aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2000-07-31Add a comment explaining why we're defining S_ISDIR and company.Guy Harris1-1/+7
2000-07-31It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris1-4/+15
2000-07-31In "buffer.h", include <winsock.h> if we have it, so that "u_char" isGuy Harris2-5/+9
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).Olivier Abad2-64/+64
2000-07-26Add a script, "aclocal-flags", which figures out whereGuy Harris1-1/+3
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris4-130/+184
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris7-26/+28
2000-07-20In Tethereal:Guy Harris1-3/+7
2000-06-28Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris1-5/+6
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2-4/+22
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris3-8/+13
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-5/+10
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-27/+24
2000-06-08Document the fact that we can now read compressed Sniffer files.Gilbert Ramirez1-14/+16
2000-06-06Fix list of deliverables (add wtap-int.h)Gilbert Ramirez1-2/+3
2000-05-29Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridGuy Harris1-1/+4
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-1/+1
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris6-76/+615
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez19-286/+337
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris10-47/+47
2000-05-19"wtap.h" doesn't need to include "ascend.h" or "toshiba.h".Guy Harris1-3/+1
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris20-443/+887
2000-05-12Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris1-9/+9
2000-05-12Fix minor typo found by Alan Harrison.Guy Harris1-2/+2
2000-05-12In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez1-1/+4
2000-05-10Include an example of "wdd" output data from an Ascend trace I got agesGuy Harris1-1/+17
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris5-58/+58