Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-http3.h
1/* packet-http3.h
2 * Routines for HTTP/3 dissection
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif /* __cplusplus */
15
29uint64_t* http3_get_stream_id(packet_info *pinfo);
30
31#ifdef __cplusplus
32}
33#endif /* __cplusplus */
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.