summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
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.c
parent8f8f0e9ad6fdf0cf3ad12cb2cd1f032da517932c (diff)
downloadwireshark-63b50fe2eea5e88c455869066626f350acfd9761.tar.gz
Declare the snapshot_length as unsigned.
svn path=/trunk/; revision=37479
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 27125f5247..4bf011e15a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -78,7 +78,7 @@ wtap_file_type(wtap *wth)
return wth->file_type;
}
-int
+guint
wtap_snapshot_length(wtap *wth)
{
return wth->snapshot_length;