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 
32 typedef guint32 conv_id_t;
33 #define CONV_ID_UNSET G_MAXUINT32
34 
35 #endif /* __CONV_ID_H__ */
guint32 conv_id_t
Definition: conv_id.h:32