Re: [tcpdump-workers] Bug Fix in tcpdump 3.8.3

2004-09-06 Thread Sebastien Vincent
Guy Harris wrote: On Sep 3, 2004, at 3:48 AM, Sebastien Vincent wrote: So I made changes into ./tcpdump.c and it now works fine. Checked in. Ok thanks. Sebastien Vincent - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Bug Fix in tcpdump 3.8.3

2004-09-03 Thread Guy Harris
On Sep 3, 2004, at 3:48 AM, Sebastien Vincent wrote: So I made changes into ./tcpdump.c and it now works fine. Checked in. - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

[tcpdump-workers] Bug Fix in tcpdump 3.8.3

2004-09-03 Thread Sebastien Vincent
Hello. I found a bug in current tcpdump (3.8.3). This bug concern the use of the flags -x/xx and -X/XX. Wheither you use x's or X's flags the output is the same. It print raw data in hex and ascii. The man says : -x's : hex print 'X's : hex + ascii print So I made changes into ./tcpdump.c and it no