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 41053: /trunk/ /trunk/epan/dissectors/: packet-exec.c /t

Date: Fri, 17 Feb 2012 17:22:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41053

User: sfisher
Date: 2012/02/17 09:22 AM

Log:
 Move exec_isdigit_string() and exec_isprint_string() functions out of
 the exec dissector and into wsutil/str_util.c.  Rename them to
 isdigit_string() and isprint_string().  Also rename the variables they use
 for consistency: string -> str and position -> pos.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +5 -44     packet-exec.c    Modified

Directory: /trunk/wsutil/
  Changes    Path             Action
  +2 -0      libwsutil.def    Modified
  +38 -0     str_util.c       Modified
  +14 -0     str_util.h       Modified