Tool to analyze how Bukkit/Minecraft interacts with mojang? (Verbose)

Discussion in 'Bukkit Tools' started by zeeveener, Sep 19, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    zeeveener

    I am looking for a method to watch how the minecraft client and/or server and/or bukkit interact with the internet. I thought I saw something not too long ago that was some sort of proxy, but I can't remember the name or what to slap into Google to find it lol.

    If anyone has any advice on how to do this, that would be great!
     
  2. Offline

    md_5

    All that it interacts with besides your clients is:
    a) Sends a check to session.minecraft.net on online mode servers each time someone connects
    b) If set on server.properties sends usage stats to snoop.minecraft.net

    Check the source code to see what stats are sent.
     
  3. Offline

    PhonicUK

    Wireshark
     
    Super Jamie and MikeA like this.
  4. Offline

    klys

    What you want is a sniffer!
     
  5. Offline

    Sushi

    That's what Wireshark is.

    But you don't even need Wireshark, because everything is documented here.
     
Thread Status:
Not open for further replies.

Share This Page