URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38834084b2e93c160c48eea4eac7794af2a315b9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3883408 by Guy Harris (guy@xxxxxxxxxxxx):
    Fix type/length mismatch messages for FT_ETHER.
    
    The main limitation that comes to mind for the length of "an Ethernet"
    is that a 10BASE5 segment can't be longer than 500 m. :-) Say "a MAC
    address" rather than "an Ethernet", as 1) we're fetching an address, not
    an actual physical Ethernet and 2) FT_ETHER is really FT_MAC48 and it
    used for protocols other than Ethernet.
    
    Change-Id: I402341371006e7933faa5c60dab2e58cfb349eb3
    Reviewed-on: https://code.wireshark.org/review/1913
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  48440ac   [Automatic manuf, services and enterprise-numbers update for 2014-06-01]
    adds  3883408   Fix type/length mismatch messages for FT_ETHER.
Summary of changes:
 epan/proto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)