Matthias Behr

Results 87 comments of Matthias Behr

so if you use "1.8.0" it will be "ObisIdentifier:255-255:1.8.0*255" whereas your meter returns "ObisIdentifier:1-0:1.8.0*255" If you use "counter" it's "ObisIdentifier:1-0:1.8.255*255" ...

I could add a logic that identifiers can be specified e.g. as "counter*" or "1.8.0*" (or * in front) and then wildcard comparison is enabled for that one. Opinions? @r00t-...

I wonder whether its due to some macOS security settings. The code triggering that message is ``` if (!fileExists(_sharkdPath)) { ... ``` with ``` export function fileExists(filePath: string) { try...

But I see this little '*' behind the ``` rwxr-xr-x 1 aronkertesz admin 225456 Jul 27 20:50 sharkd* ``` could this indicate that the file is e.g. in quarantine? E.g....

so you're using "Remote-SSH: connect to host..."? Uhm. I never tried that. Will need to think about how/whether this can work.

For the local folder: do you got any idea why it does not work? Can you check the logs from "Help -> Toggle Developer Tools -> Console"?

by default the same settings as Wireshark gui should be used already. Do you have a "hosts" file in your "personal config dir"? You can use ``` tshark -G folders...

Good :-) I'll add a note to docs/readme and close then.

any update here? Imho those improvements would be quite useful.