checking thing is written
+02Aug00=======================================================================
+1. put back hex check exception for PC29
01Aug00=======================================================================
1. made the export and import ascii system work finally. The user_asc file
generated (automatically and 0000Z Sunday morning) is autoloading. Just
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;
}