summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-atalk.c
Commit message (Collapse)AuthorAgeFilesLines
* * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-051-2/+2
| | | | | | | | | | | 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
* Merge tcpdump 3.5fenner2000-01-301-2/+7
|
* Merge tcpdump 3.4fenner1998-09-151-5/+6
| | | | PR: bin/7877
* Merge tcpdump 3.3.fenner1997-05-271-2/+3
| | | | | | | | | 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>
* Update to reflect changes in net/if.h.wollman1997-01-031-1/+1
|
* 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 AARP packet handling and fake up a phantom LAP headerpst1996-08-191-3/+10
| | | | | | since Ethertalk doesn't actually put one out on the wire. Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp>
* Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.pst1996-08-191-0/+571
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
OpenPOWER on IntegriCloud