summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-atalk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Return early from atalk_print_llap() if the length is less than thejsg2016-10-281-1/+6
| | | | | size of a header to avoid an integer underflow. Found with afl.
* Remove more register keywords.mmcc2015-11-151-30/+30
| | | | ok daniel@, discussed on hackers@
* since stdlib.h is in scope, don't cast.... you know the drill.deraadt2015-08-211-2/+2
| | | | no sneakiness detected by krw
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* 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
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* 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
| | | | | | buffers overlap, which happens on 64 bit archs, when handling encapsulated packets. Reported and tested by Jurjen Oskam additional testing by Stuart Henderson and todd@, ok henning@
* Some more non-alignment problems resolved.otto2004-02-041-3/+4
| | | | ok deraadt@
* Do away with non-aligned memory accesses.otto2004-02-021-4/+2
| | | | ok deraadt@ hshoexer@
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-35/+39
| | | | | tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@
* %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
| | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
* 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
| | | | | | | | | | | | | | | -a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@
* 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
| | | | Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
* *** 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
| | | | Sun's SKIP support added.
* initial import of NetBSD treederaadt1995-10-181-0/+573