Re: [Tutor] Network Sniffing on Windows with Python 3.6

2017-04-07 Thread George Fischhof
2017-04-07 7:07 GMT+02:00 Some Developer : > Hi, > > This is more a query about where to look for information rather than > asking for specific code. > > There is a game that passes data over the network and I want to sniff the > network protocol used by the game to

Re: [Tutor] Network Sniffing on Windows with Python 3.6

2017-04-07 Thread Alan Gauld via Tutor
On 07/04/17 06:07, Some Developer wrote: > How would I go about writing a Python 3.6 script for Windows that would > sniff the network traffic and take the individual packets and then > reassemble them into something that is useful data? That is definitely possible using Python although it is

[Tutor] Network Sniffing on Windows with Python 3.6

2017-04-06 Thread Some Developer
Hi, This is more a query about where to look for information rather than asking for specific code. There is a game that passes data over the network and I want to sniff the network protocol used by the game to pass data between the client and the server (before anyone asks no I am not