File: cisco-ios-12.2.18-02.p

package info (click to toggle)
libnet-radius-perl 2.103%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,276 kB
  • sloc: perl: 4,561; tcl: 33; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download | duplicates (2)
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
#!/usr/bin/perl

no utf8;

# Net::Radius test input
# Made with $Id: cisco-ios-12.2.18-02.p 64 2007-01-09 20:01:04Z lem $

$VAR1 = {
          'packet' => '8PġЪ!AicastanedaV)C\'.ҫ!}#!k',
          'secret' => undef,
          'description' => 'Cisco IOS 12.2(18)SXF3 - Access-Request',
          'authenticator' => 'PġЪ!A',
          'identifier' => 142,
          'dictionary' => undef,
          'opts' => {
                      'secret' => undef,
                      'output' => 'packets/cisco-ios-12.2.18-02',
                      'description' => 'Cisco IOS 12.2(18)SXF3 - Access-Request',
                      'authenticator' => 'PġЪ!A',
                      'identifier' => 142,
                      'dictionary' => [
                                        'dicts/dictionary'
                                      ],
                      'dont-embed-dict' => 1,
                      'noprompt' => 1,
                      'slots' => 3
                    },
          'slots' => 3
        };