Archie Cobbs dceab8ea63 When pcap_compile() detects an error, it longjmp()'s out of the
scanner/parser. FreeBSD recently made 'flex' its default implementation
of 'lex'. One of the incompatibilities of 'flex' vs. 'lex' is that
if you longjmp() out of the scanner, you must call yyrestart()
before doing another scan (as documented in flex(1)). So add an
invocation to yyrestart() in lex_init(). This change should be
backwards compatible with the original 'lex'.

PR:	bin/24116
2001-01-07 00:26:32 +00:00
..
2000-10-30 10:54:09 +00:00
2000-01-16 10:22:31 +00:00
2000-07-14 09:57:37 +00:00
2000-03-19 22:00:57 +00:00
2001-01-03 18:32:10 +00:00
2000-08-20 09:51:08 +00:00
2000-11-14 11:20:58 +00:00
2000-09-25 00:41:55 +00:00
2000-11-30 21:07:50 +00:00