Add my stream parser to utils, simple probably could use some work.

This commit is contained in:
KimLS
2024-10-16 23:04:10 -07:00
parent ae198ae043
commit 534de0c414
14 changed files with 1834 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"profiles": {
"stream_parser": {
"commandName": "Project",
"commandLineArgs": "--input input/test.pcap --csv --text --decrypt",
"workingDirectory": "E:\\Projects\\stream_parser\\stream_parser\\bin\\Debug\\net5.0"
}
}
}