Wireshark  4.3.0
The Wireshark network protocol analyzer
/builds/wireshark/wireshark/text2pcap.h
Go to the documentation of this file.
1 
15 #ifndef TEXT2PCAP_H
16 #define TEXT2PCAP_H
17 
18 typedef enum {
19  T_BYTE = 1,
20  T_OFFSET,
21  T_DIRECTIVE,
22  T_TEXT,
23  T_EOL
24 } token_t;
25 
26 int parse_token(token_t token, char *str);
27 
28 int text2pcap_scan(void);
29 
30 #endif
31 
32 /*
33  * Editor modelines - https://www.wireshark.org/tools/modelines.html
34  *
35  * Local variables:
36  * c-basic-offset: 4
37  * tab-width: 8
38  * indent-tabs-mode: nil
39  * End:
40  *
41  * vi: set shiftwidth=4 tabstop=8 expandtab:
42  * :indentSize=4:tabSize=8:noTabs=true:
43  */
Definition: busmaster_priv.h:93