From owner-freebsd-hackers Fri Aug 16 15:43:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA25432 for hackers-outgoing; Fri, 16 Aug 1996 15:43:25 -0700 (PDT) Received: from red.jnx.com (ppp-206-170-2-4.sntc01.pacbell.net [206.170.2.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA25427; Fri, 16 Aug 1996 15:43:20 -0700 (PDT) Received: from base.jnx.com (base.jnx.com [208.197.169.238]) by red.jnx.com (8.7.5/8.7.3) with ESMTP id PAA25063; Fri, 16 Aug 1996 15:43:14 -0700 (PDT) Received: from base.jnx.com (localhost.jnx.com [127.0.0.1]) by base.jnx.com (8.7.5/8.7.3) with ESMTP id PAA11091; Fri, 16 Aug 1996 15:43:07 -0700 (PDT) Message-Id: <199608162243.PAA11091@base.jnx.com> To: wollman@freebsd.org cc: candy@fct.kgc.co.jp, freebsd-hackers@freebsd.org, olah@freebsd.org Subject: bin/649 - fix questions (tcpdump / print-atalk.c) Date: Fri, 16 Aug 1996 15:43:06 -0700 From: Paul Traina Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Back in September, you made a change to tcpdump's print-atalk.c code to fix PR # 649. One of the changes was to print appletalk addresses in hex. This is not, to the best of my knowledge, correct. Every network monitor or router that I've seen (cisco, gatorbox, et al) use decimal for the network number and node address. I'd like to back this change out as part of the upgrade to the current tcpdump so that we return to canonical address displays. Objections?