From: Alan T. DeKok Date: Fri, 10 May 2019 13:31:50 +0000 (-0400) Subject: notes on registered protocols X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ce48ae6d0cd2082c4f54bf51e75fa3b21ff3e9;p=thirdparty%2Ffreeradius-server.git notes on registered protocols --- diff --git a/share/dictionary/README.md b/share/dictionary/README.md new file mode 100644 index 00000000000..fd3d97e141b --- /dev/null +++ b/share/dictionary/README.md @@ -0,0 +1,16 @@ +# Protocol Registry + + git grep -h '^PROTOCOL' | sort -nk 3 + +## Current Protocols + +PROTOCOL RADIUS 1 +PROTOCOL DHCPv4 2 +PROTOCOL DHCPv6 3 +PROTOCOL Ethernet 4 +PROTOCOL TACACS 5 +PROTOCOL VMPS 6 format=2 +PROTOCOL SNMP 7 format=4 +PROTOCOL ARP 8 +PROTOCOL EAP-SIM 101 +PROTOCOL EAP-AKA 102