Help for this page

Select Code to Download


  1. or download this
    #       0                   1                   2                   3
    #       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 
    +1
    ...
    #       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
    ++-+
    #       |         LS checksum           |             length          
    +  |
    #       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
    ++-+
    
  2. or download this
    sub decode_header
    {
    ...
        $lsa{options} = decode_lsa_options($lsa{options});
        return \%lsa;
    }
    
  3. or download this
    Dump:
    [000]  00 05 22 01  AC 32 00 02  AC 32 00 02  80 20 FF 99
    ...
              'age' => 5
            };
    
  4. or download this
    [000]  00 00 22 02  20 01 01 02  20 01 FE 01  80 00 00 10
    [016]  41 A5 00 20
    ...
              'type' => 'Network-LSA',
              'age' => '0'
            };