summaryrefslogtreecommitdiff
path: root/grammar.y.in
Commit message (Expand)AuthorAgeFilesLines
* compiler: squelch set-but-not-used warning for yynerrs.Guy Harris2023-05-081-0/+8
* compiler: limit some Berkeley YACC workarounds to pre-2017-07-09 releases.Guy Harris2023-05-081-6/+16
* compiler: tweak error messages for port or proto with an IP address.Guy Harris2023-05-071-21/+21
* compiler: do earlier error checking for bogus arguments.Guy Harris2023-05-061-15/+77
* compiler: remove unneeded argument from gen_mcode6().Guy Harris2023-05-061-2/+2
* Improve handling of DLT_PFLOG when generating filter code.Guy Harris2022-01-291-47/+70
* Merge pull request #1039 from gokulkumar792/add_bar_and_ba_ctl_framesGuy Harris2021-09-131-0/+2
|\
| * IEEE 802.11: add support to filter Block Ack Req & Block Ack control framesGokul Sivakumar2021-07-281-0/+2
* | Fix compiling on Solaris 11.4/AMD64.Denis Ovsienko2021-08-111-2/+7
|/
* Fix bug #989, introduced in 81d760fecaec22d89d8cdad54d605ec8f25be143.Guy Harris2021-01-211-1/+1
* Use "%define api.pure" if supported, otherwise use "%pure-parser".Guy Harris2020-10-191-0/+843