Wireshark-commits: [Wireshark-commits] rev 54292: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_prot
Date: Fri, 20 Dec 2013 13:33:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54292

User: stig
Date: 2013/12/20 01:33 PM

Log:
 Rewrote ProtoField_new to:
 - Allow both string and integer for type and base (improve usability).
 - Check valid base and mask for different types (avoid crashes).
 - Remove ftypes.PROTOCOL from valid types.
 
 This should fix bug #9549.

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +115 -47   wslua_proto.c    Modified