Skip to content

Releases: SkuldNorniern/fluere

Development Build

26 Jul 05:47
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Features

Code Refactoring

v0.7.0

24 Apr 00:38
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Read more

v0.6.2

05 Jan 03:09
Compare
Choose a tag to compare

Features

Bug Fixes

Styles

Code Refactoring

Builds

Continuous Integration

Chores

Read more

v0.6.1

13 Sep 06:59
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Builds

Continuous Integration

Chores

Commits

  • b678fe7: [ImgBot] Optimize images (ImgBotApp) #63
  • bea1299: Update Cargo.toml add repository (Gábor Szabó) #70

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

24 Aug 07:29
Compare
Choose a tag to compare

(Yanked) Caused by no exported csv data on onlinemode

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Performance Improvements

  • is_reverse logic optimization on online_fluereflow.rs (SkuldNorniern)
  • is_reverse logic optimization on offline_fluereflow.rs (SkuldNorniern)

Continuous Integration

Chores

Commits

v0.5.2

10 Aug 04:17
Compare
Choose a tag to compare

Breaking Changes

  • Bumped pnet to 0.34.0
  • Bumped pcap-rs to 0.11.0
  • Deprecated TCP NS Flage due to RFC 3540 moved to Historic state

Added Function

  • Added Experimental live mode prototype
  • Added support of VXLAN decapculation
  • Added support for ARP protocol

Improved Function

  • Improved stability on parser
  • Improve stability on fluereflow

Known Issues

  • online packet capture randomly stops on windows
  • the installer does not add the environment variable correctly sometimes

Full Changelog: v.0.5.1...v0.5.2

Release 0.5.1

20 Jul 15:38
Compare
Choose a tag to compare

Improved Function

  • Introduced strict syn flow registration on TCP [#17]

Fixed bugs

  • Fixed None value on corrupt packet [#15]
  • Fixed online, pcap mode requiring interface even on -l flag [#16]

Known Issues

  • online packet capture randomly stops on windows
  • the installer does not add the environment variable correctly sometimes

Full Changelog: https://github.com/SkuldNorniern/fluere/commits/v.0.5.1

Release 0.5.0

30 May 12:30
Compare
Choose a tag to compare

Breaking Changes

  • Bumped pnet to 0.31.0 -> 0.33.0
  • Since version 0.5.0, install method will be provided using cargo install fluere

Added Function

  • Added infinite flow timeout support

Improved Function

  • Introduced much accurate packet size calculation
  • Added more detailed help description [#13]

Fixed bugs

  • Fixed process exit is not executed when the interface device is not found [#12]

Known Issues

  • online packet capture randomly stops on windows
  • the installer does not add the environment variable correctly sometimes

Full Changelog: https://github.com/SkuldNorniern/fluere/commits/v.0.5.0

0.4.1 Hotfix

17 Feb 08:15
Compare
Choose a tag to compare

Fixed bugs

  • Fixed bigger buffer introduced in 0.4.0 causing error

Known Issues

  • online packet capture randomly stops on windows
  • the installer does not add the environment variable correctly sometimes

Full Changelog: https://github.com/SkuldNorniern/fluere/commits/v.0.4.1

0.4.0 Release

14 Feb 08:12
Compare
Choose a tag to compare

Added Function

  • Added Plugin prototype - not currently dummy function

Changed Function

  • Changed timestamp format into microseconds instead of seconds

Improved Function

  • Did some minor optimizations

Fixed bugs

  • Fixed outbound stats bug

Known Issues

  • online packet capture randomly stops on windows
  • the installer does not add the environment variable correctly sometimes

Full Changelog: https://github.com/SkuldNorniern/fluere/commits/v.0.4.0