Log in

View Full Version : Packet Collector v0.4


DeletedUser
02-08-2002, 09:11 PM
<a href="https://sourceforge.net/project/showfiles.php?group_id=41381&release_id=74262">Download from SourceForge</a>.

Added "-o all" to log all packets.
Fixed the duplicate packet issue i mentioned in the news.
Added the "name" column to database uploading.
Added "-noitems" if you dont want to capture items. (like if you're running on an emulator server)
Added a more sanity checks to the command line options.
Changed the fileio code to be compatible with linux.


BTW, if anyone has experiance with libpcap on linux, find me on IRC please. =)

DeletedUser
02-08-2002, 09:51 PM
Oh, just a note. While packets should only show up once, they can still be out of order (except fragments, they're assembleded right).

Just so anyone who might know more can check my logic: the ARQ is unique per packet and doesnt change if the packet is resent, right?