Difference between revisions of "Wiimms mkw-ana (tool)"

From Custom Mario Kart
Jump to navigation Jump to search
(Name of comment File)
(mkw-ana v0.11)
Line 16: Line 16:
 
|-
 
|-
 
! Current Version:
 
! Current Version:
| 0.10, 2013-06-01
+
| 0.11, 2013-07-14
 
|}
 
|}
  
Line 42: Line 42:
  
 
<pre>
 
<pre>
mkw-ana v0.10 r1577 - 2013-06-01
+
mkw-ana v0.11 r1622 - 2013-07-14
 +
 
 +
- More record types are detected now, some only as unnamed hex-records.
 +
 
 +
- The 'PREFIX*' records are renamed to 'ROOM*', because they are only send in
 +
  room events. For non room events, there exists the prefix record 'GLOBAL'.
 +
 
 +
- Optimized event detection, including world wide races and battles.
 +
 
 +
- A first battle stage detection works now. Battle records are different from
 +
  racing rcords and not analysed yet.
 +
 
 +
- New command: COUNT: Count the record types. Togther with option --verbose
 +
  it shows all defined record types with short and long names.
 +
 
 +
- Event and race numbers are now incremented at begin of an event.
 +
 
 +
- Track, driver, vehicle and engine names are now available in (us)english
 +
  and german without loading a BMG text file. The default output language is
 +
  english. If option --de is set, the default output language is switched to
 +
  german. However, a loaded BMG text file may override all names.
 +
 
 +
- Bug fix: Daylight saving is now recognized.
  
  - Complete new RACE command: Print a live race table of all players with the
+
  - The checksum of each UDP packet is now checked and invalid packets are
   following infos:
+
   dropped silently. If option --checksum is set, the packets are not dropped.
    - Rank in race
+
  This makes only sense for hex dumps. If option --checksum is set twice, the
    - Position on map
+
  checksums are not calculated and assumed to be correct.
    - Lakitu status
 
    - Drift status
 
    - Drift counters
 
    - Friend code
 
    - Mii name
 
  
  - First cheat check: The new option --drift enables the checking of drift
+
  - Some minor printing and counting bugs fixed.
  stages (drift,blue,yellow). For command LOG and RACE it is always enabled.
 
  *** This cheat check is EXPERIMENTAL! ***
 
  
  - Option --delta works now nibble based instead of byte based.
+
  - Windows only: Cygwin update to v1.7.20 2013-06-07.
  
  - Several small improvements.
+
  - Windows only: The needed Cygwin DLL files are now delivered too.
 
</pre>
 
</pre>
  
 
;Old change log:
 
;Old change log:
 
<spoiler><pre>
 
<spoiler><pre>
mkw-ana v0.07 r1475 - 2013-02-24
 
 
- New user interface with an extended and command dependent built-in help.
 
  Command only allow options with impact to the command.
 
  Try "mkw-ana HELP", "mkw-ana HELP command" or "mkw-ana HELP OPTIONS".
 
- Command LOG and md/php export: Show driver and vehicle for each player,
 
  if a BMG with names is loaded.
 
 
 
 
mkw-ana v0.08 r1509 - 2013-03-14
 
mkw-ana v0.08 r1509 - 2013-03-14
 
  - Detection of different network packet types:
 
  - Detection of different network packet types:
Line 103: Line 109:
 
   presentaion as part of the hex dumps.
 
   presentaion as part of the hex dumps.
 
  - Some minor bugs fixed.
 
  - Some minor bugs fixed.
 +
 +
mkw-ana v0.10 r1577 - 2013-06-01
 +
- Complete new RACE command: Print a live race table of all players with the
 +
  following infos:
 +
    - Rank in race
 +
    - Position on map
 +
    - Lakitu status
 +
    - Drift status
 +
    - Drift counters
 +
    - Friend code
 +
    - Mii name
 +
- First cheat check: The new option --drift enables the checking of drift
 +
  stages (drift,blue,yellow). For command LOG and RACE it is always enabled.
 +
  *** This cheat check is EXPERIMENTAL! ***
 +
- Option --delta works now nibble based instead of byte based.
 +
- Several small improvements.
 
</pre></spoiler>
 
</pre></spoiler>
  
Line 111: Line 133:
 
<spoiler><pre>
 
<spoiler><pre>
  
mkw-ana v0.10/x86_64 r1577 -- Dirk Clemens -- 2013-06-01
+
mkw-ana v0.11/x86_64 r1622 -- Dirk Clemens -- 2013-07-14
 
--------------------------------------------------------
 
--------------------------------------------------------
  
