Wireshark-commits: [Wireshark-commits] master 6db88da: Change the way we infer the type of the phys
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 06 Feb 2018 20:04:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6db88da7f7ffd7f75bb2e06e269bd28537f10ac1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6db88da by Guy Harris (guy@xxxxxxxxxxxx):

    Change the way we infer the type of the physical address.
    
    Use the address type of the link-layer source address, rather than the
    encapsulation of the outermost packet layer, to determine the type of
    the physical client address in a Dead Station frame.  That should, for
    example, handle cases where the actual Ethernet packets are being
    carried within packets on some non-Ethernet network, or where the
    packets aren't Ethernet packets but are packets on some other network
    using MAC-48 addresses.
    
    Change-Id: Ibd2e2322b03e81aa52c71b080f3c91d2f83fc3b4
    Reviewed-on: https://code.wireshark.org/review/25642
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7e76e5f   Make sure we pass valid addresses to find_conversation.
    adds  6db88da   Change the way we infer the type of the physical address.


Summary of changes:
 epan/dissectors/packet-rtnet.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)