PDA

View Full Version : ShowEQ 5.0.0.25 for Live 6/29



purple
07-24-2005, 06:55 AM
Announcing the release of ShowEQ version 5.0.0.25 which is compatible with live servers as of 6/29/2005, in case you have a time machine or are living in the past. Mainly, this release fixes a network layer problem when two packets with the same sequence number are seen out of order. There were some non-trivial changes to the net layer to help people who run two clients on one box as well. Inadvertantly, this may also clean up some CRC warnings for people running teamspeak. Please turn on Session Tracking. It also removes the broken Save Zone Filters menu options.

Changelog:


purple (07/22/05)
-------------------
+ Updated version to 5.0.0.25
+ Merged in my old alpha netlayer patch which helps with double boxing by enforcing port matches in code for when the pcap filter isn't locked down fast enough because of multithreading
+ Fixed template constructor in Point3DArray to comply with gcc4 (thanks Basic)
+ Removed the redundant and broken Save Zone Filters from the Filters menu since it was both redundant and broken
+ Fixed a major bug in the netlayer which caused sequenced packets that are seen twice to invalidate themselves in the cache and cause garbage
+ Couple new races hand-entered
+ Cleanup memory leak in group manager


Fetch the new release from the files section of sourceforge (https://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256&release_id=344402), or if you prefer, anoncvs is probably up to date right now, as I haven't checked anything new in since Friday, I've just been testing.

To install:


$ tar xjvf showeq-5.0.0.25.tar.bz2
$ cd showeq-5.0.0.25
$ ./configure
$ make
$ make install


If you have problems with ./configure, try:


$ LIBC=gnu ./configure


If you use packages from other people, they will more than likely be along shortly.

tanner
07-24-2005, 11:02 PM
Format: 1.7
Date: Sun, 24 Jul 2005 23:14:11 -0500
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.0.0.25-1
Distribution: unstable
Urgency: low
Maintainer: Bob Tanner <[email protected]>
Changed-By: Robert J. Tanner <[email protected]>
Description:
showeq - realtime packet analyzer for Everquest
showeq-dev - development tools for ShowEQ
showeq-doc - documentation for showeq
Changes:
showeq (5.0.0.25-1) unstable; urgency=low
.
* New upstream release
* http://www.showeq.net/forums/showthread.php?t=5369
Files:
3f1df4a1ccb4029117c2bb5a8bdaf98e 799 net optional showeq_5.0.0.25-1.dsc
85d30295d50d828ded869675fc1ce68e 974414 net optional showeq_5.0.0.25.orig.tar.gz
54163a2b428c33fe1e14ca4e4798f09c 15211 net optional showeq_5.0.0.25-1.diff.gz
12f7c8cf9b20b8dedd233b25344b736e 9747072 doc optional showeq-doc_5.0.0.25-1_all.deb
dbf9a31994a465b0ff07918462d3e39e 3884882 net optional showeq_5.0.0.25-1_i386.deb
42b22c3d6f61a110d549af5b67609a34 83612 net optional showeq-dev_5.0.0.25-1_i386.deb

rasthan
07-30-2005, 06:28 PM
Thanks a lot purple, this seems to solve the spawnlist garbage problem! :)