On Tue, 5 Jul 2005, Michael Richardson wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > > >>>>> "dean" == dean gaudet <[EMAIL PROTECTED]> writes: > dean> the -A flag prints hex rather than ascii-only... i think the > dean> following patch is necessary. > > dean> case 'A': - ++xflag; ++Xflag; ++Aflag; break; - > > Guy added that line 19-Dec-2002. > Guy, can you defend this change?
i not sure that removed line is the one to blame -- i think it's the xflag vs. Xflag code... Romain Francoise pointed out this change to me: http://cvs.tcpdump.org/cgi-bin/cvsweb/tcpdump/tcpdump.c?r1=1.216.2.12&r2=1.216.2.13 it looks like xflag has higher precedence than Xflag now, but xflag doesn't support Aflag (whereas Xflag code does test Aflag at some point)... -dean - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.