Line 150: Line 172:
 
   USERS    | U  : List all users.
 
   USERS    | U  : List all users.
 
   RECORDS  | R  : Print all record names.
 
   RECORDS  | R  : Print all record names.
 +
  COUNT    | CNT : Count the record types.
 
   STAGES    | S  : Print all stages.
 
   STAGES    | S  : Print all stages.
 
   LOG      | L  : Print all stages including tables.
 
   LOG      | L  : Print all stages including tables.
Line 181: Line 204:
 
                     command. All other options fire an syntax error. But if
 
                     command. All other options fire an syntax error. But if
 
                     --allow-all is set, all commands accept all options.
 
                     --allow-all is set, all commands accept all options.
 +
    --de            Use german names.
 
     --old          Use old implementation if available. All previous --new
 
     --old          Use old implementation if available. All previous --new
 
                     are canceled.
 
                     are canceled.
Line 205: Line 229:
 
     --combine      Logical combine network dumps to one single dump before
 
     --combine      Logical combine network dumps to one single dump before
 
                     executing options --skip and --term.
 
                     executing options --skip and --term.
 +
    --checksum      Normally, UDP packets with wrong checksums are dropped. If
 +
                    --checksum set, the checksums are calculated, but no
 +
                    pakcet is dropped. Some dumps will print a status info. If
 +
                    set twice, checksums are never calculated and assumed to
 +
                    be correct. --csum is a short cut.
 
   -f --follow        Don't close the last input dump on reaching end of file.
 
   -f --follow        Don't close the last input dump on reaching end of file.
 
                     Instead wait for appended data. This works like the unix
 
                     Instead wait for appended data. This works like the unix
Line 325: Line 354:
 
     --mii dir      Extract Miis to the already existing directory 'dir'.
 
     --mii dir      Extract Miis to the already existing directory 'dir'.
 
                     Existing Mii files will be overwritten.
 
                     Existing Mii files will be overwritten.
 
 
</pre></spoiler>
 
</pre></spoiler>
  
Line 366: Line 394:
 
** Linux i386
 
** Linux i386
 
** Linux x86_64
 
