aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-31 15:27:48 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-31 15:27:48 +0000
commit63b50fe2eea5e88c455869066626f350acfd9761 (patch)
tree7cbe8386e1ca786969d439f41b5c15686f1a2220 /wiretap/wtap.h
parent8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c (diff)
Declare the snapshot_length as unsigned.
svn path=/trunk/; revision=37479
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 2c00f2af16..de8b5009a6 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -912,7 +912,7 @@ guint8 *wtap_buf_ptr(wtap *wth);
* from the file so far. */
gint64 wtap_read_so_far(wtap *wth);
gint64 wtap_file_size(wtap *wth, int *err);
-int wtap_snapshot_length(wtap *wth); /* per file */
+guint wtap_snapshot_length(wtap *wth); /* per file */
int wtap_file_type(wtap *wth);
int wtap_file_encap(wtap *wth);
int wtap_file_tsprecision(wtap *wth);