Wireshark-commits: [Wireshark-commits] master fe99fb4: Don't try to dissect if the link-layer heade

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jan 2016 23:59:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe99fb49dd23e89304cd9eab16c75f81d40be787
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fe99fb4 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't try to dissect if the link-layer header type requires a pseudo-header.
    
    If a link-layer header type is one where Wiretap generates a
    pseudo-header from the bytes at the beginning of the packet data, we
    can't handle it, because we don't have code to process those bytes and
    generate a pseudo-header.  Punt on it.
    
    Change-Id: I28c585e9d368216411cc841068ce3414f27f2d86
    Reviewed-on: https://code.wireshark.org/review/13319
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8f73377   autotools: Remove repeated configure output (sshdump)
    adds  fe99fb4   Don't try to dissect if the link-layer header type requires a pseudo-header.


Summary of changes:
 epan/dissectors/packet-ppi.c |   77 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 62 insertions(+), 15 deletions(-)