Hi Sebastian,
Apologies for the slow reply. Our forum software incorrectly flagged this message as spam. Unfortunately, this can happen sometimes when users pick usernames which are too generic. You may want to update your username by clicking on the 'Your Profile' link above (it is next to your user name) and then selecting 'Edit Account'.
Regarding the parsing issue above, it is going to be difficult to parse this file using the XML or Regex parsers. Instead, I would recommend using the Pattern Parser.
I am able to get a good parse with:
<%s{Direction} TYPE="%c" UTC="%d" ID="%S{ID}"%n
This will give you something like:

Hope that helps,
Toby