Looking for best way to convey my application's IPv6 packets in real-time to Wireshark. My application does not Tx/Rx packets on a conventional network or network interface that Wireshark can easily sniff. It would for example, be great to output my packets to a UDP socket that I can tell Wireshark to listen on. I feel that so many developers must have had this need, that Wireshark includes built-in support for this in some way. asked 28 Jul '17, 17:19 mikegrobler |
One Answer:
You have two basic options:
answered 28 Jul '17, 22:38 sindy edited 28 Jul '17, 22:39 |