aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-20 09:43:56 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-20 09:43:56 +0000
commit2b2f2e3f034799721990166f2147359afa0d85c7 (patch)
tree7cd548932c0896fbd45f8668d54efc6d58727e4b /epan/dissectors/packet-fc.h
parenta72d39bb05dbed4d052ad7562b83643056810629 (diff)
rename hte itlq structures to itlq
svn path=/trunk/; revision=17922
Diffstat (limited to 'epan/dissectors/packet-fc.h')
-rw-r--r--epan/dissectors/packet-fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fc.h b/epan/dissectors/packet-fc.h
index c8bbd081f0..aff334ab45 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -149,7 +149,7 @@ typedef struct _fc_hdr {
guint16 rxid;
guint8 r_ctl;
guint8 cs_ctl;
- itlq_nexus_t *fced;
+ itlq_nexus_t *itlq;
} fc_hdr;
#endif /* __PACKET_FC_H_ */