aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Add a new README.developer file for wiretap; it's currently just someGuy Harris2-3/+71
2003-03-31The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2Guy Harris1-11/+21
2003-03-28Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isGuy Harris1-23/+31
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris1-4/+17
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris2-5/+5
2003-03-07From Markus Friedl:Gerald Combs2-4/+5
2003-03-04A captured length bigger than the actual length makes no sense; clip theGuy Harris1-2/+11
2003-03-04Handle the direction bit in SDLC and PPP Sniffer files.Guy Harris1-1/+7
2003-03-03Handle packet direction information for SDLC Sniffer captures.Guy Harris2-9/+62
2003-03-01A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatGuy Harris1-1/+13
2003-02-26From Pavel Roskin:Guy Harris2-30/+2
2003-02-18Sigh. It appears that atmsnoop might, at least for some packets, put 4Guy Harris1-7/+11
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris6-59/+116
2003-01-30Add support for writing Frame Relay files in NetXRay format 2.x.Guy Harris3-27/+79
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer1-2/+2
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