aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-17 16:48:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-17 16:48:47 +0000
commit81e80f2c0b43144a020ded42a2c5b8e9b66c6b2a (patch)
tree56e58097dee5ea53c965631cdc442cac735c6735 /epan/dissectors/packet-smb2.h
parent9a376b8cd0d0302a3ebbc5d5994c6a647dae4887 (diff)
From beroset:
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48355
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index 919e99b407..b40ef763f5 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -58,7 +58,7 @@ typedef enum {
SMB2_EI_FINDPATTERN /* find tracking char * */
} smb2_extra_info_t;
typedef struct _smb2_saved_info_t {
- guint8 class;
+ guint8 smb2_class;
guint8 infolevel;
guint64 seqnum;
guint32 frame_req, frame_res;