aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/smb2_stat.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-02-07 12:01:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-02-07 12:01:34 +0000
commitdd2f806e1545c2fdd433069b086d5554b7e3f851 (patch)
tree1b36aeb1b1540195e1d09a21d42bb52ceff2f50d /gtk/smb2_stat.c
parentc35dfab4e9c82cc4d0a49b2a88c2743190042186 (diff)
handmerged patch from metze it conflicted with recent P bit patch i checked in
svn path=/trunk/; revision=17202
Diffstat (limited to 'gtk/smb2_stat.c')
-rw-r--r--gtk/smb2_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/smb2_stat.c b/gtk/smb2_stat.c
index 9eae8aaba4..8d61302d9b 100644
--- a/gtk/smb2_stat.c
+++ b/gtk/smb2_stat.c
@@ -87,8 +87,8 @@ smb2stat_packet(void *pss, packet_info *pinfo, epan_dissect_t *edt _U_, const vo
smb2stat_t *ss=(smb2stat_t *)pss;
const smb2_info_t *si=psi;
- /* we are only interested in reply packets */
- if(!si->response){
+ /* we are only interested in response packets */
+ if(!(si->flags&SMB2_FLAGS_RESPONSE)){
return 0;
}
/* if we havnt seen the request, just ignore it */