git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bb695
)
r9683: OK that last fix was too good to be true. (-:
author
Tim Potter
<tpot@samba.org>
Sat, 27 Aug 2005 12:39:56 +0000
(12:39 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:34:40 +0000
(13:34 -0500)
source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
patch
|
blob
|
history
diff --git
a/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
b/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
index 60b237110880ad1bfdf701a05152a2f6eb6d0231..92199e13f108e40fa99027a9231d1db20588ace2 100644
(file)
--- a/
source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+++ b/
source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
@@
-326,7
+326,7
@@
sub Element($$$)
my $add = "";
foreach (@{$e->{LEVELS}}) {
-
las
t if ($_->{TYPE} eq "SWITCH");
+
nex
t if ($_->{TYPE} eq "SWITCH");
pidl_def "static int $dissectorname$add(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep);";
pidl_code "static int";
pidl_code "$dissectorname$add(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)";