solsTiCe d'Hiver

Results 102 comments of solsTiCe d'Hiver

I don't see any error or segfault either when a file size does not match. I did not find by myself that solution. I was asking pacman's dev, about a...

oh. You got bitten with that problem too. 😁 I was too when trying to run my modified version.... I would suggest you to use pacutils-git PKGBUILD but change the...

I was doing `LD_LIBRARY_PATH=./lib ./src/pacheck` during the dev time if I remember correctly

@glutaminefree awesome! Thank you very much I don't know if I need to close this "bug". Is it a bug, or personall style/taste ?

[self promotoin] You could try my fork. It has more features than this original project [self promotion] https://github.com/solsticedhiver/probemon

It is a single channel as there is no hopping mechanism built in. You even have to switch to the channel you desire to listen to with iw command before...

I have made a fork of this repo, you might like it: https://github.com/solsticedhiver/probemon. But it only scans on one channel. But you can easily change it like you already did.

I don't know what you have done . What do you mean separated ? Also, asking for support for your issue about a project on the repo of another project...

YES. I have shown the fix above. it's line 56

A more general fix is to use the [offical radiotap library](https://github.com/radiotap/python-radiotap) to parse the RSSI value Something like this: from radiotap import radiotap_parse offset, headers = radiotap_parse(str(packet)) rssi = headers['dbm_antsignal']...