mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/bump-af-packet'
* origin/topic/awelzel/bump-af-packet: Update AF-Packet submodule btest: Add af_packet to TestDirs Update AF-Packet submodule
This commit is contained in:
commit
8f262df192
5 changed files with 20 additions and 3 deletions
13
CHANGES
13
CHANGES
|
@ -1,3 +1,16 @@
|
|||
6.0.0-dev.441 | 2023-04-26 15:37:59 +0200
|
||||
|
||||
* Update AF-Packet submodule (Arne Welzel, Corelight)
|
||||
|
||||
Include Tim's cleanup and modernization fixes, too.
|
||||
|
||||
* Update AF-Packet submodule (Arne Welzel, Corelight)
|
||||
|
||||
* Mask VLAN ID from tp_vlan_tci field to fix vlan > 4095 reported by Zeek
|
||||
when PCP and/or DEI bits are set.
|
||||
* Descriptive error message when interface is down. Instead of
|
||||
"Invalid argument", Zeek now reports "interface is down".
|
||||
|
||||
6.0.0-dev.437 | 2023-04-25 13:07:57 -0700
|
||||
|
||||
* Update docs and NEWS to include LLC, SNAP, and Novell packet analyzers (Tim Wojtulewicz)
|
||||
|
|
4
NEWS
4
NEWS
|
@ -291,6 +291,10 @@ Changed Functionality
|
|||
- Support for ARUBA GRE tunnels now covers all of the known protocol type values
|
||||
for those tunnels.
|
||||
|
||||
- The vlan field reported by the AF_PACKET packet source is now properly
|
||||
masked to exclude PCP and DEI bits. Previously, these bits were included
|
||||
and could cause invalid vlan values > 4095 to be reported.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.0.0-dev.437
|
||||
6.0.0-dev.441
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 08935a1b93a2d7710d748737e5e653934977a9cf
|
||||
Subproject commit acd8e365c652ea6113b70fbbb1339d42e496819d
|
|
@ -4,7 +4,7 @@
|
|||
build_dir = build
|
||||
|
||||
[btest]
|
||||
TestDirs = doc bifs language core scripts coverage signatures plugins broker spicy supervisor telemetry javascript
|
||||
TestDirs = af_packet doc bifs language core scripts coverage signatures plugins broker spicy supervisor telemetry javascript
|
||||
TmpDir = %(testbase)s/.tmp
|
||||
BaselineDir = %(testbase)s/Baseline
|
||||
IgnoreDirs = .svn CVS .tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue