summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-22 03:33:51 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-05-22 03:33:51 +0000
commit050a0508e16dd01f2b38d37d7d8da34a35c3f7cf (patch)
treede14726a11aaa6fc534bfa388c3ed50c08122264 /epan/dissectors/packet-smb.h
parent3082359cabfcdd64911f8ea89e3e1037c3a13523 (diff)
downloadwireshark-050a0508e16dd01f2b38d37d7d8da34a35c3f7cf.tar.gz
remember the object name from a QUERY_PATH_INFO and show it as a
generated item in the response. also show the infolevel in the response as a generated item svn path=/trunk/; revision=21880
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 860b722b4c..00bf21fb23 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -190,6 +190,7 @@ typedef struct {
int subcmd;
int info_level;
gboolean resume_keys; /* if "return resume" keys set in T2 FIND_FIRST request */
+ const char *name;
} smb_transact2_info_t;
/*