aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-28 14:00:23 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-28 14:00:23 +0000
commitf74c6454999a93d5f284c97928530a2453fd1361 (patch)
tree7abdec8343319fe8423a84e9c3ed8282d1cd6c21 /epan/dissectors/packet-fc.h
parente450b9baae6196731f911ad30863412f8aa3ed3b (diff)
Adjust fc_stat.c to use newer fc_exchange_t structure for its stats.
svn path=/trunk/; revision=53621
Diffstat (limited to 'epan/dissectors/packet-fc.h')
-rw-r--r--epan/dissectors/packet-fc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fc.h b/epan/dissectors/packet-fc.h
index db6291ec15..d0283edf9e 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -149,6 +149,7 @@ typedef struct _fc_hdr {
guint8 r_ctl;
guint8 cs_ctl;
guint16 lun;
+ fc_exchange_t* fc_ex;
guint32 relative_offset;
} fc_hdr;