aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-02-10 16:55:08 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-02-10 16:55:08 +0000
commitf660b69b4f64e22396711669bc0392f72cb326bc (patch)
treee2e916001bb94b61cfa0afc1530697070cc4c140 /plugins/mate/mate.h
parent4acd84cd855a824da2255c0e6755fe6fdcbcfc0a (diff)
add "mate" as a protocol to its tree
svn path=/trunk/; revision=13380
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index ea898313b2..27bf3478ab 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -226,7 +226,8 @@ typedef struct _mate_config {
avpl_match_mode match_mode;
avpl_replace_mode replace_mode;
gboolean gop_as_subtree;
-
+ int hfid_mate;
+
float gop_expiration;
float gop_idle_timeout;
float gop_lifetime;
@@ -338,7 +339,7 @@ extern mate_pdu* mate_get_pdus(guint32 framenum);
extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
/* from mate_setup.c */
-extern mate_config* mate_make_config(guint8* filename);
+extern mate_config* mate_make_config(guint8* filename, int mate_hfid);
extern mate_config* mate_cfg(void);
#endif