Wireshark-commits: [Wireshark-commits] master 38ae61f: radcom_read_rec() should always read from th
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Sep 2014 03:33:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38ae61f159472630ad659d4e0d00ecc4dcd9dd9e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

38ae61f by Guy Harris (guy@xxxxxxxxxxxx):

    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@xxxxxxxxxxxx>
    

Actions performed:

    from  42018cf   pcapng: respect the fact that wblock->data is a union
    adds  38ae61f   radcom_read_rec() should always read from the file specified by the fh argument.


Summary of changes:
 wiretap/radcom.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)