Simson L. Garfinkel
Simson L. Garfinkel
Can you try version 1.6.1 which was just shipped?
Do you have the sqlite3 dev library installed? If so, which version? On Jun 18, 2014, at 2:04 PM, slernst [email protected] wrote: > Get error in "be13_api/feature_recorder_sql.cpp", See Error: below....
Can you try changing: this line in configure.ac: AC_CHECK_LIB([sqlite3],[sqlite3_open]) to this: AC_CHECK_LIB([sqlite3],[sqlite3_create_function_v2]) and see if it works? On Jun 18, 2014, at 2:04 PM, slernst [email protected] wrote: > Get error...
Looks like you don't have the v2 version of the function. You will need to detect the function in autoconf. I thought the patch I gave you would handle this....
I have a patch I will push. You will need to test. --- Sent from my phone. Please Call me at 202-322-8411 if you wish a longer response. > On...
I've had really good luck with GitHub Actions. Originally @joachimmetz set up Travis for one of my repos, but I moved over to GitHub Actions to keep everything on this...
Hi. I’m not really sure what problem you are encountering. Perhaps your computer doesn’t have enough memory. My suggestion is that you try to run it with a max of...
Hm. You are doing live capture? My suggestion is to capture to a file. It may be that your hard drive can’t keep up with your packet flow, which is...
Thanks for the patch. I'll do something better. Can you share with me some packets for testing? I've added a lot of unit tests to bulk_extractor. For tcpflow I should...
Don’t provide it if is private!