pidl: rpc version is a 32 bit
[ira/wip.git] / 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("");
        }