aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...mhall7-6/+298
2000-08-04Mention IDSN4BSD's i4btrace utility as a supported trace file format.gram1-1/+6
2000-07-31Add a comment explaining why we're defining S_ISDIR and company.guy1-1/+7
2000-07-31It appears that, at least with Visual C++ 6.0, the "stat()" supplied inguy1-4/+15
2000-07-31In "buffer.h", include <winsock.h> if we have it, so that "u_char" isguy2-5/+9
2000-07-30Support for capturing packet data from a pipe (a FIFO, or standard input).oabad2-64/+64
2000-07-26Add a script, "aclocal-flags", which figures out whereguy1-1/+3
2000-07-26In the final scene of the horror movie, just when you think the monsterguy4-130/+184
2000-07-26Use unsigned character pointers and arrays rather than signed characterguy7-26/+28
2000-07-20In Tethereal:guy1-3/+7
2000-06-28Don't reposition the random stream in "ngsniffer_open()" if there isn'tguy1-5/+6
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:guy2-4/+22
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionguy3-8/+13
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:guy1-5/+10
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:guy1-27/+24
2000-06-08Document the fact that we can now read compressed Sniffer files.gram1-14/+16
2000-06-06Fix list of deliverables (add wtap-int.h)gram1-2/+3
2000-05-29Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridguy1-1/+4
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is toooabad1-1/+1
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, Joergguy6-76/+615
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram19-286/+337
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aguy10-47/+47
2000-05-19"wtap.h" doesn't need to include "ascend.h" or "toshiba.h".guy1-3/+1
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy20-443/+887
2000-05-12Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsguy1-9/+9