D
D
Dmitry2019-03-07 21:40:28
C++ / C#
Dmitry, 2019-03-07 21:40:28

How to get and parse a copy of network packets received by a network game?

There is a network game. It receives data packets from the server about any events occurring in it. How can you get copies of these packages in your program and execute different methods, depending on what event is happening in the game? How to implement this and is it possible to do this on sharps at all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2019-03-07
@CantPickNickname

If the game uses encryption of transmitted data, then no, you can't.
If the data is transmitted in cleartext, then you can, look towards .net implementations of Pcap (examples of libraries can be seen at the bottom of the article)

P
Papayaved, 2019-03-14
@Papayaved

Protso can be viewed using Wireshark, which is based on Pcap

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question