NOTE: This page is auto-generated from the MAGNET Online Packet documentation Editor module (MOPE), Any changes made directly to this page will be lost when it is regenerated. |
Description of the MangosTwo packet SMSG_COMPRESSED_UPDATE_OBJECT
Usage
This is compressed with the standard LZ77 algorthim and Huffman coding. It however does not work with all Deflate implementations. zlib a C/C++ library can decompress the buffer, as well as a zlib .NET port called #ziplib SharpZipLib. SMSG_COMPRESSED_UPDATE_OBJECT header is directly folled by an uint32 integer, containing the length of the uncompressed buffer. It can be used to allocate enough space for infalting/decompressing the compressed data. This integer is however not part of the compressed data or the deflate specification ([http://www.google.com/search?q=rfc+1951 rfc 1951]).
Opcode Values
Description | Value |
---|---|
Decimal Value | 502 |
Hex Value | 0x01F6 |
Packet Length | 0 |
Packet Structure Follows:
Field Name | Field Type | Field Size | Notes |
---|---|---|---|
No fields are currently defined! - if you know the layout, please advise us - or ask for access to MAGNET so that you can enter them yourself |
Packet Example
{SERVER} Packet: (0x01F6) SMSG_COMPRESSED_UPDATE_OBJECT PacketSize = 64 |------------------------------------------------|----------------| |00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F |0123456789ABCDEF| |------------------------------------------------|----------------| |00 3E F6 01 69 01 00 00 78 01 63 62 00 01 76 DE |.>..i...x.cb..v.| |6D B1 9A 0C 0C 0D 0C 0C 0E 20 2E 02 08 20 98 83 |m........ ... ..| |82 35 0D E8 0A 0E 20 64 02 B9 86 7D 91 63 24 D0 |.5.... d...}.c$.| |D5 0C 2C 20 CE 60 06 62 40 C7 01 00 5B D8 04 51 |.., .`.b@...[..Q| -------------------------------------------------------------------
auto-generated by the getMaNGOS.eu MAGNET mope module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now