diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/radius/dictionary.openser | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.openser')
-rw-r--r-- | resources/protocols/radius/dictionary.openser | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.openser b/resources/protocols/radius/dictionary.openser new file mode 100644 index 00000000..9e4686cf --- /dev/null +++ b/resources/protocols/radius/dictionary.openser @@ -0,0 +1,41 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +############################################################################## +# +# OpenSER dictionary. +# +# This dictionary is NOT included by default, because it conflicts +# with attributes defined in the RADIUS standard. Vendors SHOULD +# be using a VSA space to assign attributes. +# +# Be aware that if you DO include this dictionary in the main +# dictionary file, other parts of your configuration may break! +# +# http://www.openser.org/docs/openser-radius-1.0.x.html +# +# $Id: 03051dd30d139189d6572c8ce78b13edf3aa3484 $ +# +############################################################################## + +ATTRIBUTE Sip-Method 101 integer +ATTRIBUTE Sip-Response-Code 102 integer +ATTRIBUTE Sip-Cseq 103 string +ATTRIBUTE Sip-To-Tag 104 string +ATTRIBUTE Sip-From-Tag 105 string +ATTRIBUTE Sip-Translated-Request-URI 107 string +ATTRIBUTE Sip-Src-IP 108 string +ATTRIBUTE Sip-Src-Port 109 string +ATTRIBUTE Sip-Uri-User 208 string +ATTRIBUTE Sip-Group 211 string +ATTRIBUTE Sip-Rpid 213 string +ATTRIBUTE SIP-AVP 225 string + +VALUE Service-Type Group-Check 12 +VALUE Service-Type Sip-Session 15 +VALUE Service-Type SIP-Caller-AVPs 30 +VALUE Service-Type SIP-Callee-AVPs 31 + +VALUE Sip-Method INVITE 1 +VALUE Sip-Method CANCEL 2 +VALUE Sip-Method ACK 4 +VALUE Sip-Method BYE 8 |