aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/rt-compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/rt-compile.h')
-rw-r--r--wiretap/rt-compile.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/wiretap/rt-compile.h b/wiretap/rt-compile.h
deleted file mode 100644
index d7a27aba32..0000000000
--- a/wiretap/rt-compile.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-#ifndef __WTAP_H_
-#include "wtap.h"
-#endif
-
-/* Holds info for fields defined as bytecmp. */
-typedef struct {
- int ftype;
- int ctype;
- int offset;
- int length;
-} bytecmp_info;
-
-
-/* Holds info for fields defined as either_of */
-typedef struct {
- int ftype;
- int ctype;
- int field1;
- int field2;
-} eitherof_info;
-
-int wtap_lex(void);
-int wtap_parse(void);
-void wtap_error(char *string);
-
-void wtap_lex_init(char *);
-
-int wtap_offline_filter_compile(wtap *wth, int encap_type);