PCredz
PCredz copied to clipboard
fixing a unicode decoding error I encountered.
I was analyzing some traffic I captured and it kept crashing on one particular file.
The python traceback showed me what was happening.
I just wrapped the decode in a try block.
The pcap in question did have mssql traffic.
This lets me at least capture that something went wrong and shows the data in case I can tease something out of it visually.