Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wiles <keith.wiles@intel.com>
  • Loading branch information
KeithWiles authored and pktgen committed Nov 9, 2024
1 parent 3822012 commit e34ac2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.10.1
24.10.2
2 changes: 1 addition & 1 deletion app/pktgen-cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2830,7 +2830,7 @@ tcp_flags_from_str(const char *str)
for (int i = 0; i < num_fields; i++) {
if (!strcmp(fields[i], "clr")) {
flags = 0;
break;
continue;
}
for (tcp_flags_t *flag = flag_list; flag->name; flag++) {
if (!strcmp(fields[i], flag->name)) {
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Pktgen-DPDK - Traffic Generator powered by DPDK
** (Pktgen) Sounds like 'Packet-Gen'**

**=== Modifications ===**
- 23.10.1 - fix compiler warnings on packed-not-aligned for ubuntu 24.10
- 24.10.2 = fix tcp flags setting code.
- 24.10.1 - fix compiler warnings on packed-not-aligned for ubuntu 24.10
- 24.10.0 - fix a number of bugs for pcap crash, tcp flags, socket crash, random and startup.
PCAP crash memory overrun was found and fixed.
- 24.07.1 - add back support for Lua socket support.
Expand Down

0 comments on commit e34ac2f

Please sign in to comment.