ShareSource Site »
Projects » sniffitzt »
sniffitztBug Tracker
Summary
Files
Screenshots
Wiki
Bug Tracker
Lists
Mercurial Repository
Actions » View tickets | Report a bug
Project: sniffitzt - a wow logging proxy [Bug Tracker]
Summary
Files
Screenshots
Wiki
Bug Tracker
Lists
Mercurial Repository Bug #369
| Vital Bug Details | |
|---|---|
| Summery: Uncorrect readbytes in bnet protocol | |
| Severity: Very Low | |
| Status: | Priority: Low |
| Assigned to: Nobody | Percent Complete: 0% |
| Bug Reporter | |
| Reported by: Anonymous ( on Monday, 23 November 2009, 01:09PM (23/11/2009) ) | |
| Bug Details | |
| From repository, i correct the buffer read:
in AuthBeginC2S: buffer.readBytes(62); // change 72 by 62 in AythChallengeS2C: { // static data buffer.readBytes(109); //orig 112 // random, maybe some seed? buffer.readBytes(128); // static buffer.readBytes(4); // added // "auth" 0x0 0x0 EU buffer.readBytes(8); // again some static bytes buffer.readBytes(34); buffer.readBytes(508); // orig 528 } After I have an error in the client wow that was met by players with a proxy, it seems that sniffitzt should listen on port 3724 in addition to port 1119. |
|
| View History » | |