Wireshark mailing list archives

Re: Internet Protocol: Header checksum BAD:True


From: "Maynard, Chris" <Christopher.Maynard () GTECH COM>
Date: Tue, 24 Nov 2009 08:25:47 -0500

http://wiki.wireshark.org/CaptureSetup/Offloading

- Chris

 

 

From: wireshark-dev-bounces () wireshark org
[mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Rach, Darshan
Sent: Tuesday, November 24, 2009 8:16 AM
To: wireshark-dev () wireshark org
Subject: [Wireshark-dev] Internet Protocol: Header checksum BAD:True

 

Hi,

 

I have developed a C# application like this.

 

public static void Main()

{

UdpClient sock = new UdpClient();

      IPEndPoint iep = new IPEndPoint(IPAddress.Parse("10.201.234.112"),
32773);

      int discarded;

      byte[] data =
HexEncoding.GetBytes("000300250000feca676574766f642e636f6de7424d5f313631
3100000e10001505424d5f313631315f776974685f747261696c6f7200000edf090edc05
5468657265206172652074776f20726561736f6e7320666f722069742e20536865206c65
6674204d756d62616920616e642053616c6d616e204b68616e2077697468207468652070
726f6d697365207468617420686572206269727468646179207468697320796561722077
6f756c642073747269636c747920626520612066616d696c79206166666169722e204120
667269656e64206f6620746865206269727468646179206769726c20736169642c205375
70706f736520736865206d61646520616e20657863657074696f6e206a75737420626563
6175736520627564647920416b736861792077617320696e204c6f6e64", out
discarded);

      sock.Send(data, data.Length, iep);

}

 

When I send packets this way, I am getting an exception when I sniff
through Wireshark.

 

<snip>

 

Kindly let me know what might have gone wrong?

 

Regards,

Darshan

CONFIDENTIALITY NOTICE: The contents of this email are confidential
and for the exclusive use of the intended recipient. If you receive this
email in error, please delete it from your system immediately and 
notify us either by email, telephone or fax. You should not copy,
forward, or otherwise disclose the content of the email.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: