hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

Include pcap header linktype in error #69

Closed josephshanak closed 1 year ago

josephshanak commented 2 years ago

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.