Advertisement
Guest User

Untitled

a guest
Oct 1st, 2010
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Frost's 0x09 and 0x1C BNet Packet Documentation
  2.  
  3.  
  4. SID_GETADVLISTEX 0x09
  5. WORD Game Type
  6. WORD Sub Game Type
  7. DWORD Viewing Filter
  8. DWORD Unused (Hard Coded 0x00)
  9. DWORD Number of Games
  10. STRING Game Name
  11. STRING Game Password
  12. STRING Game Statstring
  13. *For viewing filter: 0xFFFF to use the values in this packet. 0xFF80 to Show All*
  14. *Setting values to zero removes viewing filters*
  15.  
  16.  
  17. SID_STARTADVEX 0x1C
  18. DWORD Game State
  19. DWORD Game Uptime in seconds
  20. WORD Game Type
  21. WORD Sub Game Type
  22. DWORD Provider Version Constant (0xFF)
  23. DWORD Ladder Type
  24. STRING Game Name
  25. STRING Game Password
  26. STRING Game Statstring
  27.  
  28.  
  29. *NOTE* See Class 0 documentation for information on Game State and Gametype/Subtype.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement