aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ypbind.h
blob: f39413a6f6c48799699344f6ab93fed5c51482af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* packet-ypbind.h
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef PACKET_YPBIND_H
#define PACKET_YPBIND_H

#define YPBINDPROC_NULL 0
#define YPBINDPROC_DOMAIN 1
#define YPBINDPROC_SETDOM 2

#define YPBIND_PROGRAM 100007

#endif