]> git.ipfire.org Git - people/ms/suricata.git/commit
rdp: fix transaction id
authorJason Ish <jason.ish@oisf.net>
Tue, 16 Nov 2021 23:52:58 +0000 (17:52 -0600)
committerVictor Julien <vjulien@oisf.net>
Mon, 22 Nov 2021 09:24:05 +0000 (10:24 +0100)
commitb57280ff4894d31f9f0d3324bb7a64424daea3a5
treec46124e83ff92c4e154e8cca5976acce75e655f7
parent1ad71b96daa2b2655691cfce2a15ccd754d9b290
rdp: fix transaction id

By our convention the transaction ID is incremented then applied
to the new transaction. And the generic transaction iterator
requires this behaviour.
rust/src/rdp/rdp.rs