]> The Tcpdump Group git mirrors - libpcap/commit
Use correct size for VLAN tag load insn
authorDaniel Miller <[email protected]>
Tue, 7 Jan 2025 18:11:56 +0000 (12:11 -0600)
committerDenis Ovsienko <[email protected]>
Tue, 21 Jan 2025 16:16:31 +0000 (16:16 +0000)
commitffcd5b4ec849395f224da02f29855de3d2c3d330
tree50cbc44039a1e07c408e1594548786a8d47b054b
parent5f7b23c664170f8ea98e3dd70488c5e823f4f229
Use correct size for VLAN tag load insn

Not a true bug, since Linux kernel (net/core/filter.c) forces any load
from SKF_AD_VLAN_TAG to a BPF_H width. However, this change makes
libpcap code easier to understand.
gencode.c