You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that it does, but not in the way you show it. pcap does not create a separate tx and rx channel (perhaps there is one within libpcap though, but that's out of scope of this crate. Rather, you create a single Capture, you pick up packets with next, and send packets with sendpacket.
I will close this issue to prevent accumulating stale issues, but do not hesitation to reopen if this does not answer your question!
I don’t know the actual operation of npcap or libpcap
If it is supported, I hope the API can operate like this:
The text was updated successfully, but these errors were encountered: