aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epmd.h
blob: d7897d4882cd939ab5f8570207b1a4192be8ce09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* packet-epmd.h
 * Definitions for EPMD (Erlang Port Mapper Daemon) messages
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __PACKET_EPMD_H__
#define __PACKET_EPMD_H__

extern const value_string epmd_version_vals[];

#endif