summaryrefslogtreecommitdiff
path: root/contrib/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.Paul Traina1998-01-014-57/+218
| | | | Notes: svn path=/head/; revision=32149
* Add frame-relay decode support.Paul Traina1997-12-311-0/+423
| | | | Notes: svn path=/head/; revision=32145
* This is a hack. Decode IEEE 802.1Q VLAN tagging so that we can decodeGarrett Wollman1997-12-081-0/+7
| | | | | | | | | tagged traffic according to the encapsulated protocol. It needs in addition modifications to the filter generator which would deal with checking the ethertype and vlan header as required. Notes: svn path=/head/; revision=31635
* Get rid of the T2CHECK() macro, since it duplicates functionalityBill Fenner1997-05-271-21/+33
| | | | | | | available from TCHECK(), TCHECK2(), TTEST() and TTEST2(). Notes: svn path=/head/; revision=26184
* Merge tcpdump 3.3.Bill Fenner1997-05-2725-947/+493
| | | | | | | | | | | | The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style. PR: 3371 mostly-Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> Notes: svn path=/head/; revision=26183
* This commit was generated by cvs2svn to compensate for changes in r26180,Bill Fenner1997-05-2738-1400/+2368
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=26181
| * Virgin import of LBL tcpdump v3.3Bill Fenner1997-05-2761-1698/+2725
| | | | | | | | Notes: svn path=/vendor/tcpdump/dist/; revision=26180
* | Update to reflect changes in net/if.h.Garrett Wollman1997-01-0316-15/+16
| | | | | | | | Notes: svn path=/head/; revision=21262
* | repair editor damageAdam David1996-12-111-1/+1
| | | | | | | | Notes: svn path=/head/; revision=20336
* | Please shut up if asked to be quiet.Poul-Henning Kamp1996-12-111-1/+1
| | | | | | | | Notes: svn path=/head/; revision=20316
* | LBL chose to use IPPROTO_ENCAP to represent IP proto 4 encapsulationBill Fenner1996-11-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | as performed by the multicast kernel modifications. However, BSD already had IPPROTO_ENCAP defined as 98 (RFC 1241 encapsulation). This changes the use of IPPROTO_ENCAP to IPPROTO_IPIP, which is the BSD name for IP proto 4. Notes: svn path=/head/; revision=19961
* | Fix the IGMP printer. A lost pair of parenthesis caused all IGMPBill Fenner1996-11-251-70/+5
| | | | | | | | | | | | | | | | | | reports to be printed as IGMPv1, and a misapplied patch caused IGMP Leave messages to be partially interpreted as DVMRP routing messages. Notes: svn path=/head/; revision=19954
* | Make things compile again.Paul Traina1996-10-171-1/+1
| | | | | | | | Notes: svn path=/head/; revision=19001
* | Import NFSv3 support from NetBSDDoug Rabson1996-10-175-536/+1409
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=18976
* | Fix some typosPaul Traina1996-10-011-2/+2
| | | | | | | | Notes: svn path=/head/; revision=18594
* | Here is a patch to make tcpdump recognise IPX packets that is usingPaul Traina1996-09-151-0/+4
| | | | | | | | | | | | | | | | | | ETHERNET_II framing. It got lost during the tcpdump upgrade. Submitted by: John.Hay@mikom.csir.co.za Notes: svn path=/head/; revision=18308
* | Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,Paul Traina1996-09-111-12/+9
| | | | | | | | | | | | | | | | | | not two 8 bit values. This conforms to industry standard. These changes have been sent back to LBL. Notes: svn path=/head/; revision=18241
* | Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup ofPaul Traina1996-08-212-30/+29
| | | | | | | | | | | | | | | | ISO based code, and document new options (courtesy of libpcap). Submitted by: Tony Li <tli@jnx.com> Notes: svn path=/head/; revision=17751
* | Upgrade instructionsPaul Traina1996-08-191-0/+28
| | | | | | | | Notes: svn path=/head/; revision=17693
* | Print IPX packets over a PPP link.Paul Traina1996-08-193-10/+71
| | | | | | | | | | | | | | | | | | | | Always display IPX network number in decimal (industry standard). Decode other PPP protocol types too. Submitted by: peter, pst, John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=17692
* | Improvements to IGMP message decoding.Paul Traina1996-08-191-7/+86
| | | | | | | | | | | | | | | | Add support for the router-alert option. Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=17691
* | Fix bugs in AARP packet handling and fake up a phantom LAP headerPaul Traina1996-08-191-3/+10
| | | | | | | | | | | | | | | | | | since Ethertalk doesn't actually put one out on the wire. Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp> Notes: svn path=/head/; revision=17690
* | Decode maximumim sized ethernet frames properlyPaul Traina1996-08-191-1/+1
| | | | | | | | Notes: svn path=/head/; revision=17689
* | Handle IS-IS IIH messages and print NSAPs in canonical format.Paul Traina1996-08-192-21/+275
|/ | | | | | | Submitted by: Tony Li <tli@jnx.com> Notes: svn path=/head/; revision=17688
* Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.vendor/tcpdump/3.2.1Paul Traina1996-08-1980-0/+24155
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996. Notes: svn path=/vendor/tcpdump/dist/; revision=17680 svn path=/vendor/tcpdump/3.2.1/; revision=17682; tag=vendor/tcpdump/3.2.1