hashcat-utils
hashcat-utils copied to clipboard
Include pcap header linktype in error
I updated the error message displayed when the PCAP header has an unsupported link type.
Previously it would print something like:
./test2.pcap: Unsupported linktype detected
Now it prints something like
./test2.pcap: Unsupported linktype detected 113
This makes it easier to troubleshoot.