Pipe with comments
I am currently piping CAN traffic to wireshark via python on windows as documented in "way 3" in this article https://wiki.wireshark.org/CaptureSetup/Pipes
I would like to add comments (like one might have in a pcapng file) to certain packets programatically. Is this possible, and if so is there some direction as to how? Googling it has left me a bit confused.