Add experimental decompression support.

This commit is contained in:
KimLS
2024-10-17 22:53:33 -07:00
parent d3cd037fa7
commit 999ccdcb19
3 changed files with 89 additions and 13 deletions
@@ -2,8 +2,8 @@
"profiles": {
"stream_parser": {
"commandName": "Project",
"commandLineArgs": "--input input/cap_login_to_zone_10_16_2024.pcap --output output_test/ --text --decrypt",
"commandLineArgs": "--input input/cap_login_to_zone_10_16_2024.pcap --output output_test/ --text --decrypt --decompress 16742 168 30346",
"workingDirectory": "E:\\Projects\\stream_parser\\stream_parser\\bin\\Debug\\net6.0\\"
}
}
}
}