Sigtran / CC_GW_Parser

Carves out Castle Clash GW data out of wireshark pcap.
GNU General Public License v3.0
0 stars 0 forks source link

Example #2

Closed asimaranov closed 6 years ago

asimaranov commented 6 years ago

I'm getting packet like this: dumppng Guildmember's names are filled. And a can't get data from it. Result is 'not found' for each member

Sigtran commented 6 years ago

Try this.. 'Save the capture as plain text (Wireshark --> File --> Export Packet Dissections --> As Plain Text)'

asimaranov commented 6 years ago

It didn't help. It look like this in notepad++ image It should be?

Sigtran commented 6 years ago

nope. it should not. you should see it as plain text. tho i see you have unicode (Russian) names.. maybe that messes up the whole thing. attach a sample pcap if you want (full pcap, no plain text please), ill have a look later. You can talk to me on line if you want. Add Sigtran

asimaranov commented 6 years ago

I updated my wireshark, and it started to work. But is there way to get scores from raw data?

Sigtran commented 6 years ago

what do you mean by raw data? pcap is the raw data, i just did it in a very lazy way to suit my needs. data extraction can be done in many different ways of course.