]> The Tcpdump Group git mirrors - libpcap/commit
Rename some variables and enum values to make things a bit clearer.
authorGuy Harris <[email protected]>
Sun, 8 Feb 2015 02:43:37 +0000 (18:43 -0800)
committerGuy Harris <[email protected]>
Sun, 8 Feb 2015 02:43:37 +0000 (18:43 -0800)
commitb2345e3bc3b35952d128dba9712328514d98abb7
tree5cae90afd71eecdc85d8fddf0d155ea5e0405899
parent0012e24d79b6799971aab93b866a553dce207b33
Rename some variables and enum values to make things a bit clearer.

Replace "ll"/"LL" with "linkhdr"/"LINKHDR", matching "linkpl"/"LINKPL",
as it refers to the offset to the link-layer header.

Use "prev", not "outer", for the link-layer information for the layer in
which the current one is encapsulated (if there's any encapsulation);
that name works better if there are multiple layers of encapsulation.
gencode.c