Difference between revisions of "Development:Network:process combat"
From Ghoulwiki
Ghoulsblade (talk | contribs) |
Ghoulsblade (talk | contribs) |
||
| Line 1: | Line 1: | ||
== example packetlog : cycling nav targets == | == example packetlog : cycling nav targets == | ||
| + | === wireshark : cycling nav target === | ||
| + | <pre> | ||
| + | char peer0_0[] = { | ||
| + | 0x00, 0x00, 0x00, 0x14, 0x01, 0x00, 0xb2, 0x1a }; | ||
| + | char peer0_1[] = { | ||
| + | 0x16, 0x00, 0x00, 0xa5, 0x78, 0x28, 0xdd, 0x34, | ||
| + | 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, | ||
| + | 0xbd, 0xbc, 0x00, 0x7e }; | ||
| + | </pre> | ||
| + | |||
| + | === proxy : cycling nav target === | ||
<pre> | <pre> | ||
// a packet like this each time a nav target is selected by pressing n, here atlantis | // a packet like this each time a nav target is selected by pressing n, here atlantis | ||
TCP(6777,'vega'):Recv(Data(28,{0x00,0x00,0x00,0x14,0x01,0x00,0x00,0x00,0x16,0x00,0x01,0xDD,0x77,0x48,0x75,0x43,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0xBD,0xBC,0x01,0xB0},"????????????wHuC????????????")) | TCP(6777,'vega'):Recv(Data(28,{0x00,0x00,0x00,0x14,0x01,0x00,0x00,0x00,0x16,0x00,0x01,0xDD,0x77,0x48,0x75,0x43,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0xBD,0xBC,0x01,0xB0},"????????????wHuC????????????")) | ||
</pre> | </pre> | ||
Revision as of 17:13, 17 June 2012
char peer0_0[] = {
0x00, 0x00, 0x00, 0x14, 0x01, 0x00, 0xb2, 0x1a };
char peer0_1[] = {
0x16, 0x00, 0x00, 0xa5, 0x78, 0x28, 0xdd, 0x34,
0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00,
0xbd, 0xbc, 0x00, 0x7e };
// a packet like this each time a nav target is selected by pressing n, here atlantis
TCP(6777,'vega'):Recv(Data(28,{0x00,0x00,0x00,0x14,0x01,0x00,0x00,0x00,0x16,0x00,0x01,0xDD,0x77,0x48,0x75,0x43,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0xBD,0xBC,0x01,0xB0},"????????????wHuC????????????"))