mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
commit
bd8c5b7bbb
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
### 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
|
||||||
|
|
|
@ -16,7 +16,7 @@ protocol analyzer spicy::SSH_1 over TCP:
|
||||||
parse with SSH::Banner,
|
parse with SSH::Banner,
|
||||||
replaces SSH;
|
replaces SSH;
|
||||||
|
|
||||||
protocol analyzer spicy::SSH_1 over UDP:
|
protocol analyzer spicy::SSH_2 over UDP:
|
||||||
parse with SSH::Banner,
|
parse with SSH::Banner,
|
||||||
replaces SSH;
|
replaces SSH;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue