зеркало из https://github.com/mono/mail-archives.git
136 строки
5.1 KiB
HTML
136 строки
5.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 59320][Maj] Changed - UDP Packet contains false data
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="017096.html">
|
|
<LINK REL="Next" HREF="017098.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 59320][Maj] Changed - UDP Packet contains false data
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 59320][Maj] Changed - UDP Packet contains false data">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed, 9 Jun 2004 10:30:46 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="017096.html">[Mono-bugs] [Bug 58707][Maj] Changed - Exception when trying to AppDomain.Unload()
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017098.html">[Mono-bugs] [Bug 59320][Maj] Changed - UDP Packet contains false data
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17097">[ date ]</a>
|
|
<a href="thread.html#17097">[ thread ]</a>
|
|
<a href="subject.html#17097">[ subject ]</a>
|
|
<a href="author.html#17097">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:dick@ximian.com.">dick@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59320">http://bugzilla.ximian.com/show_bug.cgi?id=59320</A>
|
|
|
|
--- 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: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:hawke@deltacity.org">hawke@deltacity.org</A>
|
|
@@ -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 <A HREF="mailto:dick@ximian.com">dick@ximian.com</A> 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 <A HREF="mailto:E..U..@.">E..U..@.</A>@.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.
|
|
+
|
|
+
|
|
+
|
|
+
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="017096.html">[Mono-bugs] [Bug 58707][Maj] Changed - Exception when trying to AppDomain.Unload()
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017098.html">[Mono-bugs] [Bug 59320][Maj] Changed - UDP Packet contains false data
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17097">[ date ]</a>
|
|
<a href="thread.html#17097">[ thread ]</a>
|
|
<a href="subject.html#17097">[ subject ]</a>
|
|
<a href="author.html#17097">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|