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