I wrote a little dll to dump all packet information.
Output is a file in TreeOfSavior\data named packetinfo.txt containing all Packet Information in the following format:
<PacketName> <OpCode> <Size>
Size=0 means a variable size
There is no specific order apart from occurrence in the function.
I also added the compiled dll
PacketDump.dll