aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcct.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-21 11:08:24 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-21 11:08:24 +0000
commit60e65f48697444409cc1ef1fb03f53ef034b7ef0 (patch)
tree9b9982fd6ecf1923b319e5c7b4da98dc6c3372aa /epan/dissectors/packet-fcct.c
parent73ded54b052d6a434a039a835b5f594116c3d9e7 (diff)
updates to get the fc and scsi dissectors
and get rid of some breakage in the design let the scsi transport keep track of itl (initiator, target, lun) matching and let it pass a itl structure to scsi that is persistent across packets. let scsi use this itl structure to track device type for a specific itl instead of the (must have been) broken hashtable. update both iscsi and fc to track the itl structure for scsi and schange the scsi signature to accept itl as a parameter. more to come. svn path=/trunk/; revision=17942
Diffstat (limited to 'epan/dissectors/packet-fcct.c')
-rw-r--r--epan/dissectors/packet-fcct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fcct.c b/epan/dissectors/packet-fcct.c
index 15f211ecfe..08e75066f2 100644
--- a/epan/dissectors/packet-fcct.c
+++ b/epan/dissectors/packet-fcct.c
@@ -43,6 +43,7 @@
#include <epan/packet.h>
#include <epan/etypes.h>
+#include <epan/conversation.h>
#include "packet-fc.h"
#include "packet-fcct.h"