Help for this page
# Above this are DB queries to OpenAanval # idsMain.event.eid and idsMain.event.sid correspond ... #0E XX 0A 2B 06 01 XX 01 02 02 01 10 03 05 00 ##### XX inserted to protect the innocent
$dbh->do("use snort"); my $plh = $dbh->prepare("SELECT data_payload FROM data WHERE cid = '$e +id' AND sid = '$sid' LIMIT 1"); ... $ea = $rows[0] =~ s/([a-fA-F0-9]{2,2})/chr(hex($1))/exg; } $plh->finish;