LLP64 fix.

svn path=/trunk/; revision=28120
This commit is contained in:
Guy Harris 2009-04-22 03:50:13 +00:00
parent 5c224bdd74
commit 0293e07437
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ typedef struct _pppdump_t {
guint tenths;
pkt_t spkt;
pkt_t rpkt;
long offset;
gint64 offset;
int num_bytes;
pkt_t *pkt;
struct _pppdump_t *seek_state;