summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-atalk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-63/+62
* unsigneds cannot be < 0; ok jca@otto2017-08-301-2/+2
* Don't support loading appletalk addresses from /etc/appletalk.names.akfaew2017-06-141-39/+1
* Return early from atalk_print_llap() if the length is less than thejsg2016-10-281-1/+6
* Remove more register keywords.mmcc2015-11-151-30/+30
* since stdlib.h is in scope, don't cast.... you know the drill.deraadt2015-08-211-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-3/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* When aligning buffers correctly handle the case where thecanacar2007-06-271-4/+7
* Some more non-alignment problems resolved.otto2004-02-041-3/+4
* Do away with non-aligned memory accesses.otto2004-02-021-4/+2
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-35/+39
* %d is 12 chars, not 10; ok deraadtpvalchev2003-04-141-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* a bit of snprintf cleaningderaadt2001-11-061-3/+3
* ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945.ho2001-10-301-2/+18
* some buffer care; jakobderaadt2000-10-311-3/+3
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* INET6jakob2000-04-261-3/+3
* add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree)itojun2000-04-031-10/+11
* byte order fixes; gwes@oat.comderaadt2000-04-031-4/+4
* bring more inline with tcpdump 3.4brad1999-09-161-2/+2
* - Merge some changes from tcpdump 3.4jakob1999-07-281-4/+7
* snprintf madnessderaadt1998-07-131-5/+6
* more careful scanfderaadt1998-05-141-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* Better handling for AppleTalk, and netatalk in particular.denny1997-07-231-6/+58
* *** empty log message ***bitblt1996-12-121-27/+25
* it is 3.2 now.mickey1996-07-131-14/+14
* sync to latestderaadt1996-06-101-1/+1
* Updating to the latest LBL release.mickey1996-03-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+573