Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37007: /trunk/epan/dfilter/ /trunk/epan/dfilter/: scanne

Date: Fri, 06 May 2011 03:59:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37007

User: guy
Date: 2011/05/05 08:59 PM

Log:
 Use strtoul() rather than sscanf to parse octal and hex numbers in
 escape sequences; sscanf is a bit heavyweight, and using strtoul() also
 squelches some "return value ignored" warnings.

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +4 -4      scanner.l     Modified