Aplly those parts of ethereal_0.10.12-3.diff.gz
[obnox/wireshark/wip.git] / debian / patches / 11_diameter_vendors.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 11_diameter_vendors.dpatch by  <fpeters@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
6
7 @DPATCH@
8 diff -urNad --exclude=CVS --exclude=.svn ./epan/dissectors/packet-diameter.c /tmp/dpep-work.Xqh7hj/ethereal-0.10.11/epan/dissectors/packet-diameter.c
9 --- ./epan/dissectors/packet-diameter.c 2005-05-02 23:28:44.000000000 +0200
10 +++ /tmp/dpep-work.Xqh7hj/ethereal-0.10.11/epan/dissectors/packet-diameter.c    2005-07-18 20:18:26.000000000 +0200
11 @@ -690,7 +690,7 @@
12         return -1;
13    }
14  
15 -  return (addVendor(atoi(code), id, name));
16 +  return (addVendor(atoi(id), code, name));
17  
18  } /* addVendor */
19