aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-06 09:16:10 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-06 09:16:10 +0000
commit351006aeb2e80252daca0c3747910d134127dc12 (patch)
treef7bd5bf55d986dcea5ad0551ab37d852414e7885 /epan
parent8d1d518ac403bbc96f05eb803cad26b75093609b (diff)
get rid of a field we are not using
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17830 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-iscsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iscsi.c b/epan/dissectors/packet-iscsi.c
index 9010bc04d1..3639172fd3 100644
--- a/epan/dissectors/packet-iscsi.c
+++ b/epan/dissectors/packet-iscsi.c
@@ -636,7 +636,6 @@ typedef struct _iscsi_conv_data {
guint32 data_in_frame;
guint32 data_out_frame;
guint32 response_frame;
- guint32 iscsi_dl;
nstime_t req_time;
} iscsi_conv_data_t;
static GHashTable *iscsi_req_unmatched = NULL;