]> The Tcpdump Group git mirrors - libpcap/commit
Mark radio link headers as variable.
authorJesse Gross <[email protected]>
Thu, 12 Feb 2015 19:14:26 +0000 (11:14 -0800)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 17 Feb 2015 14:40:00 +0000 (15:40 +0100)
commit0f740c78ff4523165a177d3258da8e8872096301
treed8f90bdfc86a1a898e15fae7213521884006cd64
parent8970997d857d93253b431bdcb6f013f16a9bc5ee
Mark radio link headers as variable.

Previously, not all variable length offsets had an is_variable flag
- this knowledge was essentially encoded in the generating logic.
Now that the offset code has been generalized, the flag has been
included for these cases as well and it needs to be set appropriately.
The radio code was missing it for the link headers so this adds it.
gencode.c