Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@ZeromusXYZ ZeromusXYZ released this 05 Feb 17:38
· 67 commits to master since this release
  • Update to .NET Framework to 4.8.1 !

  • Moved plugins folder inside the subfolder of data. This should make making and updating plugins a bit easier

  • Added link in about menu to visit the Wireshark site. Reading pcap files will require it to be installed

  • Updated and cleaned some code related to catch statements

  • Added a engine select when you open a project file, but it was unable to determine what type of engine it should use

  • Simplified the parsing of base pcap data (only parses TCP/UDP data now (in IPv4 or IPv6 format))

  • Added a Version Menu button on the top-right that also links directly to the about box

  • Added a PluginSettingsManager that can be used by the plugins to store settings.

  • Moved pcapraw to be a plugin instead of build in.

  • Improved DataGridView drawing speed by about 30% by disabling it while it's drawing.

  • Added more comments to functions in the code

  • Added more types to the basic rule data fields

  • Added a new mechanic for rules based engines to network ports to be more easy to map to StreamIds of the rules

  • Updated Version number

  • Changed how the simplified check for rules files works to check if they are "valid"

  • Updated NSIS file