Your message dated Mon, 18 Jul 2005 14:47:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#316082: fixed in ethereal 0.10.11-5
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; 28 Jun 2005 10:48:54 +0000
>From [EMAIL PROTECTED] Tue Jun 28 03:48:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailproxy02.edpnet.net (mailproxy02.edpnet.be) [212.71.0.19] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DnDe4-0003JS-00; Tue, 28 Jun 2005 03:48:49 -0700
Received: from rhudaur.qahwah.net ([213.219.160.112])
        by mailproxy02.edpnet.be (8.13.1/8.13.1) with ESMTP id j5SArM28001358
        for <[EMAIL PROTECTED]>; Tue, 28 Jun 2005 12:53:22 +0200
Received: by rhudaur.qahwah.net (Postfix, from userid 1000)
        id 0CF192B040D; Tue, 28 Jun 2005 12:48:45 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Joost Yervante Damad <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ethereal: fails to correctly add diameter vendors from the dictionary 
xml
 files
X-Mailer: reportbug 3.15
Date: Tue, 28 Jun 2005 12:48:44 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: ClamAV 0.85.1/959/Tue Jun 28 01:00:06 2005 on 
mailproxy02.edpnet.be
X-Virus-Status: Clean
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: ethereal
Version: 0.10.11-1
Severity: normal
Tags: patch


ethereal fails to correctly add diameter vendors from the dictionary xml
file(s), the following patch fixes this:

--- ethereal-0.10.11.orig/epan/dissectors/packet-diameter.c
+++ ethereal-0.10.11/epan/dissectors/packet-diameter.c
@@ -690,7 +690,7 @@
        return -1;
   }

-  return (addVendor(atoi(code), id, name));
+  return (addVendor(id, atoi(code), name));

 } /* addVendor */

greetings, Joost Damad

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-rd3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ethereal depends on:
ii  ethereal-common     0.10.11-1            network traffic analyser (common f
ii  libadns1            1.0-8.3              Asynchronous-capable DNS client li
ii  libatk1.0-0         1.10.1-2             The ATK accessibility toolkit
ii  libc6               2.3.2.ds1-22         GNU C Library: Shared libraries an
ii  libcomerr2          1.37+1.38-WIP-0620-1 common error description library
ii  libglib2.0-0        2.6.5-1              The GLib library of C routines
ii  libgtk2.0-0         2.6.8-1              The GTK+ graphical user interface 
ii  libkrb53            1.3.6-3              MIT Kerberos runtime libraries
ii  libpango1.0-0       1.8.1-1              Layout and rendering of internatio
ii  libpcap0.8          0.8.3-6              System interface for user-level pa
ii  libpcre3            5.0-1.1              Perl 5 Compatible Regular Expressi
ii  zlib1g              1:1.2.2-4            compression library - runtime

Versions of packages ethereal recommends:
ii  gksu                          1.3.0-1    graphical frontend to su

-- no debconf information

---------------------------------------
Received: (at 316082-close) by bugs.debian.org; 18 Jul 2005 18:54:18 +0000
>From [EMAIL PROTECTED] Mon Jul 18 11:54:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Duakr-0003br-00; Mon, 18 Jul 2005 11:54:17 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Duadt-00059I-00; Mon, 18 Jul 2005 14:47:05 -0400
From: Frederic Peters <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#316082: fixed in ethereal 0.10.11-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 18 Jul 2005 14:47:05 -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-Level: 
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

Source: ethereal
Source-Version: 0.10.11-5

We believe that the bug you reported is fixed in the latest version of
ethereal, which is due to be installed in the Debian FTP archive:

ethereal-common_0.10.11-5_i386.deb
  to pool/main/e/ethereal/ethereal-common_0.10.11-5_i386.deb
ethereal-dev_0.10.11-5_i386.deb
  to pool/main/e/ethereal/ethereal-dev_0.10.11-5_i386.deb
ethereal_0.10.11-5.diff.gz
  to pool/main/e/ethereal/ethereal_0.10.11-5.diff.gz
ethereal_0.10.11-5.dsc
  to pool/main/e/ethereal/ethereal_0.10.11-5.dsc
ethereal_0.10.11-5_i386.deb
  to pool/main/e/ethereal/ethereal_0.10.11-5_i386.deb
tethereal_0.10.11-5_i386.deb
  to pool/main/e/ethereal/tethereal_0.10.11-5_i386.deb



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.
Frederic Peters <[EMAIL PROTECTED]> (supplier of updated ethereal 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: Mon, 18 Jul 2005 20:18:43 +0200
Source: ethereal
Binary: ethereal ethereal-dev tethereal ethereal-common
Architecture: source i386
Version: 0.10.11-5
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters <[EMAIL PROTECTED]>
Changed-By: Frederic Peters <[EMAIL PROTECTED]>
Description: 
 ethereal   - network traffic analyzer
 ethereal-common - network traffic analyser (common files)
 ethereal-dev - network traffic analyser (development tools)
 tethereal  - network traffic analyzer (console)
Closes: 316082
Changes: 
 ethereal (0.10.11-5) unstable; urgency=low
 .
   * debian/patches/11_diameter_vendors.dpatch: correctly add diameter vendors
     (patch by Joost Yervante Damad) (closes: #316082)
Files: 
 bc1563420740cf9740bca5465a80ea38 862 net optional ethereal_0.10.11-5.dsc
 c225d0354a4c746ca2ca2363894e332f 34568 net optional ethereal_0.10.11-5.diff.gz
 c0307aa06d7b3b585b84c1e2d7c2c41b 4624676 net optional 
ethereal-common_0.10.11-5_i386.deb
 6362829bb646e906a8ce94a46c701995 483264 net optional 
ethereal_0.10.11-5_i386.deb
 8defa42718b74ab73f5f4d8716817a24 94066 net optional 
tethereal_0.10.11-5_i386.deb
 9c929f292702a43346ea501f5f0fd8a7 156368 devel optional 
ethereal-dev_0.10.11-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC2/VqoR3LsWeD7V4RArMyAJ9Mlf8FYVc8kb5P5/IAc+KxrGN62QCgh8dy
ImBjr35v+vNpxX6H7hTc4Po=
=5klb
-----END PGP SIGNATURE-----


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

Reply via email to