aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theGuy Harris3-30/+35
2003-01-21Check for pcap in before /usr/local and stop on first hitJörg Mayer1-2/+3
2003-01-17From Marc Milgram: e-mail address update.Guy Harris5-9/+9
2003-01-14We don't know what, in captures with a major version number of 3,Guy Harris1-10/+30
2003-01-11If it doesn't begin with FF 00 it can't be LANE LE Control; if it'sGuy Harris1-5/+29
2003-01-10Rename the "version" argument to "process_header_records()" "maj_vers",Guy Harris1-48/+66
2003-01-10It looks as if a value of 0xfa in the second byte of a REC_HEADER2Guy Harris2-52/+49
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris7-7/+32
2003-01-09The checksum in DOS ATM Sniffer files appears to be stored in big-endianGuy Harris1-2/+2
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris4-10/+10
2003-01-09It appears that ATM sniffer files with 4.x versions 4.95 and greaterGuy Harris2-12/+22
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris3-4/+9
2003-01-07It appears that the first two bytes of "xxz" are, in fact, the actualGuy Harris1-17/+85
2003-01-07PRI captures appear to be the ISDN captures with padding.Guy Harris1-12/+20
2003-01-07If the Windows Sniffer writes out one of its ATM capture files in DOSGuy Harris1-52/+57
2003-01-07Use some fields in the per-packet header for ATM to get the AAL typeGuy Harris1-22/+92
2003-01-07Properly turn the raw ISDN channel number field into an actual channelGuy Harris1-1/+2
2003-01-07The direction flag for LAPB/X.25 and ISDN appears to be in theGuy Harris1-11/+17
2003-01-07Update a comment.Guy Harris1-18/+7
2003-01-07Properly turn the raw ISDN channel number field into an actual channelGuy Harris1-6/+53
2003-01-06Cast "secs" to "double" before multiplying by 1000000, so that we don'tGuy Harris1-2/+2
2003-01-06Don't interpret NET_HDLC as LAPB/X.25 - sometimes it's some otherGuy Harris1-22/+34
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris3-5/+13
2003-01-03Well, at least some version 5 captures have type 7 records, and theyGuy Harris1-16/+23
2003-01-03Well, it's not as simple as "version 5 internetwork analyzer capturesGuy Harris1-5/+6
2003-01-03Add some more comments.Guy Harris1-2/+5
2003-01-03Get rid of some bogus commented-out statements.Guy Harris1-5/+2
2003-01-03It appears there are, indeed, two fields in the "xxb" part of the fileGuy Harris1-17/+57
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris8-70/+86
2003-01-03Add support for version 002.000, and note that there's probablyGuy Harris1-5/+14
2002-12-20Update some comments.Guy Harris1-5/+34
2002-12-20Add an item for Wellfleet HDLC.Guy Harris1-1/+3
2002-12-20Make "infer_pkt_encap()" take a pointer and length as arguments.Guy Harris1-26/+58
2002-12-20Supply more information about "WAN/Synchronous" captures.Guy Harris1-10/+24
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c asRichard Sharpe2-8/+23
2002-12-17- some radcom files seem to have a different magic key than the one weOlivier Abad1-26/+44
2002-12-11Add support for the new DLT_ value of 127, for the AVS WLAN header.Guy Harris1-2/+3
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris3-81/+133
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris1-3/+13
2002-11-27Add "-Wcast-qual" to the list of "-W" flags, so we catch code that couldGuy Harris1-3/+3
2002-11-27The "pd" argument to "wtap_process_pcap_packet()" is a const pointer;Guy Harris1-2/+2
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constGuy Harris1-41/+41
2002-11-16AIX's tcpdump has the same annoying habit as AIX's iptrace of putting 3Guy Harris1-1/+24
2002-11-13From Brian Ginsbach: upport for additional snoop file encapsulations inGuy Harris1-4/+4
2002-11-10Update comments to reflect some information inferred from the SnifferGuy Harris1-7/+20
2002-11-09It appears that 0x80 in the fs field of an ISDN packet means "network toGuy Harris1-4/+4
2002-11-09Attempt to handle REC_HEADER2 records in major version 2 DOS SnifferGuy Harris1-56/+128
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris2-3/+8
2002-11-01Handle the 3 bytes of padding before the FDDI frame data in iptraceGuy Harris1-33/+157
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aGuy Harris2-69/+170