aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/11_diameter_vendors.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/11_diameter_vendors.dpatch')
-rw-r--r--debian/patches/11_diameter_vendors.dpatch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/11_diameter_vendors.dpatch b/debian/patches/11_diameter_vendors.dpatch
new file mode 100644
index 0000000000..e8d85b2833
--- /dev/null
+++ b/debian/patches/11_diameter_vendors.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 11_diameter_vendors.dpatch by <fpeters@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./epan/dissectors/packet-diameter.c /tmp/dpep-work.Xqh7hj/ethereal-0.10.11/epan/dissectors/packet-diameter.c
+--- ./epan/dissectors/packet-diameter.c 2005-05-02 23:28:44.000000000 +0200
++++ /tmp/dpep-work.Xqh7hj/ethereal-0.10.11/epan/dissectors/packet-diameter.c 2005-07-18 20:18:26.000000000 +0200
+@@ -690,7 +690,7 @@
+ return -1;
+ }
+
+- return (addVendor(atoi(code), id, name));
++ return (addVendor(atoi(id), code, name));
+
+ } /* addVendor */
+