Wireshark-commits: [Wireshark-commits] rev 48672: /trunk/tools/npl/ /trunk/tools/npl/: ast.h npl.c

Date: Sun, 31 Mar 2013 15:03:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48672

User: darkjames
Date: 2013/03/31 08:03 AM

Log:
 [NPL] Pushing changes to wireshark repo
 
 - parser no longer use abort() after failing
 - initial support for attributes
 - symbol hashing to avoid strcasecmp()
 - misc other fixes

Directory: /trunk/tools/npl/
  Changes    Path          Action
  +27 -11    ast.h         Modified
  +515 -201  npl.c         Modified
  +43 -33    parser.l      Modified