Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-ypxfr.h
1/* packet-ypxfr.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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