aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quic.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-quic.h')
-rw-r--r--epan/dissectors/packet-quic.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/epan/dissectors/packet-quic.h b/epan/dissectors/packet-quic.h
new file mode 100644
index 0000000000..5e91881fb0
--- /dev/null
+++ b/epan/dissectors/packet-quic.h
@@ -0,0 +1,26 @@
+/* packet-quic.h
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef __PACKET_QUIC_H__
+#define __PACKET_QUIC_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#include "ws_symbol_export.h"
+
+/** Returns the number of items for quic.connection.number. */
+WS_DLL_PUBLIC guint32 get_quic_connections_count(void);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* __PACKET_QUIC_H__ */