3 * text_import_scanner.h
4 * Scanner for text import
5 * November 2010, Jaap Keuter <jaap.keuter@xs4all.nl>
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * Based on text2pcap.h by Ashok Narayanan <ashokn@cisco.com>
13 * SPDX-License-Identifier: GPL-2.0-or-later*
14 *******************************************************************************/
17 #ifndef __TEXT_IMPORT_SCANNER_H__
18 #define __TEXT_IMPORT_SCANNER_H__
22 #endif /* __cplusplus */
39 import_status_t
parse_token(token_t token
, char *str
);
41 extern FILE *text_importin
;
43 import_status_t
text_import_scan(FILE *input_file
);
47 #endif /* __cplusplus */
49 #endif /* __TEXT_IMPORT_SCANNER_H__ */