Make a tcp packet
I'm using sharppcap to do some sniffing, and filtering packet, but I need to create a packet and send it using PcapSendPacket()
with a byte array or a packet, what is best? and how can I do it?
I'm using sharppcap to do some sniffing, and filtering packet, but I need to create a packet and send it using PcapSendPacket()
with a byte array or a packet, what is best? and how can I do it?