Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
25extern "C" {
26#endif /* __cplusplus */
27
28void parse_data(unsigned char* start_field, unsigned char* end_field, enum data_encoding encoding);
29
30void parse_dir(const unsigned char* start_field, const unsigned char* end_field, const char* in_indicator, const char* out_indicator);
31
32void parse_time(const unsigned char* start_field, const unsigned char* end_field, const char* _format);
33
34void parse_seqno(const unsigned char* start_field, const unsigned char* end_field);
35
36void flush_packet(void);
37
38int 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