dect
/
libpcap
Archived
13
0
Fork 0

As per a suggestion by Alex Medvedev, boost %a to 16000 to let AIX 5.2's

Lex handle scanner.l.
This commit is contained in:
guy 2003-07-03 18:39:10 +00:00
parent 91063479a8
commit 69c370ff8a
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.94 2003-03-11 06:23:55 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.95 2003-07-03 18:39:10 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -81,7 +81,7 @@ N ([0-9]+|(0X|0x)[0-9A-Fa-f]+)
B ([0-9A-Fa-f][0-9A-Fa-f]?)
W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?)
%a 15000
%a 16000
%o 19000
%e 6000
%k 4000