aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsguy3-104/+172
2002-01-22Fix up various product names and descriptions in the lists of fileguy1-3/+3
2002-01-22From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" inguy1-1/+2
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.guy1-15/+44
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeguy2-15/+14
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.guy2-11/+11
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateguy3-68/+99
2002-01-15From Marc Milgram: fix to allow VMS TCPIPtrace files that don't haveguy1-2/+2
2002-01-11Oh, what the heck, write out FDDI and bit-swapped FDDI as the same typeguy1-2/+2
2002-01-09Provide a --disable-usr-local flag to configure so thatgram1-26/+36
2002-01-08From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEguy2-4/+4
2001-12-24VMS TCPIPtrace efficiency improvments, from Marc Milgram.gerald1-7/+12
2001-12-17From Irfan Khan: fix a couple of bugs in the pppdump reader.guy1-6/+6
2001-12-13Get rid of newly-introduced signed/unsigned comparison warning.gram1-2/+2
2001-12-13Don't leak memory when closing a pppdump trace file.gram2-3/+12
2001-12-12From Motonori Shindo:guy1-4/+4
2001-12-08Fix white space.guy1-2/+2
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perguy1-4/+18
2001-12-06From Motonori Shindo: get rid of "send output to /dev/null" hack inguy3-17/+7
2001-12-05Update Gilbert's e-mail address.guy1-2/+2
2001-12-05The data structure for per-packet headers for Mac V5 and V6 Etherpeekguy1-64/+96
2001-12-04In the NetMon capture file reading code, if we get a short read whenguy1-4/+4
2001-12-04Support for reading Visual Networks traffic capture files, from Tomguy7-10/+718
2001-12-04From Motonori Shindo: fix Ascend/Lucent trace reading code to handleguy2-9/+109
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy4-6/+14
2001-12-04Support for stopping capture at specified capture file size or captureguy5-4/+17
2001-11-30Add support for LocalTalk Link Access Protocol.guy3-7/+13
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromguy3-5/+13
2001-11-14Back the previous hack out - the padding is often zero, but it's notguy1-68/+3
2001-11-14Throw in a hack to try to detect FDDI captures from Digital UNIX'sguy1-3/+68
2001-11-13Hopefully the last time I have to change my e-mail address.gram40-79/+79
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateguy1-7/+8
2001-11-07Expand on the comments about AIX libpcap.guy1-6/+10
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksguy3-27/+93
2001-11-02Support DLT_CISCO_IOS.gram2-3/+6
2001-10-28Include <unistd.h>, if we have it, to declare "unlink()".guy1-1/+5
2001-10-25Interface type 0x07 is Ethernet.gram1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.gram6-23/+24
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.guy8-7/+417
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.guy8-16/+480
2001-10-16Don't create a Wiretap dump file unless we're at least sure we supportguy1-32/+69
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy19-93/+95
2001-09-28We have our own internal versions of "gzgets()" and "gzgetc()", so weguy2-8/+8
2001-09-23Update the URL for ATM-on-Linux.guy1-2/+2
2001-09-20Removed the dependency on gzgetc and gzgets by implementing internalashokn2-4/+30
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoguy6-47/+47
2001-08-25Sigh. Shomiti apparently didn't know that the RFC 1761 data link typesguy1-16/+99
2001-08-20Use system's version of AM_PATH_GLIB macro.gram3-207/+11
2001-08-18If there's no "zlib.h" header, we won't be using zlib, so don't botherguy1-10/+15
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withguy1-4/+5