mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/tap-analyzer-take-three'
* origin/topic/awelzel/tap-analyzer-take-three: TapAnalyzer: Fix docstring btest/plugins/tap-analyzer: Update baseline
This commit is contained in:
commit
33b6869425
4 changed files with 26 additions and 16 deletions
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
8.1.0-dev.10 | 2025-08-06 14:27:32 +0200
|
||||
|
||||
* TapAnalyzer: Fix docstring (Arne Welzel, Corelight)
|
||||
|
||||
Relates to #4337 #4725 #4734
|
||||
|
||||
* btest/plugins/tap-analyzer: Update baseline (Arne Welzel, Corelight)
|
||||
|
||||
Relates to #4337 #4725 #4734
|
||||
|
||||
8.1.0-dev.7 | 2025-08-05 20:00:19 +0200
|
||||
|
||||
* TapAnalyzer: More verdict to action rename (Arne Welzel, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.1.0-dev.7
|
||||
8.1.0-dev.10
|
||||
|
|
|
@ -183,7 +183,7 @@ public:
|
|||
* Remove a TapAnalyzer instance by raw pointer.
|
||||
*
|
||||
* Note that the TapAnalyzer instance \a ta is pointing at will be destroyed
|
||||
* during the call to RemoveTapAanalyzer() and should be discarded by the caller
|
||||
* during the call to RemoveTapAnalyzer() and should be discarded by the caller
|
||||
* immediately. If you call RemoveTapAnalyzer() from within a TapAnalyzer's member
|
||||
* function, ensure not accessing \a this afterwards.
|
||||
*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<...>/ip4-tcp-bad-chksum.pcap
|
||||
Init() uid=HhAvVGS1DHFjwGM9
|
||||
Analyzer added to HhAvVGS1DHFjwGM9
|
||||
Packet(len=54 orig=1, action=1 skip_reason=1) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=54 orig=1, action=1 skip_reason=2) uid=HhAvVGS1DHFjwGM9
|
||||
Done() uid=HhAvVGS1DHFjwGM9
|
||||
===
|
||||
<...>/ip4-tcp-good-chksum.pcap
|
||||
|
@ -14,7 +14,7 @@ Done() uid=HhAvVGS1DHFjwGM9
|
|||
<...>/ip4-udp-bad-chksum.pcap
|
||||
Init() uid=HhAvVGS1DHFjwGM9
|
||||
Analyzer added to HhAvVGS1DHFjwGM9
|
||||
Packet(len=46 orig=1, action=1 skip_reason=1) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=46 orig=1, action=1 skip_reason=2) uid=HhAvVGS1DHFjwGM9
|
||||
Done() uid=HhAvVGS1DHFjwGM9
|
||||
===
|
||||
<...>/ip4-udp-good-chksum.pcap
|
||||
|
@ -26,7 +26,7 @@ Done() uid=HhAvVGS1DHFjwGM9
|
|||
<...>/ip4-icmp-bad-chksum.pcap
|
||||
Init() uid=HhAvVGS1DHFjwGM9
|
||||
Analyzer added to HhAvVGS1DHFjwGM9
|
||||
Packet(len=42 orig=1, action=1 skip_reason=1) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=42 orig=1, action=1 skip_reason=2) uid=HhAvVGS1DHFjwGM9
|
||||
Done() uid=HhAvVGS1DHFjwGM9
|
||||
===
|
||||
<...>/ip4-icmp-good-chksum.pcap
|
||||
|
@ -38,7 +38,7 @@ Done() uid=HhAvVGS1DHFjwGM9
|
|||
<...>/ip6-icmp6-bad-chksum.pcap
|
||||
Init() uid=HhAvVGS1DHFjwGM9
|
||||
Analyzer added to HhAvVGS1DHFjwGM9
|
||||
Packet(len=69 orig=1, action=1 skip_reason=1) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=69 orig=1, action=1 skip_reason=2) uid=HhAvVGS1DHFjwGM9
|
||||
Done() uid=HhAvVGS1DHFjwGM9
|
||||
===
|
||||
<...>/ip6-icmp6-good-chksum.pcap
|
||||
|
@ -73,15 +73,15 @@ Packet(len=78 orig=1, action=0 skip_reason=0) uid=HhAvVGS1DHFjwGM9
|
|||
Packet(len=74 orig=0, action=0 skip_reason=0) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=0 skip_reason=0) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=202 orig=1, action=0 skip_reason=0) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=0, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=1514 orig=0, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=1514 orig=0, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=1514 orig=0, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=729 orig=0, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=0, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=3) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=0, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=1514 orig=0, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=1514 orig=0, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=1514 orig=0, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=729 orig=0, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=0, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Packet(len=66 orig=1, action=1 skip_reason=4) uid=HhAvVGS1DHFjwGM9
|
||||
Done() uid=HhAvVGS1DHFjwGM9
|
||||
===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue