CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/28 05:40:33
Modified files:
lib/libpcap : scanner.l
Log message:
libpcap: replace hand-rolled number parser with strtol
can't use strtonum here since it needs to handle octal and hex
notations as well. Part of a larger diff that's ok beck@
