aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcswils.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-14 21:08:20 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-14 21:08:20 +0000
commit8e133ea3a9fd31fc51727e199d5584a4b8e7b15c (patch)
treec5819847e75ab04c50bd19155e8c21bc3602ca75 /epan/dissectors/packet-fcswils.c
parentefa650c55474e88fb9d1f0b7ba1f72a3c2d96f15 (diff)
from dinesh
fix to make Zone_Alias objects decode properly git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14367 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fcswils.c')
-rw-r--r--epan/dissectors/packet-fcswils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcswils.c b/epan/dissectors/packet-fcswils.c
index 66027427d7..ed12efd0dd 100644
--- a/epan/dissectors/packet-fcswils.c
+++ b/epan/dissectors/packet-fcswils.c
@@ -479,7 +479,7 @@ get_zoneobj_len (tvbuff_t *tvb, gint offset)
len += 4 + tvb_get_guint8 (tvb, offset+3+len);
}
}
- else if (objtype == FC_SWILS_ZONEOBJ_ZONE) {
+ else {
len += 4 + tvb_get_guint8 (tvb, offset+3+len);
}
}