How can I get master version and version from Wireshark?

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

stoner
Noob
Noob
Posts: 6
Joined: 29 Jun 2012, 18:25
Noob?: Yes

How can I get master version and version from Wireshark?

#1 Post by stoner »

I cannot used WPE Pro and Grftool to find Server Information so I try Wireshark .. then I got this from Capture/Follow TCP Stream.

Is it posible converting hex to dec and get master version and version from this code?

Code: Select all

00000000  69 00 4f 00 d2 74 c1 7e  2e 9d 1e 00 aa 52 8e 20 i.O..t.~ .....R. 
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 ........ ........
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 01 73 ........ .......s
00000030  b2 3f c1 e9 17 52 61 67  4a 75 74 69 00 00 00 00 .?...Rag .exe....
00000040  00 00 00 00 00 00 00 00  00 58 01 00 00 01 00    ........ .X.....
Long time ago Openkore had "Openkore Calculator" on this URL : http://www.openkore.com/calculator.php
to get "Version" Calculation still working?

I don't know how to convert hex to dec so I try http://www.binaryhexconverter.com/hex-t ... -converter but answer not valid. Is it possible "B3 66 01 00 = 91827"? .. What formula?
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: How can I get master version and version from Wireshark?

#2 Post by SkylorD »

Where is your login and your password ?
You got the wrong "data box".

You need take on login's hour.
Learn rules
stoner
Noob
Noob
Posts: 6
Joined: 29 Jun 2012, 18:25
Noob?: Yes

Re: How can I get master version and version from Wireshark?

#3 Post by stoner »

Filter can't find it.. I try many time. What should I do?

I tried http://www.openkore.com/index.php/Connectivity_Guide
and when I type on filter "eth contains myusername" program can't find any thing.

also When I Open WPE my "ROserv.exe" alway close automatic.

another way to get it?
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: How can I get master version and version from Wireshark?

#4 Post by SkylorD »

With GRF Tools. Find him.

Small Tutorial :

Code: Select all

1) Open GRF Tools and click in "Open File" and open the .grf file from your server
2) Now, on the "browser", search for "clientinfo.xml" and extract for any place of your PC
3) Now, open him with Notepad and look the "syntax" :

address = address from your server
port = port from your server
version = version from your server
langtype  = master_version from your server

Warning : If you search for "clientinfo" and inside him appears something like that: ◄çòW♠Û

Some data confusing, sure, it is encrypted.
I don't have found wiki tutorial '-'
Learn rules
stoner
Noob
Noob
Posts: 6
Joined: 29 Jun 2012, 18:25
Noob?: Yes

Re: How can I get master version and version from Wireshark?

#5 Post by stoner »

From clientinfo.xml

Code: Select all

<?xml version="1.0" encoding="windows-874" ?>
<clientinfo>	
	<servicetype>xxx</servicetype>
	<servertype>sakray</servertype>
	<extendedslot></extendedslot>
	</connection>
		</connection>
		<connection>
		<display>www.xxx.com</display>
		<desc>None</desc>
		<address>www.xxx.com</address>
		<port>6900</port>
		<version>1024</version>
		<langtype>5</langtype>
		<registrationweb></registrationweb>
		<aid>
			<admin>2000001</admin>
			<admin>2000002</admin>
			<admin>2000003</admin>
			<admin>2000004</admin>
		</aid>
	</connection>
</clientinfo>
and then I put information into Openkore/tables/server.txt

Code: Select all

Connecting to SirensServer (host x.x.x.x port xxxx)
Connecting to Account Server...
Connecting (x.x.x.x:6900)... connected
Secure Login...
Sending encoded password...
Disconnecting (x.x.x.x:6900)...disconnected
Connect failed, something is wrong with the login settings:
version: 1024
master_version: 5
serverType: xxx
Relogging in 30 seconds...
What's wrong with that error? Server shield detect or I found wrong clientinfo.xml.
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: How can I get master version and version from Wireshark?

#6 Post by SkylorD »

Code: Select all

serverType xxx
xxx ? it's wrong. (:

You used the PEViewer to know the correct serverType ?
Other thing :

Code: Select all

version 1024
This number is in hexadecimal. Convert to decimal.

Let's go. Stay well (:
Learn rules
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: How can I get master version and version from Wireshark?

#7 Post by EternalHarvest »

SkylorD wrote:

Code: Select all

version 1024
This number is in hexadecimal. Convert to decimal.
Usually there's no hexadecimal numbers in clientinfo.xml (and that's easily guessed by looking on port).
stoner
Noob
Noob
Posts: 6
Joined: 29 Jun 2012, 18:25
Noob?: Yes

Re: How can I get master version and version from Wireshark?

#8 Post by stoner »

SkylorD wrote:

Code: Select all

serverType xxx
xxx ? it's wrong. (:

You used the PEViewer to know the correct serverType ?
Other thing :

Code: Select all

version 1024
This number is in hexadecimal. Convert to decimal.

Let's go. Stay well (:
"xxx" = hide information
version 1024 Convert to decimal = 4132 also connect failed ..
EternalHarvest wrote:
SkylorD wrote:

Code: Select all

version 1024
This number is in hexadecimal. Convert to decimal.
Usually there's no hexadecimal numbers in clientinfo.xml (and that's easily guessed by looking on port).
GRF Tools and Wireshark show same result "6900". Please advise me how to get correct server port. :)
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: How can I get master version and version from Wireshark?

#9 Post by SkylorD »

Usually there's no hexadecimal numbers in clientinfo.xml (and that's easily guessed by looking on port).
I know,I was just testing you. Image

The port is correct.

Why are you hiding information?
<adress>www.xxx.com</adress>
This is not needed = /
What's wrong with that error? Server shield detect or I found wrong clientinfo.xml.
There is more than one. Grf?
More than one clientinfo.xml? I do not think;/

The server has some protection?
Learn rules
stoner
Noob
Noob
Posts: 6
Joined: 29 Jun 2012, 18:25
Noob?: Yes

Re: How can I get master version and version from Wireshark?

#10 Post by stoner »

SkylorD wrote:
Usually there's no hexadecimal numbers in clientinfo.xml (and that's easily guessed by looking on port).
I know,I was just testing you. Image

The port is correct.

Why are you hiding information?
<adress>www.xxx.com</adress>
This is not needed = /
What's wrong with that error? Server shield detect or I found wrong clientinfo.xml.
There is more than one. Grf?
More than one clientinfo.xml? I do not think;/

The server has some protection?
Got 2
1. ragju.grf = Private server that I asking
2. data.grf = Main Server or public server

When I open client program. It'll show this logo mean protection right?
Image