Iain R. Learmonth
Iain R. Learmonth
Is it possible to change metrics for the default route at runtime? I have an application that I would like to run generating traffic over one interface at a time,...
As secdev/scapy now has Python 3 support, in order to continue supporting this fork in Debian it would ideally be co-installable. To ensure this is possible the package should be...
before I forget. Maybe these end up in docs eventually. Creating a virtualenv is a pain because Python is compiled with wxallowed. I've not checked if all the bitbot deps...
I've noticed that when tuning, the reported value is 10kHz lower than the value I'm transmitting on with the radio. My config is: # DSP/RX settings dsp_plugin="csdr" fft_fps=9 fft_size=8192 samp_rate...
In our deployment we already have a Postgres server running, and MISP supports Postgres. Would it be possible to pass those variables through to the container via the docker-compose file...
An implementation for #250. This pull request adds a schema, response class and test case for a WhoisResponse. Additionally, 3 more classes are added as are used in the WhoisResponse:...
The client-server spec talks about an endpoint at `/_matrix/client/r0/admin/whois/{userId}` that can be used to look up information about a user, but the response type is not implemented in matrix-nio. I'm...
``` INFO:pathspider:Creating observerbrd ff:ff:ff:ff:ff:ff mss < pathspid Traceback (most recent call last):senv$ pspdr measure -i enp0s25 mss < pathspider/examples/webtest.ndjson >results.txt File "/home/ergadmin/psenv/bin/pspdr", line 11, in load_entry_point('pathspider', 'console_scripts', 'pspdr')() File "/home/ergadmin/psenv/pathspider/pathspider/cmd/base.py",...
If the TCP options parser sees the same option multiple times, the last one will win. This is not a problem for TFO as specified, but it may be for...