summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-diameter_3gpp.h
blob: e4a7fe3271e4215e7fa8578c0c2262b9cdee14cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/* packet-diameter_3gpp.h
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

static const value_string diameter_3gpp_IKEv2_error_type_vals[] = {
    { 1, "UNSUPPORTED_CRITICAL_PAYLOAD" },
    { 4, "INVALID_IKE_SPI" },
    { 5, "INVALID_MAJOR_VERSION" },
    { 7, "INVALID_SYNTAX" },
    { 9, "INVALID_MESSAGE_ID" },
    { 11, "INVALID_SPI" },
    { 14, "NO_PROPOSAL_CHOSEN" },
    { 17, "INVALID_IKE_PAYLOAD" },
    { 24, "AUTHENTICATION_FAILED" },
    { 34, "SINGLE_PAIR_REQUIRED" },
    { 35, "NO_ADDITIONAL_SAS" },
    { 36, "INTERNAL_ADDRESS_FAILURE" },
    { 37, "FAILED_CP_REQUIRED" },
    { 38, "TS_UNACCEPTABLE" },
    { 39, "INVALID_SELECTORS" },
    { 40, "UNACCEPTABLE_ADDRESSES" },
    { 41, "UNEXPECTED_NAT_DETECTED" },
    { 42, "USE_ASSIGNED_HoA" },
    { 43, "TEMPORARY_FAILURE" },
    { 44, "CHILD_SA_NOT_FOUND" },
    { 45, "INVALID_GROUP_ID" },
    { 46, "AUTHORIZATION_FAILED" },
    { 0, NULL }
};

static const value_string diameter_3gpp_termination_cause_vals[] = {
    { 1, "DIAMETER_LOGOUT" },
    { 2, "DIAMETER_SERVICE_NOT_PROVIDED" },
    { 3, "DIAMETER_BAD_ANSWER" },
    { 4, "DIAMETER_ADMINISTRATIVE" },
    { 5, "DIAMETER_LINK_BROKEN" },
    { 6, "DIAMETER_AUTH_EXPIRED" },
    { 7, "DIAMETER_USER_MOVED" },
    { 8, "DIAMETER_SESSION_TIMEOUT" },
    { 9, "Unassigned" },
    { 10, "Unassigned" },
    { 11, "User Request" },
    { 12, "Lost Carrier" },
    { 13, "Lost Service" },
    { 14, "Idle Timeout" },
    { 15, "Session Timeout" },
    { 16, "Admin Reset" },
    { 17, "Admin Reboot" },
    { 18, "Port Error" },
    { 19, "NAS Error" },
    { 20, "NAS Request" },
    { 21, "NAS Reboot" },
    { 22, "Port Unneeded" },
    { 23, "Port Preempted" },
    { 24, "Port Suspended" },
    { 25, "Service Unavailable" },
    { 26, "Callback" },
    { 27, "User Error" },
    { 28, "Host Request" },
    { 29, "Supplicant Restart" },
    { 30, "Reauthentication Failure" },
    { 31, "Port Reinitialized" },
    { 32, "Port Administratively Disabled" },
    { 0, NULL }
};

/*
 * Editor modelines
 *
 * Local Variables:
 * c-basic-offset: 4
 * tab-width: 8
 * indent-tabs-mode: nil
 * End:
 *
 * ex: set shiftwidth=4 tabstop=8 expandtab:
 * :indentSize=4:tabSize=8:noTabs=true:
 */