I write a code in C# to add MAC header in front of payload and send raw crafted Ethernet Packet by SharpPcap. I can catch the packet from sender by wireshark, but I cannot receive anything in the receiver end. I find the packet length in the send part is 1514. Does it means the FCS error lead all my sent packet are drop by receiver? Does SharpPcap provide any API to create CRC32?
Asked
Active
Viewed 337 times
1
-
it's embarrassing but I have to admit that receiver side have some Intel security client which I haven't notice before... This is firewall things, not sharppcap or packet.net – Decula Jun 26 '12 at 19:09
-
NIC will process FCS thing automatically, but sometimes wireshark will show ethernet FCS incorrect which lead me to wrong path – Decula Jun 26 '12 at 19:11