tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
authorStefan Metzmacher <metze@samba.org>
Thu, 2 Feb 2023 15:59:09 +0000 (16:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 May 2024 11:13:15 +0000 (13:13 +0200)
tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm

index 14683097bff196ea349f2dbac31efbad101630e1..044429f7bcb55f9d189a9e68cb2c1f334287f2cd 100644 (file)
@@ -339,7 +339,7 @@ sub ElementLevel($$$$$$$$)
                        $nl = GetNextLevel($e,$l);
                }
                if (defined($nl) and $nl->{TYPE} eq "SWITCH") {
-                       $self->pidl_code("guint3264 saved_switch_level = di->switch_level;");
+                       $self->pidl_code("guint64 saved_switch_level = di->switch_level;");
                        $self->pidl_code("");
                        $self->pidl_code("di->switch_level = $param;");
                        $self->pidl_code("");