Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-nisplus.h
blobbddfb8be530431748c033f952506366e8b95d4c7
1 /* packet-nisplus.h
2 * 2001 Ronnie Sahlberg <See AUTHORS for email>
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef PACKET_NIS_H
12 #define PACKET_NIS_H
14 #define NISPROC_NULL 0
15 #define NISPROC_LOOKUP 1
16 #define NISPROC_ADD 2
17 #define NISPROC_MODIFY 3
18 #define NISPROC_REMOVE 4
19 #define NISPROC_IBLIST 5
20 #define NISPROC_IBADD 6
21 #define NISPROC_IBMODIFY 7
22 #define NISPROC_IBREMOVE 8
23 #define NISPROC_IBFIRST 9
24 #define NISPROC_IBNEXT 10
26 #define NISPROC_FINDDIRECTORY 12
28 #define NISPROC_STATUS 14
29 #define NISPROC_DUMPLOG 15
30 #define NISPROC_DUMP 16
31 #define NISPROC_CALLBACK 17
32 #define NISPROC_CPTIME 18
33 #define NISPROC_CHECKPOINT 19
34 #define NISPROC_PING 20
35 #define NISPROC_SERVSTATE 21
36 #define NISPROC_MKDIR 22
37 #define NISPROC_RMDIR 23
38 #define NISPROC_UPDKEYS 24
40 #define NIS_PROGRAM 100300
43 #define CBPROC_NULL 0
44 #define CBPROC_RECEIVE 1
45 #define CBPROC_FINISH 2
46 #define CBPROC_ERROR 3
48 #define CB_PROGRAM 100302
50 #endif