On Tue, 5 Jul 2005, Romain Francoise wrote:

> dean gaudet <[EMAIL PROTECTED]> writes:
> 
> > this problem has been submitted upstream (tracking info at 
> > http://sourceforge.net/tracker/index.php?func=detail&aid=1232347&group_id=53066&atid=469575)
> 
> You might want to ask on -workers, I'm not sure anyone reads these...

ok...

> > the -A flag no longer prints the ascii minus the hex like it did in 
> > 3.8.x... while i'm a bit confused by why the code sets xflag, Xflag and 
> > Aflag when -A is specified, the attached patch does appear to fix the 
> > priority of -A vs. -X/-x ...
> 
> Isn't this because of the following change?
> 
>       <URL: 
> http://cvs.tcpdump.org/cgi-bin/cvsweb/tcpdump/tcpdump.c?r1=1.216.2.12&r2=1.216.2.13>

hmm it could be... and it seems an even easier patch than the one i posted 
is sufficient (against 3.9.1 that was just released)... see below.

i'll post to -workers.

-dean

--- tcpdump-3.9.1/tcpdump.c     2005-07-05 14:09:05.000000000 -0700
+++ tcpdump-3.9.1.dg1/tcpdump.c 2005-07-05 14:31:21.694496592 -0700
@@ -492,7 +492,6 @@ main(int argc, char **argv)
                        break;
 
                case 'A':
-                       ++xflag;
                        ++Xflag;
                        ++Aflag;
                        break;



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to