pidl: rpc version is a 32 bit
authorMatthieu Patou <mat@matws.net>
Tue, 2 Aug 2011 07:56:51 +0000 (11:56 +0400)
committerMatthieu Patou <mat@matws.net>
Fri, 5 Aug 2011 21:33:06 +0000 (01:33 +0400)
pidl/lib/Parse/Pidl/Wireshark/NDR.pm

index 7586eb3a622690412edef5c0bd7a257c271b94f4..7c10a535f3d4d89282fa5ed088da7785e82645ea 100644 (file)
@@ -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("");
        }