aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-17 18:25:01 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-17 18:25:01 +0000
commitb7098b6975b0256787dc6581908674beb0906053 (patch)
treee4b8f6c878c3b6ec7938ebab4430585fdec50958 /epan/dissectors/packet-smb2.c
parentef270547de006d1aaa6cbfc05c05aca53bcb0746 (diff)
Flag error
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23218 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb2.c')
-rw-r--r--epan/dissectors/packet-smb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index 8615a41a23..0f911e417f 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -2350,7 +2350,7 @@ dissect_smb2_class_infolevel(packet_info *pinfo, tvbuff_t *tvb, int offset, prot
}
offset += 2;
- if(!si->flags & SMB2_FLAGS_RESPONSE){
+ if(!(si->flags & SMB2_FLAGS_RESPONSE)){
/* Only update COL_INFO for requests. It clutters the
* display ab bit too much if we do it for replies
* as well.