Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
conv_id.h
1
/* conv_id.h
2
* conv_id 2011 Robert Bullen
3
*
4
* Wireshark - Network traffic analyzer
5
* By Gerald Combs <gerald@wireshark.org>
6
* Copyright 1998 Gerald Combs
7
*
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef __CONV_ID_H__
12
#define __CONV_ID_H__
13
31
typedef
guint32 conv_id_t;
32
#define CONV_ID_UNSET G_MAXUINT32
33
34
#endif
/* __CONV_ID_H__ */
Generated by
1.8.11