Skip to content

Version: 0.0.4

Compare
Choose a tag to compare
@rafael-santiago rafael-santiago released this 25 Aug 21:26
· 37 commits to master since this release

Features

  • Introducing the concept of sub-tasks.
  • PCAP files importing.
  • Ethernet frame composing.
  • Operation modes for the endless crafter (random [the default] and sequential).
  • Now the application can also be built using Clang (GCC remains the default).
  • Including a file with additional remarks about how to build the application.
  • Including a how to for the new sub-task related with PCAP importing.
  • Addition of installing and uninstalling build tasks.
  • Now also including a pretty basic man page.

Bugfixes

  • When using --no-echo option the gateway's physical address is not really acquired [commit-id: #1e21cf].
  • On string parsing [commit-id: #d707ed].
  • SIGSEGV received on invalid ip.protocol entries [commit-id: #242424].