Program to Detect Games Over Network

  • Thread starter Thread starter Flying Penguin
  • Start date Start date
  • Tags Tags
    App
AI Thread Summary
Detecting games running over a network can be challenging and largely depends on the specific game and the ports it utilizes. Firewalls can block certain ports, complicating detection efforts, especially if a game operates on common ports like port 80 (HTTP). To identify active games, one effective method is to run a server for the game, which can provide insights into the number of active sessions. Additionally, using packet sniffing tools can help monitor network traffic and identify the protocols used by specific games. In a switched network environment, a port monitor may be necessary, and setting the network interface card (NIC) to promiscuous mode can facilitate the sniffing process. Overall, understanding the network setup and the specific game protocols is crucial for successful detection.
Flying Penguin
Messages
22
Reaction score
0
Is there a program that can detect games running over a network? Kind of like the "Find LAN games" option you'll find in a network game, only to find any games at all?
 
Computer science news on Phys.org
It depends on the game and what port it uses. Any decent firewall can block ports, but you need to find out which ports the game is using. If the game uses port 80 (HTTP) or any other common port then your out of luck.

Here is a list to start off with:

http://www.portforward.com/cports.htm
 
i think the only way to know how many games are running over a network would be if you were the server are apart of the network- say you wanted to make your computer a server for a game network, the software you would be given to make your computer the server would be able to tell you how many games were running on your server- i know a little about how this works maybe you could specify the game and why..
 
You could use a sniffer and look for the protocol that any specified game was using on the LAN.

If the LAN is a switched environment (layer 2 switching) then you would have to use a port monitor on one interface on the switch, and set you NIC to promisceous mode. If the LAN is 1 brodcast domain then you just need to se your NIC to promisceous mode and start sniffing :-)
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top