Merge remote-tracking branch 'upstream/topic/awelzel/fix-btest-spicy-replaces-conflicts'

* upstream/topic/awelzel/fix-btest-spicy-replaces-conflicts:
  btest/spicy: Make replaces-conflicts trigger replaces code path
This commit is contained in:
Arne Welzel 2024-08-06 12:03:18 +02:00
commit bd8c5b7bbb
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
fatal error: redefinition of protocol analyzer spicy::SSH_1
fatal error: spicy::SSH_2: protocol analyzer SSH is already mapped to a different analyzer; cannot replace an analyzer multiple times

View file

@ -16,7 +16,7 @@ protocol analyzer spicy::SSH_1 over TCP:
parse with SSH::Banner,
replaces SSH;
protocol analyzer spicy::SSH_1 over UDP:
protocol analyzer spicy::SSH_2 over UDP:
parse with SSH::Banner,
replaces SSH;