]> The Tcpdump Group git mirrors - libpcap/commit
Generate a reentrant lexical analyzer and parser.
authorGuy Harris <[email protected]>
Sat, 5 Dec 2015 03:00:46 +0000 (19:00 -0800)
committerGuy Harris <[email protected]>
Sat, 5 Dec 2015 03:00:46 +0000 (19:00 -0800)
commit5823e2382c11cb9cdbe895c7e34b045a25c3bd78
treeb05d73b2755a22d00fca2e46dcec80c08b3fff6f
parent720b9a33921bbc017ef39bd57dc25a8e9ce9535c
Generate a reentrant lexical analyzer and parser.

This doesn't make pcap_compile() completely reentrant and thread-safe,
but it's a significant step along the way.

Get rid of some stuff left over from when we supported classic Lex.
gencode.c
gencode.h
grammar.y
pcap-int.h
scanner.l