Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
10extern const value_string epmd_version_vals[];
11
12#endif
Definition value_string.h:25