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 32711: /trunk/ /trunk/gtk/: main.c /trunk/: Makefile.com

Date: Fri, 07 May 2010 08:40:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32711

User: guy
Date: 2010/05/07 01:40 AM

Log:
 Add routines vfprintf_stderr() and fprintf_stderr() to print to the
 standard error and, in Wireshark on Windows, create a console if
 necessary.  Have the cmdarg_err routines use them.
 
 Use *fprintf_stderr() to print the output of -L, rather than using
 cmdarg_err_cont(), so that we don't get extra newlines in the output (it
 should look similar to the output of tcpdump).

Directory: /trunk/gtk/
  Changes    Path          Action
  +31 -13    main.c        Modified

Directory: /trunk/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +6 -5      capture_opts.c     Modified
  +51 -0     console_io.h       Added
  +21 -0     dumpcap.c          Modified
  +21 -0     tshark.c           Modified