aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-02-15Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris1-1/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris12-26/+36
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris3-4/+9
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris4-37/+26
2002-02-01Update a comment.Guy Harris1-4/+7
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,Guy Harris1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.Guy Harris1-1/+6
2002-01-30Bug fixes from Marc Milgram.Guy Harris1-49/+46
2002-01-29Untested support for AiroPeek captures.Guy Harris3-10/+11
2002-01-29Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023Guy Harris1-3/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris3-4/+20
2002-01-25From Motonori Shindo: protect include of <netinet/in.h> with #ifdefGuy Harris1-1/+3
2002-01-24Add support for ATM captures (based on writing one out and handing it toGuy Harris1-34/+171
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsGuy Harris3-104/+172
2002-01-22Fix up various product names and descriptions in the lists of fileGuy Harris1-3/+3
2002-01-22From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" inGuy Harris1-1/+2
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.Guy Harris1-15/+44
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris2-15/+14
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.Guy Harris2-11/+11
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateGuy Harris3-68/+99
2002-01-15From Marc Milgram: fix to allow VMS TCPIPtrace files that don't haveGuy Harris1-2/+2
2002-01-11Oh, what the heck, write out FDDI and bit-swapped FDDI as the same typeGuy Harris1-2/+2
2002-01-09Provide a --disable-usr-local flag to configure so thatGilbert Ramirez1-26/+36
2002-01-08From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris2-4/+4
2001-12-24VMS TCPIPtrace efficiency improvments, from Marc Milgram.Gerald Combs1-7/+12
2001-12-17From Irfan Khan: fix a couple of bugs in the pppdump reader.Guy Harris1-6/+6
2001-12-13Get rid of newly-introduced signed/unsigned comparison warning.Gilbert Ramirez1-2/+2
2001-12-13Don't leak memory when closing a pppdump trace file.Gilbert Ramirez2-3/+12
2001-12-12From Motonori Shindo:Guy Harris1-4/+4
2001-12-08Fix white space.Guy Harris1-2/+2
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perGuy Harris1-4/+18
2001-12-06From Motonori Shindo: get rid of "send output to /dev/null" hack inGuy Harris3-17/+7
2001-12-05Update Gilbert's e-mail address.Guy Harris1-2/+2
2001-12-05The data structure for per-packet headers for Mac V5 and V6 EtherpeekGuy Harris1-64/+96
2001-12-04In the NetMon capture file reading code, if we get a short read whenGuy Harris1-4/+4
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris7-10/+718
2001-12-04From Motonori Shindo: fix Ascend/Lucent trace reading code to handleGuy Harris2-9/+109
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris4-6/+14
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris5-4/+17
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris3-7/+13
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris3-5/+13
2001-11-14Back the previous hack out - the padding is often zero, but it's notGuy Harris1-68/+3
2001-11-14Throw in a hack to try to detect FDDI captures from Digital UNIX'sGuy Harris1-3/+68
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez40-79/+79
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-7/+8
2001-11-07Expand on the comments about AIX libpcap.Guy Harris1-6/+10
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksGuy Harris3-27/+93
2001-11-02Support DLT_CISCO_IOS.Gilbert Ramirez2-3/+6
2001-10-28Include <unistd.h>, if we have it, to declare "unlink()".Guy Harris1-1/+5
2001-10-25Interface type 0x07 is Ethernet.Gilbert Ramirez1-2/+2