From cd438301aaf74ec2007be7fbde5e329e0e339e0f Mon Sep 17 00:00:00 2001 From: sahlberg Date: Wed, 5 Apr 2006 05:51:51 +0000 Subject: 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 --- epan/dissectors/packet-fc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'epan/dissectors/packet-fc.h') 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; -- cgit v1.2.3