fgsect / scat

SCAT: Signaling Collection and Analysis Tool
GNU General Public License v2.0
346 stars 93 forks source link

Scat can't parse DLF dumps #70

Closed handymenny closed 1 year ago

handymenny commented 1 year ago

I realised that scat can no longer decode my dlf dumps. I think the issue are these two pull requests: https://github.com/fgsect/scat/pull/62 https://github.com/fgsect/scat/pull/63

Replacing this line: https://github.com/fgsect/scat/blob/4ebb656d09d4409555a19c64e1922f4ab559d04c/parsers/qualcomm/qualcommparser.py#L315 with:

pkt = b'\x10\x00' + pkt[0:2] + pkt

fixes this issue