i want to redirect some packets to another interface so i have to capture then discard it using the first interface and resend it to another one
im using this event to capture the packet
Device.OnPacketArrival += new SharpPcap.PacketArrivalEventHandler(device_OnPacketArrival);
is there any method can help me discarding packets