aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-05 05:51:51 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-05 05:51:51 +0000
commitd06fea3fa6ee25c7a9bcdf8d16a61d42d1520f50 (patch)
tree1adc017423f95c60990dbd9ebf0d870b6ba6dd4c /epan/dissectors/packet-fc.h
parent0d4dbda02bd348ae3bfa9af3cad0e88b7b2d57ce (diff)
cleaning up bits and pieces
replacing the hashtables with a better exchange se_tree svn path=/trunk/; revision=17809
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;