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 34742: /trunk/ /trunk/: editcap.c

Date: Mon, 01 Nov 2010 14:33:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34742

User: morriss
Date: 2010/11/01 07:33 AM

Log:
 From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5353 :
 
 editcap -h sends 9 lines to stderr and the rest to stdout.  This problem
 affects editcap 1.4.x (branch 1.4) and devel (trunk).
 
 How to duplicate:
  1) run "editcap -h"
  2) run "editcap -h > /dev/null"
 
 The attached patch replaces 9 ocurrences of "stderr" by "output" in the usage
 function.

Directory: /trunk/
  Changes    Path          Action
  +10 -10    editcap.c     Modified