Wireshark  4.3.0
The Wireshark network protocol analyzer
conv_id.h
Go to the documentation of this file.
1 
12 #ifndef __CONV_ID_H__
13 #define __CONV_ID_H__
14 
15 #include <stdint.h>
16 
34 typedef uint32_t conv_id_t;
35 #define CONV_ID_UNSET G_MAXUINT32
36 
37 #endif /* __CONV_ID_H__ */
uint32_t conv_id_t
Definition: conv_id.h:34