|
NAMENet::TacacsPlus::Packet::Header - Tacacs+ packet header DESCRIPTION3. The TACACS+ packet header All TACACS+ packets always begin with the following 12 byte header. The header is always cleartext and describes the remainder of the packet: 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8
+----------------+----------------+----------------+----------------+
|major | minor | | | |
|version| version| type | seq_no | flags |
+----------------+----------------+----------------+----------------+
| |
| session_id |
+----------------+----------------+----------------+----------------+
| |
| length |
+----------------+----------------+----------------+----------------+
METHODS
|