Рейтинг темы:
  • 2 Голос(ов) - 3 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Piercing Shark - сниффер пакетов
#41
Plz attache .psb file
Ответ
#42
link psb:https://www.sendspace.com/file/4cwcg6
Ответ
#43
agdamian, WinPcap refresh.
Разработка Emu: PiercingBlow 90%, APB Reloaded 100%.
Самый действенный инструмент для самообучения - грабли.
Ответ
#44
@PROGRAMMATOR, can you update #1 post please, because most of the image not showing when spoiler open or add it as attachment i think is a better option
Ответ
#45
just_me, And how is it now?
Ответ
#46
still the same, not showing image but its ok, I can understand some of what you describe there

this is a noob question :lick:
i'm trying to get opcode 527 structure (GAME VER : 1.15.42.171031006)

Код:
totalCount=Struct.AddInt("TotalCount");
Struct.AddInt("unk");
Struct.AddInt("unk1");

for  ( i =  0 ; i < 741 ; i ++ )
{
   shopId= Struct.AddInt("shopId "+i);
  itemId=  Struct.AddInt("itemId");
   quantity= Struct.AddInt("quantity");
}

i try to put this to loop
Код:
Struct.Write("527.txt", itemId);
but it write item id only(obviously Tongue)

the question is how can i get all of the value(shopId, itemId, quantity) and write it into a single text file ? i mean like this

Код:
shopId=123, itemId=456, quantity=1

totalCount is reading 13000++ id and if i put max value>741 in loop it throw an exception, does loop have a limit in this case?
Ответ
#47
[SRC="csharp"]Struct.Write("Goods.txt", "goodsId="+goodsId+", itemId="+itemId+", quantity="+quantity);[/SRC]
Ответ
#48
PROGRAMMATOR Написал:[SRC="csharp"]Struct.Write("Goods.txt", "goodsId="+goodsId+", itemId="+itemId+", quantity="+quantity);[/SRC]

dang ! never thought about it :banan:

just_me Написал:totalCount is reading 13000++ id and if i put max value>741 in loop it throw an exception, does loop have a limit in this case?

ahhh... i feel like an idiot answering my own question
but i got it, 741 is the limit (unk value), i just put it here in case someone else getting confused just like i do Big Grin
Ответ
#49
is this a bug or something wrong with my connection ? because when i enter channel it stops logging inbound packets, PS: no packet ignored
it just happened today , GAME VER : 1.15.42.171114007

[Изображение: xeu9uWC.png]

here's some screenshot from the other day when it logging
[Изображение: vBv20q6.png]
Ответ
#50
Sometimes i noticed it, but i did not find out the principle of it.
Ответ


Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)