aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbns.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-02-10 22:28:15 +0000
committerEvan Huus <eapache@gmail.com>2013-02-10 22:28:15 +0000
commit2f156d0edc097e588df0c0086836671e93bd517b (patch)
treeb269346dc3bfaebe2ec22a271bcb7b652c83a320 /epan/dissectors/packet-nbns.c
parentf8002de6a47771b4202133bf6747ed8fd4863812 (diff)
From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8309
Restore an else clause that appears to have been accidentally removed in r44542 which was causing TCP reassembly for SMB2 messages to fail. svn path=/trunk/; revision=47620
Diffstat (limited to 'epan/dissectors/packet-nbns.c')
-rw-r--r--epan/dissectors/packet-nbns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nbns.c b/epan/dissectors/packet-nbns.c
index bb4ee1e556..b9894fb136 100644
--- a/epan/dissectors/packet-nbns.c
+++ b/epan/dissectors/packet-nbns.c
@@ -1717,6 +1717,8 @@ dissect_nbss(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
&& tvb_get_guint8(tvb,offset+6) == 'M'
&& tvb_get_guint8(tvb,offset+7) == 'B') {
is_cifs = TRUE;
+ } else {
+ is_cifs = FALSE;
}
/*