aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-06-02 06:50:57 +0000
committerJörg Mayer <jmayer@loplof.de>2006-06-02 06:50:57 +0000
commitd9b930a7d726bf39d40148f34b8eee63c021b701 (patch)
tree2c0c6f7e9e1e0b681526811996ea5912050f01cc
parent62179dd08fa35c6496d29ef99459706fa3531b8d (diff)
image/wireshark.rc.in
svn path=/trunk/; revision=18310
-rw-r--r--epan/plugins.c2
-rw-r--r--tshark.c16
2 files changed, 9 insertions, 9 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index a690422ff8..f663f36be9 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -283,7 +283,7 @@ plugins_scan_dir(const char *dirname)
/*
* It's just an unsupported old-style plugin;
*/
- report_failure("The plugin %s has an old plugin init routine. Support has been dropped.\n Information on how to update your plugin is available at \nhttp://anonsvn.wireshark.com/wireshark/trunk/doc/README.plugins",
+ report_failure("The plugin %s has an old plugin init routine. Support has been dropped.\n Information on how to update your plugin is available at \nhttp://anonsvn.wireshark.org/wireshark/trunk/doc/README.plugins",
name);
g_module_close(handle);
continue;
diff --git a/tshark.c b/tshark.c
index fe1d24f910..1b1aec6588 100644
--- a/tshark.c
+++ b/tshark.c
@@ -218,7 +218,7 @@ print_usage(gboolean print_ver)
fprintf(output,
"TShark " VERSION "%s\n"
"Dump and analyze network traffic.\n"
- "See http://www.wireshark.com for more information.\n"
+ "See http://www.wireshark.org for more information.\n"
"\n"
"%s",
svnversion, get_copyright_info());
@@ -269,9 +269,9 @@ print_usage(gboolean print_ver)
/*fprintf(output, "\n");*/
fprintf(output, "Output:\n");
- fprintf(stderr, " -w <outfile|-> set the output filename (or '-' for stdout)\n");
- fprintf(stderr, " -F <output file type> set the output file type, default is libpcap\n");
- fprintf(stderr, " an empty \"-F\" option will list the file types\n");
+ fprintf(output, " -w <outfile|-> set the output filename (or '-' for stdout)\n");
+ fprintf(output, " -F <output file type> set the output file type, default is libpcap\n");
+ fprintf(output, " an empty \"-F\" option will list the file types\n");
fprintf(output, " -V add output of packet tree (Packet Details)\n");
fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n");
fprintf(output, " -T pdml|ps|psml|text output format of text output (def: text)\n");
@@ -282,10 +282,10 @@ print_usage(gboolean print_ver)
fprintf(output, " -z <statistics> various statistics, see the man page for details\n");
fprintf(output, "\n");
- fprintf(stderr, "Miscellaneous:\n");
- fprintf(stderr, " -h display this help and exit\n");
- fprintf(stderr, " -v display version info and exit\n");
- fprintf(output, " -o <name>:<value> ... override preference setting\n");
+ fprintf(output, "Miscellaneous:\n");
+ fprintf(output, " -h display this help and exit\n");
+ fprintf(output, " -v display version info and exit\n");
+ fprintf(output, " -o <name>:<value> ... override preference setting\n");
}
/*