summaryrefslogtreecommitdiff
path: root/capture.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-08-19 05:10:16 +0000
committerGuy Harris <guy@alum.mit.edu>2008-08-19 05:10:16 +0000
commite8ba2515def69393b68f290284f6e5433a29d0f1 (patch)
treea0531935286f5198f011487cf190972db9571e85 /capture.h
parentd9416525b674e087193f523c06771926f6bf47ae (diff)
downloadwireshark-e8ba2515def69393b68f290284f6e5433a29d0f1.tar.gz
The packet counts and drop counts reported by libpcap are unsigned.
Clean up indentation a bit. svn path=/trunk/; revision=26037
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index 955e2a5194..168660fdc5 100644
--- a/capture.h
+++ b/capture.h
@@ -83,7 +83,7 @@ extern void capture_input_new_packets(capture_options *capture_opts, int to_read
/**
* Capture child told us how many dropped packets it counted.
*/
-extern void capture_input_drops(capture_options *capture_opts, int dropped);
+extern void capture_input_drops(capture_options *capture_opts, guint32 dropped);
/**
* Capture child told us that an error has occurred while starting the capture.