aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-19 05:10:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-19 05:10:16 +0000
commitb1fab725f7411b2e196572638754eaf37db14cde (patch)
treea0531935286f5198f011487cf190972db9571e85 /capture.h
parentfdae54421dc6f89012aeeb238680a0d3c162763d (diff)
The packet counts and drop counts reported by libpcap are unsigned.
Clean up indentation a bit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26037 f5534014-38df-0310-8fa8-9805f1628bb7
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.