Hi all,
I've had a look at the diablo3dev wiki, specifically the RPC and Packets pages and found a link to the "Diablo III Protocol Simulator".
I captured some data (Wireshark / save as, and tcpflow) on port 1119 and gave it to the program to munge, but it doesn't seem to work that well.
Armed with just the info from the wiki and a new blank file I wrote my own little parser, but it also seems to choke on the data.
Is any of you aware whether the format has changed? The last modifications to those pages were in December 2011 and the last commits to the project were 10 months ago also.
I'd love to be able to capture at least the header + data information, and then be able to deparse some of the packets.
Any info would be greatly appreciated!