dcerpc-netlogon: split out find_tmp_netlogon_auth_vars()
[wireshark-sm.git] / include / ws_exit_codes.h
blob5a5f5a2ba108d7e6e5b939fdd2f2ea0f43d11bcb
1 /** @file
3 * Definition of exit codes for programs.
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __WS_EXIT_CODES_H__
13 #define __WS_EXIT_CODES_H__
15 /* Exit codes */
16 #define WS_EXIT_INVALID_OPTION 1
17 #define WS_EXIT_INVALID_INTERFACE 2
18 #define WS_EXIT_INVALID_FILE 3
19 #define WS_EXIT_INVALID_FILTER 4
20 #define WS_EXIT_INVALID_CAPABILITY 5
21 #define WS_EXIT_IFACE_HAS_NO_LINK_TYPES 6
22 #define WS_EXIT_IFACE_HAS_NO_TIMESTAMP_TYPES 7
23 #define WS_EXIT_INIT_FAILED 8
24 #define WS_EXIT_OPEN_ERROR 9
25 #define WS_EXIT_PCAP_NOT_SUPPORTED 10
26 #define WS_EXIT_DUMPCAP_NOT_SUPPORTED 11
27 #define WS_EXIT_NO_INTERFACES 12
28 #define WS_EXIT_PCAP_ERROR 13
30 #endif /* __WS_EXIT_CODES_H__ */