Simson L. Garfinkel
Simson L. Garfinkel
So this is a bug in the template, right? On Wed, Nov 4, 2015 at 11:31 AM, FusionFC [email protected] wrote: > The -Fc option to append the connection counter to...
You are correct that the -F arguments and the -T arguments are not meant to be used together. We should modify the program to detect that and report it as...
If you wish to send a pull request, we will accept it! > On Mar 4, 2019, at 10:26 AM, GovCERT.ch wrote: > > Hi, > > This is not...
Thanks! I will look into this I love test cases. > On Nov 21, 2018, at 6:19 PM, twoi wrote: > > I've stripped down a pcap where tcpflow emits...
By the way, do you have a preferred way for doing unit tests in C++? I've been mostly programming in Python for the past few years, and py.test really rocks;...
That would be great! If you compile it, I am happy to put it on the download server. ---- Sent from my phone. On Oct 11, 2018, at 2:45 AM,...
Thanks for documenting all of these problems. Would you like to submit pull requests with the fixes?
Sure. Do you want to look at the code and submit the modification? Do you have a file with such packets that we can use for a test vector? Thanks....
Isn’t the tupple of source ip, source port, dest ip , dest port a sufficient identifier? ---- Sent from my phone. On Sep 6, 2018, at 7:29 AM, EndUser509 wrote:...
I don't have experience with Codacy. My main static checker is the compiler. I'm going to be enabling AddressSanitizer and ThreadSanitizer on bulk_extractor. Codecov is very useful for identifying where...