summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-08-02 11:56:51 +0400
committerMatthieu Patou <mat@matws.net>2011-08-06 01:33:06 +0400
commitba882bfd904fc9afb0b136c104ce9b51cf4bb3b0 (patch)
treebe79843cdcd63ba5e9bcec70dec3b59cc2fbdbf1 /pidl
parent5ff63e2dcffe0c1db3e0111f4eb710e2bff4f9c8 (diff)
downloadsamba-ba882bfd904fc9afb0b136c104ce9b51cf4bb3b0.tar.gz
samba-ba882bfd904fc9afb0b136c104ce9b51cf4bb3b0.tar.bz2
samba-ba882bfd904fc9afb0b136c104ce9b51cf4bb3b0.zip
pidl: rpc version is a 32 bit
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Wireshark/NDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
index 7586eb3a62..7c10a535f3 100644
--- a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+++ b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
@@ -819,7 +819,7 @@ sub ProcessInterface($$)
my $maj = $x->{VERSION};
$maj =~ s/\.(.*)$//g;
- $self->pidl_def("static guint16 ver_dcerpc_$x->{NAME} = $maj;");
+ $self->pidl_def("static guint32 ver_dcerpc_$x->{NAME} = $maj;");
$self->pidl_def("");
}