Wireshark-commits: [Wireshark-commits] rev 54555: /trunk/ /trunk/: capinfos.c

Date: Thu, 02 Jan 2014 15:41:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54555

User: wmeier
Date: 2014/01/02 03:41 PM

Log:
 For getopt() arg processing:
  - Use exit(0) for -h option as per convention;
 
 For g_option...() arg processing (when USE_GOPTION is set):
  - Fix bug: 'capinfos x' doesn't print any info about x;
    (bug introduced in SVN #48481);
  - Use stderr for error messages related to cmd-line arg parsing;

Directory: /trunk/
  Changes    Path          Action
  +98 -93    capinfos.c    Modified