Skip to content

Commit

Permalink
Fix a comment in gen_vlan(). [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
infrastation committed Jan 15, 2025
1 parent 08e7437 commit 8132be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gencode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9369,7 +9369,7 @@ gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag)
* Check for a VLAN packet, and then change the offsets to point
* to the type and data fields within the VLAN packet. Just
* increment the offsets, so that we can support a hierarchy, e.g.
* "vlan 300 && vlan 200" to capture VLAN 200 encapsulated within
* "vlan 100 && vlan 200" to capture VLAN 200 encapsulated within
* VLAN 100.
*
* XXX - this is a bit of a kludge. If we were to split the
Expand Down

0 comments on commit 8132be7

Please sign in to comment.