http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25201
User: guy
Date: 2008/04/30 12:58 AM
Log:
Use report_failure() to report failures in capture_sync.c; that will do
the right thing in Wireshark and TShark, as both of them call
epan_init() to set the appropriate "report an error" function.
That obviates the need to have TShark have its own private version of
simple_dialog().
Have cmdarg_err() just call failure_message() instead of duplicating the
code in failure_message().
Directory: /trunk/
Changes Path Action
+18 -27 capture_sync.c Modified
+1 -23 tshark.c Modified