aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-05-13 05:14:00 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-05-13 05:14:00 +0000
commit108e75ab4adb6a60e7ae04e6adaf2e651e5df5a2 (patch)
treec2d22f9373e314c9658b338e3c5df597b27d7da8 /dumpcap.c
parent8058ba646aee63d13405d8b7152a6aeb37fb6113 (diff)
Add a comment what needs to be changed when adopting wireshark and tshark.
svn path=/trunk/; revision=37111
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 25995f2ef5..a0c0706720 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -4111,6 +4111,7 @@ report_packet_drops(guint32 received, guint32 drops, gchar *name)
if(capture_child) {
g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_DEBUG, "Packets captured/dropped on interface %s: %s/%s", name, tmp1, tmp2);
+ /* XXX: Need to provide interface id, changes to consumers required. */
pipe_write_block(2, SP_DROPS, tmp2);
} else {
fprintf(stderr, "Packets captured/dropped on interface %s: %s/%s\n", name, tmp1, tmp2);