summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2017-03-09 19:48:48 +0100
committerJörg Mayer <jmayer@loplof.de>2017-03-09 19:00:42 +0000
commit6c00eba20e5dfceb8a516e3fa5342a6148c30288 (patch)
tree78cad14e93258bfeab1b4e520a5430c816d5a7f3 /dumpcap.c
parent0ac07be8081f4ae8d1a40c7ca94a70dd92bd7164 (diff)
downloadwireshark-6c00eba20e5dfceb8a516e3fa5342a6148c30288.tar.gz
Add another instance of capture_opts_log when more information is known.
Make a url in a comment more readable. Change-Id: I9a34e442434cc50c6d631622d680c12049c7dbf8 Reviewed-on: https://code.wireshark.org/review/20472 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index d9b2739919..2d4bf513e7 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -2703,7 +2703,7 @@ capture_loop_dispatch(loop_data *ld,
/*
* WinPcap's remote capturing feature doesn't work with pcap_dispatch(),
- * see https://wiki.wireshark.org/CaptureSetup_2fWinPcapRemote
+ * see https://wiki.wireshark.org/CaptureSetup/WinPcapRemote
* This should be fixed in the WinPcap 4.0 alpha release.
*
* For reference, an example remote interface:
@@ -3165,6 +3165,7 @@ capture_loop_start(capture_options *capture_opts, gboolean *stats_known, struct
#endif
start_time = create_timestamp();
g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_INFO, "Capture loop running.");
+ capture_opts_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_DEBUG, capture_opts);
/* WOW, everything is prepared! */
/* please fasten your seat belts, we will enter now the actual capture loop */