Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-ypxfr.h
1/* packet-ypxfr.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
6 *
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#ifndef PACKET_YPXFR_H
12#define PACKET_YPXFR_H
13
14#define YPXFRPROC_NULL 0
15#define YPXFRPROC_GETMAP 1
16
17#define YPXFR_PROGRAM 100069
18
19#endif