Roberto Spadim
Roberto Spadim
i'm using without problems: windump.exe -s 0 -U -w - \"{FILTERS}\" | tcpflow64.exe -B -c -r -
json is utf-8, we must encode to use it? or export as hex? example: ["from-ip":"1.2.3.4","from-port":12345,"to-ip":"2.3.4.5","to-port":23456,"data": 0x1234123412341234123412341234123412342134]
Maybe we could incorporate into another project? Main redis? Sql databases? I’m not using redisql, but it’s a nice possibility to use it with others tools, maybe percona guys? They...
you can try NNS with r2py NNS.seas() + r2py pandas (https://rpy2.github.io/doc/latest/html/generated_rst/pandas.html#from-pandas-to-r) at R side you use NNS.seas() just to return the function using pandas dataframe (i think it accept numpy...
well it's not too heavy, but it's not the best of worlds (R and python), for a small test and check if NNS works in this system, it's ok to...
or use another function to warnings: ``` import warnings def somefunction(message, category, filename, lineno, file=None, line=None): logger.warning("warning_wrapper message", extra={ "warn_message": message, "warn_category": category, "warn_filename": filename, "warn_file": file, "warn_lineno": lineno, "warn_line":...
example of debug output with formatter = `readable_log_formatter.ReadableFormatter`: ``` DEBUG aiomysql in _execute_command (line:661) ECHO: b'SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ' command: 3 DEBUG aiomysql in _execute_command (line:661) ECHO:...
example of debug output without formatter and format = `format=%(asctime)s - %(name)s - %(levelname)s - %(message)s` : ``` 2020-06-13 12:44:53,893 - aiomysql - DEBUG - ECHO: b'SET SESSION TRANSACTION ISOLATION...
Hi @webknjaz, I'm new here and don't know if you can help here, but you have some commits =) Please, when possible check if this PR is usefull I couldn't...
is it working?