OnPacketArrival RawCapture reference
Brought to you by:
chrismorgan,
tamirgal
I have an event handler for the OnPacketArrival event and it works the first time but on subsequent firings gives me the first packet that ever arrived. verified with wireshark that new unique packets are arriving. The class in packet propery for the CapturedEventArgs is RawCapture and that is the one whose reference is being reused in subsequent event firings.
Using version 4.0 currently.
Going bac
Anonymous