** Linux x86_64
** Cygwin/Windows (A Cygwin system<ref>[http://cygwin.com/ Cygwin], a Linux like environment for Windows.</ref> must be installed).
+
** Cygwin/Windows (Needed Cygwin<ref>[http://cygwin.com/ Cygwin], a Linux like environment for Windows.</ref> DLL files are delivered. Best is to install a Cygwin system).
 
* Some scripts as examples.
 
* Some scripts as examples.
 
* Some BMG text examples.
 
* Some BMG text examples.

Revision as of 16:26, 14 July 2013

Wiimms mkw-ana
File:Wiimms-SZS-Tools.png
Author: Wiimm
Operating Systems: Linux (i386,x86_64),
Windows (cygwin).
Software Type: Mario Kart Wii network analyzer
File Formats: PCAP 2.4 (tcpdump), BMG (text).
Current Version: 0.11, 2013-07-14

The tools mkw-ana is a new project by Wiimm to analyze the network protocol of Mario Kart Wii.



In Progress
This article is managed by Wiimm, the developer, and will grow slowly. Feel free to edit typos and grammatical or speech issues.

Intention

In November 2012, Wiimm decided to analyze the network protocol of Mario Kart Wii. The main goal was to discover online cheaters. Another goal is to set up his own server if any time Nintendo will shut down its servers.

So the main feature is to dump the packets of a tcpdump (done by tcpdump or wireshark) in a user-friendly format. After first experiments, it becomes also a live racing statistic tool.

Terms and definition

Template:MKWii Network Terms

The Tool

Change log

mkw-ana v0.11 r1622 - 2013-07-14

 - More record types are detected now, some only as unnamed hex-records.

 - The 'PREFIX*' records are renamed to 'ROOM*', because they are only send in
   room events. For non room events, there exists the prefix record 'GLOBAL'.

 - Optimized event detection, including world wide races and battles.

 - A first battle stage detection works now. Battle records are different from
   racing rcords and not analysed yet.

 - New command: COUNT: Count the record types. Togther with option --verbose
   it shows all defined record types with short and long names.

 - Event and race numbers are now incremented at begin of an event.

 - Track, driver, vehicle and engine names are now available in (us)english
   and german without loading a BMG text file. The default output language is
   english. If option --de is set, the default output language is switched to
   german. However, a loaded BMG text file may override all names.

 - Bug fix: Daylight saving is now recognized.

 - The checksum of each UDP packet is now checked and invalid packets are
   dropped silently. If option --checksum is set, the packets are not dropped.
   This makes only sense for hex dumps. If option --checksum is set twice, the
   checksums are not calculated and assumed to be correct.

 - Some minor printing and counting bugs fixed.

 - Windows only: Cygwin update to v1.7.20 2013-06-07.

 - Windows only: The needed Cygwin DLL files are now delivered too.
Old change log

Show text


Built-in Help

Let's start with the built-in help as an overview about the tool:

Show text


General Description

The tool started as simple hex dumper reading network dumps in PCAP format. In the first phase of the tool, the textual dumps of wireshark and tcpdump were much better. But after only a few days, the tool learned to handle records, clients, users, friend codes and Miis. From this moment the tool was better to analyze the Mario Kart Wii traffic.

Now, mkw-ana split the traffic into records and scans some data to detect stages of the online meeting. Stages are for example room, prepare race, count down, racing and end of race. It is able to separate races into events (grand prix and team rand prix) and to calculate racing tables. Racing data can also be exported to support live statistics.

At the moment there are three different kinds of hexdumps. All 3 are able to dump in one line mode to have large tables. Tool less is here a very good tool for vertical and horizontal scrolling. The stages are includes into the dump as comment lines. The dumped records can be filters by sending, receiving, proxy, record types, stage types and packet length. It is also possible to select the dumped bytes by indices and ranges.

Another feature is, that mkw-ana can read comment files. If making videos of the dumped meetings, you can write such comment file. Each line starts with a timestamp followed by a comment. Virtual Dub is a good tool for this job. Then you must synchronize the comment file with the network dump. The start of the first game ("GO" in the video) is a very good point for synchronization. Here is an example of a comment file (in german):

>2012-12-05 19:10:39.745 - 12:22.792
0:00:00.000 Video Start

0:12:22.792 Rennen 1.1, GO!
0:12:54.123 Tinti wird angekündigt, T=0:31.322
0:14:17.924 Power wird angekündigt, T=1:55.120
0:15:33.633 Blitz schlägt ein, T=1:35.326
...
Notes
  • The first line is the real time of the start of the race minus the video time stamp. This is the synchronisation. An synchronisation can be done multiple times.
  • The line with video timestamp and comment follow. The focus of the comment change as the point of interest.
  • The name of the comment file must be the same as the network dump, but it must have the extension ".info" instead of ".eth".

???

Dumping Data

Options

Download

You can find the latest and some old distributions here
Content
  • Binaries for:
    • Linux i386
    • Linux x86_64
    • Cygwin/Windows (Needed Cygwin[1] DLL files are delivered. Best is to install a Cygwin system).
  • Some scripts as examples.
  • Some BMG text examples.
  • Some doc files.
Sometimes I upload single tool updates for testers
And remember
It is an alpha distribution and and only minimal support will be given at the moment.

Capture the network data

First you must capture the network traffic of the Wii. Therefore you must redirect it to a PC running a capture software. There are 3 general ways to to this:

  • If you have a manageable switch, enable port mirroring and send all Wii traffic to a PC.
  • Use your PC as router.
  • Use old network hubs (not switches). A hub will mirror all traffic of all ports to all others; it's just a multi port repeater and will slow down your network.

Use a software like tcpdump or wireshark to capture the data. Best is to save the captured data directly to a file or to send it to other commands like mkw-ana for a live analysis.

It's also possible to save the data to a file and to make a live analysis at the same time. Use the following command pipe:

tcpdump -w- -U -i eth1 host wii | tee save.dump | mkw-ana ...

It is important to filter the data by host ip_or_name, because foreign traffic interfere the wii traffic analysis and will have curious side effects.

If using wireshark, save the dump to a file and use the following command for a live analysis:

mkw-ana --follow DUMPFILE ...

Live Statistics

mkw-ana can scan the network traffic in real time and can produce makedoc or php data files. Together with ssh and an cgi script, a live statistic is created. Live means that the tables are updates 2-5 seconds after the race have finished.

How it works

The whole job is done by 3 processes:

  1. First, you must capture the network traffic like described above. Then use one of the commands:
    ... | mkw-ana log --md  DATAFILE
    ... | mkw-ana log --php DATAFILE
    mkw-ana --follow DUMPFILE log --md  DATAFILE
    mkw-ana --follow DUMPFILE log --php DATAFILE
    
  2. Each time, a new DATAFILE is written, it must be transferred to the web server. A script using shh, sftp scp or ftp within an endless loop will do this job automatically.
  3. Last not least, a CGI or PHP script running at the web server must read the data files to serve a html-page to the visitors.

To see, what live means, visit the live statistics on Wednesday or Thursday between 19:10 and 20:30 CET (Central European Time).

Links

References

  1. Cygwin, a Linux like environment for Windows.


Template:MKWii Network Protocol