aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-12-08 01:33:04 +0000
committerMichael Mann <mmann78@netscape.net>2012-12-08 01:33:04 +0000
commit2ff0d7870aeb66abc5cf2905cb1125bad93b9144 (patch)
tree98d0573a679d92fbe13f9c80f7dbda4f1b7dac7c /epan/dissectors/packet-fc.h
parent843864684cc0c049de1f13b15c6793b9778a2e70 (diff)
Bugfix FCP lun request/response tracking.
This works towards bug 3209 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3209) by at least satisfying the layer under SCSI. All of the dissectors that feed into SCSI seem to have similar "lun tracking" issues, so I think a more general solution may be needed to fix the bug "right" #BACKPORT svn path=/trunk/; revision=46464
Diffstat (limited to 'epan/dissectors/packet-fc.h')
-rw-r--r--epan/dissectors/packet-fc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fc.h b/epan/dissectors/packet-fc.h
index bd8c17eaab..72ee1649b0 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -142,7 +142,6 @@ typedef struct _fc_hdr {
guint8 r_ctl;
guint8 cs_ctl;
itlq_nexus_t *itlq;
- conversation_t *conversation;
guint32 relative_offset;
} fc_hdr;