Subject: Re: ascii dump for tcpdump
To: None <tech-security@netbsd.org>
From: Simon J. Gerraty <sjg@quick.com.au>
List: tech-security
Date: 10/01/1999 00:56:30
  by redmail.netbsd.org with SMTP; 30 Sep 1999 14:56:45 -0000
Message-Id: <199909301456.AAA16388@zen.quick.com.au>
 via SMTP by localhost, id smtpd16384a; Thu Sep 30 07:56:31 1999
To: tech-security@netbsd.org
cc: "Simon J. Gerraty" <sjg@quick.com.au>
Subject: Re: ascii dump for tcpdump 
Date: Fri, 01 Oct 1999 00:56:30 +1000
From: "Simon J. Gerraty" <sjg@quick.com.au>

I've just committed changes to tcpdump to add -X which prints
hex/ascii instead of just hex.  You still need -x to dump the packet
so -xX would dump the packet in hex/ascii.  

I've also added code to print telnet options if -v is given.
With -vvv the strings within SB ... SE are printed too.
With -Xvvv the options are printed in hex/ascii as well as symbolicly.

Enjoy

--sjg