BNETDocs Redux
Navigation |
Packet Information
|
Battle.net v1
Battle.net v2
emNet
PvPGN
RBNETD
|
Site scripts and design copyrights reserved to Don Cullen.
Contents copyrighted to Blizzard and their parent corporation, Vivendi.
Main credits for contents goes to Arta. View the rest of credits.
Demented Minds copyrights reserved to Don Cullen 2003-present.
Copyright infringements will be prosecuted to the fullest extent allowable by law.
Please view our legal disclaimer and terms of service.
User Comments
For detailed questions and discussion, visit the Battle.net Research Forum
Sep 15, 2007
06:16 PM
Credit goes to l2k-Shadow for the following information:
To get the port # from the port DWORD, use the ntohs function.
Example code in C++:
Credits goes to Chriso.de for VB conversion:
Sep 10, 2008
04:09 AM
Diablo 2 realms went down the morning of 9/7/08, and when they came back up, this packet had changed, breaking a few clientless bots.
The (WORD) Unknown from this packet HAS been removed entirely.
Sep 11, 2008
11:09 PM
Hmm, strange. Guess we'll never know what it was.
Sep 14, 2008
02:41 AM
How to get the port # from DWORD with Python:
How to convert port to DWORD with Python:
Remove the space between < and i, these docs dont parse code comments well.
How to get the IP from DWORD with Python:
How to convert IP to DWORD with Python:
Remove the extra quotation marks, these docs dont parse code comments well.