aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-04-22 04:33:49 +0000
committerGuy Harris <guy@alum.mit.edu>2009-04-22 04:33:49 +0000
commitbea4b58ec52e44ff5092ab28dd1504ea6fe29fe8 (patch)
treea291e671be9e4376b7b37ceb67ed9fbd338b2577 /wiretap/pppdump.c
parentc7d09027df15fe996bb39738cf5068c37e762c78 (diff)
More file-offset fixes.
svn path=/trunk/; revision=28122
Diffstat (limited to 'wiretap/pppdump.c')
-rw-r--r--wiretap/pppdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/pppdump.c b/wiretap/pppdump.c
index bbf0d704c1..e889065b0b 100644
--- a/wiretap/pppdump.c
+++ b/wiretap/pppdump.c
@@ -535,7 +535,7 @@ collate(pppdump_t* state, FILE_T fh, int *err, gchar **err_info, guint8 *pd,
pkt_t *pkt = NULL;
int byte0, byte1;
int n, num_written = 0;
- long start_offset;
+ gint64 start_offset;
guint32 time_long;
guint8 time_short;