TPCAT is based upon pcapdiff by the EFF. TPCAT will analyze two packet captures (taken on each side of the firewall as an example) and report any packets that were seen on the source capture but didnt make it to the dest. See docs for info
Be the first to post a text review of TPCAT. Rate and review a project by clicking thumbs up or thumbs down in the right column.
############Known issues######################## #There is an error on some windows machines when converted to an exe. #This happens to Yang. It might be a py2exe bug but should be noted. """ Traceback (most recent call last): File "TPCAT.pyw", line 12, in <module> File "zipextimporter.pyc", line 91, in load_module ImportError: MemoryLoadLibrary failed loading pcapy.pyd """ # #TCP Flag 40 is shown up every where and it's currently labeled as a reset. I don't think that is valid. ########################################### #######Change log############## #11/24/2008 - Version 1.3 fixed several bugs found by my sprint peers with the GUI. Also made the options more straight forward. Added different levels of verbosity. # Added latency Average/Min/Max #11/24/2008 - Version 1.2 Added latency calculation and forged packet awareness. #11/23/2008 - Version 1.1 Fixed a few issues with reporting and false positives #11/22/2008 - Version 1.0 Re-wrote the pcapdiff back end, or at least a large part of it. What was there just wasn't working for me. This way I have something from the ground up. #11/20/2008 - Version 0.7 Fixed a bug with the timestamps. It was set to the wrong default causing false positives. #11/20/2008 - Version 0.6 TPCAT is now working and can do base comparisons. . All bugs resolved that I am aware of. I need to go back and add some additional features such as: #ignore clock, verbosity, ignore checksums..etc. These features exists in pcapdiff they might as well be here. #11/15/2008 - Version 0.5 Fixed a few bugs with my modules, fixed the bug that caused the same file to be loaded as local and remote. Small typo = major problem #11/10/2008 - Version 0.4 improvements to GUI made. Also fixed a bug with it crashing upon loading files # 11/7/2008 - Version 0.3 Pcapdiff code has lots of issues. Mostly with calling vairbles since we're not working out of a class. Fixed a majority of them. # 11/6/2008 - Version 0.2 Pcapdiff code added and smashed. # 11/5/2008 - Version 0.1 Base GUI built. Starting to port over pcapdiff code ############################
#######Change log############## #11/24/2008 - Version 1.3 fixed several bugs found by my sprint peers with the GUI. Also made the options more straight forward. Added different levels of verbosity. # Added latency Average/Min/Max #11/24/2008 - Version 1.2 Added latency calculation and forged packet awareness. #11/23/2008 - Version 1.1 Fixed a few issues with reporting and false positives #11/22/2008 - Version 1.0 Re-wrote the pcapdiff back end, or at least a large part of it. What was there just wasn't working for me. This way I have something from the ground up. #11/20/2008 - Version 0.7 Fixed a bug with the timestamps. It was set to the wrong default causing false positives. #11/20/2008 - Version 0.6 TPCAT is now working and can do base comparisons. . All bugs resolved that I am aware of. I need to go back and add some additional features such as: #ignore clock, verbosity, ignore checksums..etc. These features exists in pcapdiff they might as well be here. #11/15/2008 - Version 0.5 Fixed a few bugs with my modules, fixed the bug that caused the same file to be loaded as local and remote. Small typo = major problem #11/10/2008 - Version 0.4 improvements to GUI made. Also fixed a bug with it crashing upon loading files # 11/7/2008 - Version 0.3 Pcapdiff code has lots of issues. Mostly with calling vairbles since we're not working out of a class. Fixed a majority of them. # 11/6/2008 - Version 0.2 Pcapdiff code added and smashed. # 11/5/2008 - Version 0.1 Base GUI built. Starting to port over pcapdiff code ############################
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?