aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-05 05:51:51 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-05 05:51:51 +0000
commitcd438301aaf74ec2007be7fbde5e329e0e339e0f (patch)
tree1adc017423f95c60990dbd9ebf0d870b6ba6dd4c /epan/dissectors/packet-fc.h
parent031da1e5655d7479eaed3075472c623941b2be4a (diff)
cleaning up bits and pieces
replacing the hashtables with a better exchange se_tree git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17809 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fc.h')
-rw-r--r--epan/dissectors/packet-fc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-fc.h b/epan/dissectors/packet-fc.h
index 49f5db32e8..0602654814 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -129,9 +129,6 @@ ETH_VAR_IMPORT const value_string fc_fc4_val[];
frames and time deltas
*/
typedef struct _fc_exchange_data {
- address s_id;
- address d_id;
- guint16 oxid;
guint32 first_exchange_frame;
guint32 last_exchange_frame;
nstime_t fc_time;