PCredz icon indicating copy to clipboard operation
PCredz copied to clipboard

fixing a unicode decoding error I encountered.

Open ShyftXero opened this issue 3 years ago • 0 comments

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.

ShyftXero avatar Sep 28 '21 18:09 ShyftXero