-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG
34 lines (22 loc) · 1.74 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.7.x -> 1.8
Completly rewritten Gen-b window, user can now select different options while sending per checkbuttons. Optionaly user can specify which checksums should be updated (ipv4, tcp, udp, icmp).
Also the Gtk calls where now removed from the sending thread, what caused a lot of problems with stability on certain Linux distirbutions before. I hope now the whole program will be much more stable.
1.8 -> 1.8.1
Using nano seconds resolution (if supported by the Linx Kernel version, otherwise micro seconds will be used). With nano seconds the desired bandwidth can be much closer to the actual one for all bandwidths selected. If the actual bandwidth differs from the desired one for more than 10% a warning is included in the status bar.
Interface dialog now displays all available interfaces not only interfaces with IP address assigned (thanks to Alok Prasad for the patch)
1.8.1 -> 1.9
Gui: Added options for additional stream control (speed ramp, size ramp)
CLI: added options for IDS/firewall testing
7.11.2018 (github):
Complete packETHcli rewrite with many new options to tune sending parameters. Please see the cli dir for details!
27.11.2018 (github):
- packETHcli added receiver option (mode -m -9) to count received packets
- packETHcli added option to incluce pattern (predifined or custom) which can be checked by packETHcli in receiver mode if all packets that were sent were also correctly received at the receiver site
- packETH added option to include predefined pattern (same as packETHcli -x option) that can be checked with packETHcli mode -9
- packETHcli nanoseconds support
July 2019
- packETHcli added burst mode (-m -6)
October 2023
- migrated to GTK3 (many thanks to @qarkai)
Nov 2023
- vlan id field now accepts integer instead of HEX