Changeset 1213

Show
Ignore:
Timestamp:
08/16/08 15:16:03 (4 months ago)
Author:
mbr
Message:

added --debug display of packet length before adding trailing '=' chars

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/fwknopd

    r1212 r1213  
    51655165    my $padding = ''; 
    51665166 
     5167    if ($debug) { 
     5168        print STDERR localtime() . " [+] base64_equals_padding() msg len: " . 
     5169            length($msg) . "\n"; 
     5170    } 
     5171 
    51675172    ### base64 encoding pads encoded data to a multiple of four 
    51685173    ### with '=' chars, but the fwknop client strips these out