put back exception to hex character checking for PC29 until the full
[spider.git] / perl / DXProt.pm
index 8ca96434b1448a44f9cdfeb133025cf0247cdbcc..c5882c3660ddec7a52cc84338be0a268b8e668df 100644 (file)
@@ -159,7 +159,7 @@ sub normal
        return if $pcno < 10 || $pcno > 99;
 
        # dump bad protocol messages
-       if ($line =~ /\%[01][0-9A-F]/) {
+       if ($pcno != 29 && $line =~ /\%[01][0-9A-F]/) {
                dbg('chan', "CORRUPT protocol message - dumped");
                return;
        }