aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-05 22:46:44 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-05 22:46:44 +0000
commitd494883dde3d40cce3f04e8dd1f0d73037e63378 (patch)
treea4abb83c0c20eafb12ab250bcf7f32f74f281b44 /capinfos.c
parent3928e1990145cf1cc0eb0de01d1196f422d78a4c (diff)
change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
Please distclean Win32 builds! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19814 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c
index d811a6210f..4e6b7ca530 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -118,7 +118,7 @@ process_cap_file(wtap *wth, const char *filename)
int err;
gchar *err_info;
gint64 size;
- long data_offset;
+ gint64 data_offset;
guint32 packet = 0;
gint64 bytes = 0;