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


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

Reply via email to