aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-04-25Cast the sum of "ngsniffer->rand.nextout" and "delta" to "size_t" beforeguy1-2/+2
2002-04-24Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.guy1-0/+1
2002-04-18Initial support for writing NetXRay 2.x (Windows Sniffer) formatguy3-6/+156
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aguy6-17/+20
2002-04-08Note the AiroPeek support in the message for the file type.guy1-2/+2
2002-04-08The length passed into "seek_read" routines is the length supplied byguy1-6/+1
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanguy3-11/+109
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeguy4-65/+195
2002-04-08Yes, that stuff really *does* appear to be just padding. Go figure.guy1-17/+6
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalguy3-17/+173
2002-04-07Gerald says the padding has values that don't look like FCSes; note thatguy1-1/+5
2002-04-07Make the end-of-packet padding a per-capture-file property.guy2-21/+34
2002-04-07Add support for Sniffer 4.6 wireless captures.gerald1-8/+23
2002-03-25From Marc Milgram: properly handle fragmented packets.guy1-14/+37
2002-03-09Sigh. Tcpdump cannot handle capture files with a snapshot length of 0,guy1-2/+14
2002-03-07Fix a comment.guy1-3/+3
2002-03-07Fix a typo - IFT_ISO88025 is 9, not 8.guy1-2/+2
2002-03-07Bug fix from Marc Milgram: occasionally the VMS parser would read offguy1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy18-219/+224
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy18-138/+246
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy17-162/+424
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy11-32/+40
2002-02-27From Joerg Mayer:guy2-6/+14
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy14-47/+33
2002-02-15Put in a missing "break;" statement. (Testing the untested AiroPeekguy1-1/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy12-26/+36
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.guy3-4/+9
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",guy4-37/+26
2002-02-01Update a comment.guy1-4/+7
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,guy1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.guy1-1/+6
2002-01-30Bug fixes from Marc Milgram.guy1-49/+46
2002-01-29Untested support for AiroPeek captures.guy3-10/+11
2002-01-29Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023guy1-3/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy3-4/+20
2002-01-25From Motonori Shindo: protect include of <netinet/in.h> with #ifdefguy1-1/+3
2002-01-24Add support for ATM captures (based on writing one out and handing it toguy1-34/+171
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