radcom_read_rec() should always read from the file specified by the fh argument.
authorGuy Harris <guy@alum.mit.edu>
Thu, 25 Sep 2014 03:32:26 +0000 (20:32 -0700)
committerGuy Harris <guy@alum.mit.edu>
Thu, 25 Sep 2014 03:33:24 +0000 (03:33 +0000)
commit38ae61f159472630ad659d4e0d00ecc4dcd9dd9e
tree9bac44790915291e2a4be9b59c9d37a2093e2827
parent42018cf08a7512b9d2dc142158b00078ff274e0b
radcom_read_rec() should always read from the file specified by the fh argument.

It's called both from the read and seek-read routines, so it shouldn't
always read from the sequential handle.

Change-Id: I8cb33b9f5b7219f335b0aeeef29c479916276f89
Reviewed-on: https://code.wireshark.org/review/4276
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wiretap/radcom.c