http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28458
User: guy
Date: 2009/05/23 01:29 PM
Log:
Have fileset_extract_prefix_suffix() print an error message if it fails,
so we don't just exit silently. Don't bother checking the validity of
arguments - it shouldn't be passed NULL fprefix or fsuffix arguments in
the first place, and isn't passed them.
Exit with an exit status of 1 for command-line syntax errors and 2 for
file open/close/IO errors.
Directory: /trunk/
Changes Path Action
+13 -12 editcap.c Modified