summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-fix.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-fix.h')
-rw-r--r--epan/dissectors/packet-fix.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fix.h b/epan/dissectors/packet-fix.h
index a3be424236..c290777257 100644
--- a/epan/dissectors/packet-fix.h
+++ b/epan/dissectors/packet-fix.h
@@ -5,6 +5,12 @@
*
*/
+typedef struct _fix_field {
+ int tag; /* FIX tag */
+ int hf_id;
+ int type; /* */
+ const void *table;
+} fix_field;
static const string_string messages_val[] = {
{ "0", "Heartbeat" },