I have installed wireshark and there is a terminal Tshark exe, there.
How do i manage, when the powershell opens the t-shark terminal, that i received the datas by echo or piping into the matrix?
“cd C:\Programme\Wireshark;”
i tried it with uiimport () but it does not want to open it. because it is a csv with UTF-8 or something else it has minus numbers uint8. Its a little wired what Tshark gives me out, when i look with Editor.
Output:
-w <outfile|-> write packets to a pcapng-format file named "outfile"
(or '-' for stdout). If the output filename has the
.gz extension, it will be compressed to a gzip archive
if you want a csv just redirect tshark’s output with “>” (“start” options have also to be tweaked a little bit, as well as tshark options, e.g. “duration”):