Yet another place where + offset was missing.

svn path=/trunk/; revision=50592
This commit is contained in:
Jakub Zawadzki 2013-07-14 22:43:52 +00:00
parent d296ebc525
commit a25c186eaf
1 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@ frame_read(struct tvb_frame *frame_tvb, struct wtap_pkthdr *phdr, Buffer *buf)
return TRUE;
}
static void
frame_invalidate(struct tvb_frame *frame_tvb)
{
@ -84,7 +83,7 @@ frame_invalidate(struct tvb_frame *frame_tvb)
{ /* TODO: THROW(???); */ }
}
frame_tvb->tvb.real_data = buffer_start_ptr(frame_tvb->buf);
frame_tvb->tvb.real_data = buffer_start_ptr(frame_tvb->buf) + frame_tvb->offset;
}
static void