Changeset 1214
- Timestamp:
- 08/16/08 15:16:33 (4 months ago)
- Files:
-
- fwknop/trunk/test/fwknop_test.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/test/fwknop_test.pl
r1211 r1214 2405 2405 or die "[*] Could not open $current_test_file: $!"; 2406 2406 while (<SE>) { 2407 if (/\[\-\]\s+Key\s+mis\-?match/i) { 2408 ### [-] Key mis-match or broken message checksum for SOURCE \ 2409 ### ANY (# 1 in access.conf) 2407 if (/Premature\s+padding/i) { 2410 2408 $found_err = 1; 2411 2409 last; 2412 } elsif (/\[\-\]\s+Decrypted.*not\s+conform/i) { 2413 ### [-] Decrypted message does not conform to a valid SPA packet 2410 } elsif (/Premature\s+end/i) { 2414 2411 $found_err = 1; 2415 2412 last;
