]> The Tcpdump Group git mirrors - libpcap/commit
Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,
authorguy <guy>
Mon, 2 May 2005 21:13:38 +0000 (21:13 +0000)
committerguy <guy>
Mon, 2 May 2005 21:13:38 +0000 (21:13 +0000)
commitc04804d259eac0d703c5e9bfb63510f58b45bfd9
tree60941cc13d65927d9014155f3d7146954cab50ec
parentb8cc5a7ae12fc08c3052b28b18d13e0155146519
Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,
including those with fixed-length radio headers (it already refers to
the 802.11 header for radiotap).

Add a new "radio" keyword, to allow access to the radio header.  In
theory, something to allow testing for specific signal strengths, etc.
might be useful, but radiotap makes that difficult as the code can't
loop through the header looking for the signal strength field, the loop
has to be unrolled, and some of the other headers might not have
standardized the meaning of some of the fields, so we require the user
to construct such a filter themselves, for now.
gencode.c
gencode.h
grammar.y
scanner.l