You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you have the tls report being served by an IPv6 server, then the following lines don't work:
elsif($nip = inet_pton(AF_INET6, $ip)) {
$ipval = $dbx{to_hex_string}{$nip}; <== this one
$iptype = "ip6";
}
I'm not a Perl developer at all, but should it be parenthesis instead of brackets around $nip ?
The error message that is sent is the following:
Not a HASH reference at /root/Open-Report-Parser/report-parser.pl line 1651.
To Reproduce
See above
Expected behavior
This should just work out of the box
Screenshots
Software Version
[X] Version 0 Alpha 5
[] Version 0 Alpha 4
[] Version 0 Alpha 3
[] Version 0 Alpha 2
Server (please complete the following information):
Ubuntu LTS 20.04
Perl Version 5.34.0
MariaDB 10.6.16
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have the tls report being served by an IPv6 server, then the following lines don't work:
elsif($nip = inet_pton(AF_INET6, $ip)) {
$ipval = $dbx{to_hex_string}{$nip}; <== this one
$iptype = "ip6";
}
I'm not a Perl developer at all, but should it be parenthesis instead of brackets around $nip ?
The error message that is sent is the following:
Not a HASH reference at /root/Open-Report-Parser/report-parser.pl line 1651.
To Reproduce
See above
Expected behavior
This should just work out of the box
Screenshots
Software Version
[X] Version 0 Alpha 5
[] Version 0 Alpha 4
[] Version 0 Alpha 3
[] Version 0 Alpha 2
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: