3 * Utility to convert an ASCII hexdump into a libpcap-format capture file
5 * (c) Copyright 2001 Ashok Narayanan <ashokn@cisco.com>
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
26 int parse_token(token_t token
, char *str
);
28 int text2pcap_scan(void);
33 * Editor modelines - https://www.wireshark.org/tools/modelines.html
38 * indent-tabs-mode: nil
41 * vi: set shiftwidth=4 tabstop=8 expandtab:
42 * :indentSize=4:tabSize=8:noTabs=true: