3 * Definitions for routines common to multiple modules in the Lucent/Ascend
4 * capture file reading code, but not used outside that code.
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __ASCEND_INT_H__
14 #define __ASCEND_INT_H__
18 #include "ws_symbol_export.h"
23 int64_t next_packet_seek_start
;
31 char str_val
[ASCEND_MAX_STR_LEN
];
36 const char *ascend_parse_error
;
39 struct ascend_phdr
*pseudo_header
;
45 int64_t first_hexbyte
;
55 run_ascend_parser(uint8_t *pd
, ascend_state_t
*parser_state
, int *err
, char **err_info
);
57 #endif /* ! __ASCEND_INT_H__ */