Ethereal-dev: [Ethereal-dev] Ethereal fails to correctly add diameter vendors from the diction

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sun, 25 Dec 2005 11:03:49 +0100 (CET)
Hi list,

In the Debian bug database is an entry from Joost Yervante Damad <joost@xxxxxxxxxx>
concerning the diameter dissector: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316082

I've ported the patch to revision 16893, so it's ready for inclusion. For
further details refer to the Debian bug report or Joost.

Thanx,
Jaap
Index: packet-diameter.c
===================================================================
--- packet-diameter.c	(revision 16893)
+++ packet-diameter.c	(working copy)
@@ -727,7 +727,7 @@
 	return -1;
   }
 
-  return (addVendor(atoi(code), id, name));
+  return (addVendor(id, atoi(code), name));
 
 } /* addVendor */