aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris6-17/+20
2002-04-08Note the AiroPeek support in the message for the file type.Guy Harris1-2/+2
2002-04-08The length passed into "seek_read" routines is the length supplied byGuy Harris1-6/+1
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris3-11/+109
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris4-65/+195
2002-04-08Yes, that stuff really *does* appear to be just padding. Go figure.Guy Harris1-17/+6
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris3-17/+173
2002-04-07Gerald says the padding has values that don't look like FCSes; note thatGuy Harris1-1/+5
2002-04-07Make the end-of-packet padding a per-capture-file property.Guy Harris2-21/+34
2002-04-07Add support for Sniffer 4.6 wireless captures.Gerald Combs1-8/+23
2002-03-25From Marc Milgram: properly handle fragmented packets.Guy Harris1-14/+37
2002-03-09Sigh. Tcpdump cannot handle capture files with a snapshot length of 0,Guy Harris1-2/+14
2002-03-07Fix a comment.Guy Harris1-3/+3
2002-03-07Fix a typo - IFT_ISO88025 is 9, not 8.Guy Harris1-2/+2
2002-03-07Bug fix from Marc Milgram: occasionally the VMS parser would read offGuy Harris1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris18-219/+224
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris18-138/+246
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris17-162/+424
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris11-32/+40
2002-02-27From Joerg Mayer:Guy Harris2-6/+14
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris14-47/+33
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