[Mono-bugs] [Bug 59320][Maj] Changed - UDP Packet contains false data
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 10:30:46 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59320
--- shadow/59320 2004-05-30 15:07:06.000000000 -0400
+++ shadow/59320.tmp.29180 2004-06-09 10:30:46.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 59320
Product: Mono: Class Libraries
Version: unspecified
OS: Debian Woody
OS Details: Bug also appears with Windows (XP in my case)
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: hawke@deltacity.org
@@ -87,6 +87,58 @@
Dim Header As String = Chr(255) & Chr(255) & Chr(255) &
Chr(255) & Chr(2)
Anyway, the bug persists.
+
+------- Additional Comments From dick@ximian.com 2004-06-09 10:30 -------
+
+I get the following packets (after making the test case compile with
+the vbc from the sdk):
+
+On w2k, with the windows 1.1 runtime:
+
+14:57:32.081670 192.168.59.2.1405 > 192.168.59.1.12005: udp 57 (ttl
+128, id 28659, len 85)
+0x0000 4500 0055 6ff3 0000 8011 d350 c0a8 3b02 E..Uo......P..;.
+0x0010 c0a8 3b01 057d 2ee5 0041 0d48 ffff ffff ..;..}...A.H....
+0x0020 0272 636f 6e20 5057 4420 7361 7920 2254 .rcon.PWD.say."T
+0x0030 6578 7420 746f 2061 7070 6561 7220 696e ext.to.appear.in
+0x0040 2069 6e2d 6761 6d65 2063 6f6e 736f 6c65 .in-game.console
+0x0050 2e2e ..
+
+
+On w2k, with the mono beta2 runtime:
+
+14:57:44.600786 192.168.59.2.1422 > 192.168.59.1.12005: udp 57 (ttl
+128, id 28712, len 85)
+0x0000 4500 0055 7028 0000 8011 d31b c0a8 3b02 E..Up(........;.
+0x0010 c0a8 3b01 058e 2ee5 0041 0d37 ffff ffff ..;......A.7....
+0x0020 0272 636f 6e20 5057 4420 7361 7920 2254 .rcon.PWD.say."T
+0x0030 6578 7420 746f 2061 7070 6561 7220 696e ext.to.appear.in
+0x0040 2069 6e2d 6761 6d65 2063 6f6e 736f 6c65 .in-game.console
+0x0050 2e2e ..
+
+
+
+On Linux, with mono current CVS:
+
+14:58:37.527342 194.168.151.161.38448 > 192.168.59.127.12005: udp 57
+(DF) (ttl 64, id 38852, len 85)
+0x0000 4500 0055 97c4 4000 4011 4c62 c2a8 97a1 E..U..@.@.Lb....
+0x0010 c0a8 3b7f 9630 2ee5 0041 1d77 ffff ffff ..;..0...A.w....
+0x0020 0272 636f 6e20 5057 4420 7361 7920 2254 .rcon.PWD.say."T
+0x0030 6578 7420 746f 2061 7070 6561 7220 696e ext.to.appear.in
+0x0040 2069 6e2d 6761 6d65 2063 6f6e 736f 6c65 .in-game.console
+0x0050 2e2e ..
+
+
+
+
+Hopefully bugzilla won't mangle that too badly to be legible.
+
+That appears to be working, according to your description.
+
+
+
+