This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
matejdro's profile picture

Packet Analyzer

Started by matejdro, 02 November 2012 - 09:41 AM
matejdro #1
Posted 02 November 2012 - 10:41 AM
Is there something like packet analyzer for minecraft that would tell me which packets are used most?

On our server we have occasional problems where people (especially ones with bad internet connection) are getting randomly disconnected, sometimes very frequently. Vanilla server works fine, so it's not the connection itself.

Now we would like to figure out, which packet is causing most issues, so we can pinpoint which mod causes those issues.
1lann #2
Posted 03 November 2012 - 02:13 AM
Try asking on bukkit forums?
matejdro #3
Posted 03 November 2012 - 02:33 AM
Its vanilla server, it have nothing to do with bukkit.
Orwell #4
Posted 04 November 2012 - 04:56 PM
If you're willing to read about this stuff, this could be worth a try:
read up on Wireshark (download it here) and check this plugin for it: http://www.highprogrammer.com/alan/games/video/minecraft/minecraft-dissector.html

It hasn't been updated for 2 years, so it's likely to be totally useless by know. But depending on the information you're seeking for, it could still be worth a shot.
matejdro #5
Posted 04 November 2012 - 09:59 PM
I have found little mod called McPacketSniffer: https://github.com/bencvt/McPacketSniffer. It's interesting.