Skip to content

Releases: ClarkFieseln/IPRadar2

show active nodes and total traffic

02 Jul 10:40
22be694
Compare
Choose a tag to compare

added new features:

  • show total traffic
  • filter active nodes
  • added batch file to update GUI from .ui file
  • added link to youtube playlist

Important improvements

25 Jun 15:17
3743dbe
Compare
Choose a tag to compare

This release contains some minor but important improvements:

  • event loop passed to pyshark.LiveCapture() as argument in pysharkSniffer.py
  • READ_ME.txt updated with more clear installation procedure, now based on PyCharm
  • update_requirements.bat added
  • no need for additional local .DLL files
  • no need to replace .py files in tshark inside site-packages (in environment)
  • necessary folders Output, dist/Output and venv created (in order to avoid warning messages)
  • *** config.ini now contains 2 additonal parameters tshark_path and dumpcap_path *** (no additional config.ini files required)
  • bug in interface selection corrected (there was an empty space at the beginning)

Minor update on requirements.txt

01 Mar 16:35
Compare
Choose a tag to compare

CVE-2019-18874
moderate severity
Vulnerable versions: <= 5.6.5
Patched version: 5.6.6

psutil (aka python-psutil) through 5.6.5 can have a double free. This occurs because of refcount mishandling within a while or for loop that converts system data into a Python object.

First release

28 Feb 06:58
Compare
Choose a tag to compare

First release