ZerBea / hcxdumptool

Small tool to capture packets from wlan devices.
MIT License
1.85k stars 398 forks source link

Older version #444

Closed Aggelos11 closed 7 months ago

Aggelos11 commented 7 months ago

How can I download and use an older version ?? How to handle the .tar.gz.asc file you provide ?

ZerBea commented 7 months ago

There are two options:

Via git as explained here; https://git-scm.com/docs/git-checkout After moving to the desired branch run make clean make sudo make install

Via releases: https://github.com/ZerBea/hcxdumptool/tags Download tarball Decompress tarball (e.g. tar -xf hcxdumptool-6.2.7.tar.gz) cd hcxdumptool-6.2.7 make clean make sudo make install

In both cases do not forget to uninstall/remove the unwanted version.

Moved to discussions, because it is not an issue.