]> The Tcpdump Group git mirrors - libpcap/commit
Handle all link header offsets like the link payload offset.
authorGuy Harris <[email protected]>
Sun, 8 Feb 2015 23:02:57 +0000 (15:02 -0800)
committerGuy Harris <[email protected]>
Sun, 8 Feb 2015 23:02:57 +0000 (15:02 -0800)
commita46288958d256b46c1d4ce22ec82d9839ba863cf
tree37bc60e2be68559031e39fc8803769d39c5cb96b
parentae3f3ddbbd39fa11ce4b582b18f7f5e4ba497ed4
Handle all link header offsets like the link payload offset.

I.e., treat them as the sum of a possibly-missing variable part
(stored in a "memory register") and a possibly-zero constant part.

Given that, correctly handle PPPoE; that finally makes filters for
protocols on top of PPPoE, when "E" stands for "Wi-Fi", generate the
correct code.
gencode.c