Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
34typedef uint32_t conv_id_t;
35#define CONV_ID_UNSET UINT32_MAX
36
37#endif /* __CONV_ID_H__ */
uint32_t conv_id_t
Definition conv_id.h:34