aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/rt-global.h
blob: 952acc939a2c227b5a32888f5a034728e3f1b72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
extern GList* (*mk_bytecmp)
	(int ftype, int rel_opcode, guint8 *bytes);

extern void (*mk_optimize)
	(GList *L);


/* for those modules that are interested in mk_attach,
 * wtap.h will have already been included.
 */
#ifdef __WTAP_H__
extern int (*mk_attach)
	(wtap *wth);
#endif

extern bytecmp_info bytecmp_table[];
extern int comp_encap_type;
extern int filter_parsed;

bytecmp_info* lookup_bytecmp(int ftype);
eitherof_info* lookup_eitherof(int ftype);