aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-07 11:42:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-07 11:42:11 +0000
commit609bb570975ae71db1518e4d057718ffe1080227 (patch)
treee82eb816c9f50d056074c44dd705b946e04f7097 /wiretap
parent73f45b105e88c73fff404191457c606d1e3b252b (diff)
downloadwireshark-609bb570975ae71db1518e4d057718ffe1080227.tar.gz
wireshark-609bb570975ae71db1518e4d057718ffe1080227.tar.bz2
wireshark-609bb570975ae71db1518e4d057718ffe1080227.zip
Corrected some types.
svn path=/trunk/; revision=24280
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ascend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ascend.c b/wiretap/ascend.c
index 23ff63d7fb..66fbd6dcd5 100644
--- a/wiretap/ascend.c
+++ b/wiretap/ascend.c
@@ -173,7 +173,7 @@ int ascend_open(wtap *wth, int *err, gchar **err_info _U_)
struct stat statbuf;
guint8 buf[ASCEND_MAX_PKT_LEN];
ascend_pkthdr header;
- guint64 dummy_seek_start;
+ gint64 dummy_seek_start;
/* We haven't yet allocated a data structure for our private stuff;
set the pointer to null, so that "ascend_seek()" knows not to