Your message dated Wed, 06 Jul 2005 14:48:35 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285764: fixed in tcpdump 3.9.1-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Dec 2004 13:35:36 +0000
>From [EMAIL PROTECTED] Wed Dec 15 05:35:36 2004
Return-path: <[EMAIL PROTECTED]>
Received: from ws3.neta.ort.spb.ru (gate-n.ort.spb.ru) [195.70.200.211]
(Debian-exim)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CeZJX-0000zN-00; Wed, 15 Dec 2004 05:35:36 -0800
Received: from ws1.neta.ort.spb.ru
([195.70.200.209] helo=gate.ort.spb.ru ident=root)
by gate-n.ort.spb.ru with esmtp (Exim 4.34)
id 1CeaFN-0002Nc-V4
for [EMAIL PROTECTED]; Wed, 15 Dec 2004 17:35:30 +0300
Received: from localhost ([EMAIL PROTECTED])
by gate.ort.spb.ru (8.9.3/8.9.1) with ESMTP id PAA05671
for <[EMAIL PROTECTED]>; Wed, 15 Dec 2004 15:34:18 +0300
Date: Wed, 15 Dec 2004 15:34:18 +0300 (MSK)
From: Andrew Shirrayev <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Extra \n\t in "tcpdump -A" output
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Spam-Score-Gate: 0.0 (/)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: tcpdump
Version: 3.8.3-3
Extra "\n\t" in output of tcpdump -A.
Examples:
1)
------------
13:32:39.386514 IP 192.168.0.67.4215 > xxxx.xxxx.com.smtp: S
2557849045:2557849045(0) win 16384 <mss 1460,nop,nop,sackOK>
E..0/[EMAIL PROTECTED]@.............
------------
"\n\t\n" after header description instead of "\n"
2)
------------
13:32:39.426820 IP 192.168.0.67.4215 > xxxx.xxxx.com.smtp: .
1565:3025(1460) ack 346 win 17175
E.../[EMAIL PROTECTED]/KDQrTyczPyiDE
1dTYINfP2sTVyCwg3tTPwtkg0M8gzMXT1M7Jw8Ugzc/Wzs8gwtnMzyDc18HL1cnSz9fB1NjT0SDJ
...... . . . . .
LdrBINTPx88sDQre1M8gz87JIM/Q0dTYINTBy8kg09zLz87PzcnMySwg1yDLz83OwdTFINPB0NDP
0
tT
13:32:39.426992 IP 192.168.0.67.4215 > xxxx.xxxx.com.smtp: .
3025:4485(1460) ack 346 win 17175
E.../[EMAIL PROTECTED]
J2i3awSDUz8fPLCDe1M8gz9TL0tnXwcDU
------------
Extra "\n\t" before "tT".
Patch:
--- print-ascii.c.orig Tue Dec 30 01:42:20 2003
+++ print-ascii.c Wed Dec 15 15:46:37 2004
@@ -116,7 +116,7 @@
if (i > 0) {
*hsp = *asp = '\0';
if (Aflag) {
- (void)printf("%s%s", ident, asciistuff);
+ (void)printf("%s", asciistuff);
} else {
(void)printf("%s0x%04x: %-*s %s",
ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
---------------------------------------
Received: (at 285764-close) by bugs.debian.org; 6 Jul 2005 18:51:48 +0000
>From [EMAIL PROTECTED] Wed Jul 06 11:51:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DqEzr-0001Jm-00; Wed, 06 Jul 2005 11:51:47 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DqEwl-0006sA-00; Wed, 06 Jul 2005 14:48:35 -0400
From: Romain Francoise <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285764: fixed in tcpdump 3.9.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 06 Jul 2005 14:48:35 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: tcpdump
Source-Version: 3.9.1-1
We believe that the bug you reported is fixed in the latest version of
tcpdump, which is due to be installed in the Debian FTP archive:
tcpdump_3.9.1-1.diff.gz
to pool/main/t/tcpdump/tcpdump_3.9.1-1.diff.gz
tcpdump_3.9.1-1.dsc
to pool/main/t/tcpdump/tcpdump_3.9.1-1.dsc
tcpdump_3.9.1-1_i386.deb
to pool/main/t/tcpdump/tcpdump_3.9.1-1_i386.deb
tcpdump_3.9.1.orig.tar.gz
to pool/main/t/tcpdump/tcpdump_3.9.1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Romain Francoise <[EMAIL PROTECTED]> (supplier of updated tcpdump package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 6 Jul 2005 20:17:19 +0200
Source: tcpdump
Binary: tcpdump
Architecture: source i386
Version: 3.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise <[EMAIL PROTECTED]>
Changed-By: Romain Francoise <[EMAIL PROTECTED]>
Description:
tcpdump - A powerful tool for network monitoring and data acquisition
Closes: 285764 316908
Changes:
tcpdump (3.9.1-1) unstable; urgency=low
.
* New upstream release.
* debian/patches/30_ascii-output.dpatch: New patch, fixes -x, -X and -A
priorities and removes extra newline and tab characters in the ascii
output (closes: #285764, #316908).
* debian/patches/00list: Update.
Files:
04e300d2cc6fb5b596d6c86ff6123753 654 net optional tcpdump_3.9.1-1.dsc
5f589a34be42d335176d1b8cfcbd1f6b 662060 net optional tcpdump_3.9.1.orig.tar.gz
7ca18fdee36ccced0a29413a7478b0df 11569 net optional tcpdump_3.9.1-1.diff.gz
8f8746b9b9d95c7b06ffaad4f64c4651 289748 net optional tcpdump_3.9.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCzCK9ogN2vsA8Vt8RAlz2AJ9nhdArAbe5Tmeuy+n2sGfvDCcDGwCcDYtS
OnU3ReTVrcBFHnBmjuhPhWo=
=g1vK
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]