summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-atalk.c
AgeCommit message (Collapse)Author
2004-02-04Some more non-alignment problems resolved.Otto Moerbeek
ok deraadt@
2004-02-02Do away with non-aligned memory accesses.Otto Moerbeek
ok deraadt@ hshoexer@
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@
2003-04-14%d is 12 chars, not 10; ok deraadtPeter Valchev
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-11-06a bit of snprintf cleaningTheo de Raadt
2001-10-30ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by ↵Hakan Olsson
<jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945.
2000-10-31some buffer care; jakobTheo de Raadt
2000-10-03Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-04-26INET6Jakob Schlyter
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
2000-04-03add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree)Jun-ichiro itojun Hagino
2000-04-03byte order fixes; gwes@oat.comTheo de Raadt
1999-09-16bring more inline with tcpdump 3.4Brad Smith
1999-07-28- Merge some changes from tcpdump 3.4Jakob Schlyter
-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@
1998-07-13snprintf madnessTheo de Raadt
1998-05-14more careful scanfTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23Better handling for AppleTalk, and netatalk in particular.denny
Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
1996-12-12*** empty log message ***bitblt
1996-07-13it is 3.2 now.Michael Shalayeff
1996-06-10sync to latestTheo de Raadt
1996-03-04Updating to the latest LBL release.Michael Shalayeff
Sun's SKIP support added.
1995-10-18initial import of NetBSD treeTheo de Raadt