Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-epmd.h
1 /* packet-epmd.h
2  * Definitions for EPMD (Erlang Port Mapper Daemon) messages
3  *
4  * SPDX-License-Identifier: GPL-2.0-or-later
5  */
6 
7 #ifndef __PACKET_EPMD_H__
8 #define __PACKET_EPMD_H__
9 
10 extern const value_string epmd_version_vals[];
11 
12 #endif
Definition: value_string.h:26