summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Quick hack to print out the non-standard pppoe used by 3comjulian2001-09-272-0/+8
|
* Merge tcpdump 3.6.3fenner2001-07-232-2/+10
|
* This commit was generated by cvs2svn to compensate for changes in r80231,fenner2001-07-235-16/+25
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.6.3fenner2001-07-237-18/+35
| |
* | This commit was generated by cvs2svn to compensate for changes in r75147,fenner2001-04-041-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Check in the diff for rev 1.11 of tcpdump.org's print-smb.cfenner2001-04-041-1/+1
| | | | | | | | to replace freebsd.org's rev 1.2.
* | Merge tcpdump 3.6.2fenner2001-04-0331-1606/+3253
| |
* | This commit was generated by cvs2svn to compensate for changes in r75115,fenner2001-04-03118-2910/+10356
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.6.2fenner2001-04-03151-4461/+14070
| |
* | * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-055-28/+32
| | | | | | | | | | | | | | | | | | | | | | and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing a buffer with constant data in print-icmp.c on a long hostname. * Don't overflow a static buffer by trying to decode an AFS ACL into a buffer which is way too small for it. Reviewed by: -audit
* | Include ip6.h from <netinet/>, not <netinet6/>.fenner2000-03-081-1/+1
| | | | | | | | | | Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp> Approved by: jkh
* | Fix nybble-order bug in PIM printer.fenner2000-02-172-7/+12
| | | | | | | | Approved by: jkh
* | Merge tcpdump 3.5fenner2000-01-3029-1119/+1527
| |
* | This commit was generated by cvs2svn to compensate for changes in r56893,fenner2000-01-30102-456/+20088
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.5fenner2000-01-30131-928/+23078
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1999-02-204-0/+1077
| | | | | | | | 'VENDOR-tcpdump'.
* | Document the -X flag.archie2000-01-261-1/+8
| |
* | Add the -X flag to dump the buffer in "emacs-hexl" style,archie2000-01-261-30/+99
| | | | | | | | | | | | that is, with ASCII character decoding. Obtained from: OpenBSD
* | Pass the pppoe packets into do_ppp_print correctly.brian1999-11-271-5/+3
| |
* | Support PPPoE.brian1999-11-145-3/+182
| | | | | | | | Add a missing comma to the lcp config options table.
* | Add source routing support.lile1999-08-282-11/+49
| |
* | World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-204-1/+211
| | | | | | | | | | | | | | | | This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below) Submitted by: Larry Lile <lile@stdio.com>
* | Remove bogus reference.billf1998-12-291-1/+1
| | | | | | | | | | PR: docs/8430 Submitted by: jkb
* | PR: 8429thepish1998-10-241-1/+1
| | | | | | | | | | Submitted by: jkb@FreeBSD.ORG correct typo in example
* | Merge tcpdump 3.4fenner1998-09-1521-90/+255
| | | | | | | | PR: bin/7877
* | This commit was generated by cvs2svn to compensate for changes in r39297,fenner1998-09-1532-755/+1638
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of LBL tcpdump v3.4fenner1998-09-1554-960/+2206
| |
* | PR: 7741thepish1998-08-301-36/+391
| | | | | | | | | | Submitted by: Hellmuth Michaelis <hm@kts.org> add LCP/PAP/CHAP/IPCP frame printing functionality
* | Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8peter1998-06-111-3/+0
| | | | | | | | | | headers. As I understand it, it was for some really ancient athena stuff that has long been replaced.
* | Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.pst1998-01-014-57/+218
| |
* | Add frame-relay decode support.pst1997-12-311-0/+423
| |
* | This is a hack. Decode IEEE 802.1Q VLAN tagging so that we can decodewollman1997-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.
* | Get rid of the T2CHECK() macro, since it duplicates functionalityfenner1997-05-271-21/+33
| | | | | | | | available from TCHECK(), TCHECK2(), TTEST() and TTEST2().
* | Merge tcpdump 3.3.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>
* | This commit was generated by cvs2svn to compensate for changes in r26180,fenner1997-05-2738-1400/+2368
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of LBL tcpdump v3.3fenner1997-05-2761-1698/+2725
| |
* | Update to reflect changes in net/if.h.wollman1997-01-0316-15/+16
| |
* | repair editor damageadam1996-12-111-1/+1
| |
* | Please shut up if asked to be quiet.phk1996-12-111-1/+1
| |
* | LBL chose to use IPPROTO_ENCAP to represent IP proto 4 encapsulationfenner1996-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.
* | Fix the IGMP printer. A lost pair of parenthesis caused all IGMPfenner1996-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.
* | Make things compile again.pst1996-10-171-1/+1
| |
* | Import NFSv3 support from NetBSDdfr1996-10-175-536/+1409
| | | | | | | | Obtained from: NetBSD
* | Fix some typospst1996-10-011-2/+2
| |
* | Here is a patch to make tcpdump recognise IPX packets that is usingpst1996-09-151-0/+4
| | | | | | | | | | | | ETHERNET_II framing. It got lost during the tcpdump upgrade. Submitted by: John.Hay@mikom.csir.co.za
* | Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,pst1996-09-111-12/+9
| | | | | | | | | | | | not two 8 bit values. This conforms to industry standard. These changes have been sent back to LBL.
* | Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup ofpst1996-08-212-30/+29
| | | | | | | | | | ISO based code, and document new options (courtesy of libpcap). Submitted by: Tony Li <tli@jnx.com>
* | Upgrade instructionspst1996-08-191-0/+28
| |
* | Print IPX packets over a PPP link.pst1996-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>
* | Improvements to IGMP message decoding.pst1996-08-191-7/+86
| | | | | | | | | | Add support for the router-alert option. Submitted by: Bill Fenner <fenner@parc.xerox.com>
OpenPOWER on IntegriCloud