Wireshark  4.3.0
The Wireshark network protocol analyzer
text_import_regex.h
Go to the documentation of this file.
1 
17 #ifndef __TEXT_IMPORT_REGEX_H__
18 #define __TEXT_IMPORT_REGEX_H__
19 
20 #include <glib.h>
21 
22 #include "text_import.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif /* __cplusplus */
27 
28 void parse_data(unsigned char* start_field, unsigned char* end_field, enum data_encoding encoding);
29 
30 void parse_dir(const unsigned char* start_field, const unsigned char* end_field, const char* in_indicator, const char* out_indicator);
31 
32 void parse_time(const unsigned char* start_field, const unsigned char* end_field, const char* _format);
33 
34 void parse_seqno(const unsigned char* start_field, const unsigned char* end_field);
35 
36 void flush_packet(void);
37 
38 int text_import_regex(const text_import_info_t *info);
39 
40 #ifdef __cplusplus
41 }
42 #endif /* __cplusplus */
43 
44 #endif /* __TEXT_IMPORT_REGEX_H__ */
Definition: file-pcapng.h:57
Definition: text_import.h:65