Wireshark-commits: [Wireshark-commits] master 560e06d: Read the record length in common code.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Oct 2014 18:47:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=560e06d0de2aef7c650e6d3ecf6f6f616b6d395e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

560e06d by Guy Harris (guy@xxxxxxxxxxxx):

    Read the record length in common code.
    
    Instead of reading the 16-byte blob and record length at the same time,
    just read the 16-byte blob, and then fall through to the record-length
    reading code.
    
    Change-Id: Ib2819a2d654e2670233821882bac79d7cd656b12
    Reviewed-on: https://code.wireshark.org/review/4480
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  66d9ca3   [Automatic manuf, services and enterprise-numbers update for 2014-10-05]
    adds  560e06d   Read the record length in common code.


Summary of changes:
 wiretap/k12.c |  113 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 61 deletions(-)