Wireshark-commits: [Wireshark-commits] master 0db5490: Register the IPv4 and IPv6 dissectors direct
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 May 2015 07:47:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0db5490f2697eff72208f9d2273e14af20fc22c5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0db5490 by Guy Harris (guy@xxxxxxxxxxxx):

    Register the IPv4 and IPv6 dissectors directly with WTAP_ENCAP_RAW_IP{4,6}.
    
    No need to run them through the "raw IP" dissector.
    
    Change-Id: I63639651873f00326a20b88a08ecb4ab3b9a83b3
    Reviewed-on: https://code.wireshark.org/review/8459
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2ddf0e6   Don't put an expert info on every single raw frame (even if it was just a Note).
    adds  0db5490   Register the IPv4 and IPv6 dissectors directly with WTAP_ENCAP_RAW_IP{4,6}.


Summary of changes:
 epan/dissectors/packet-ip.c   |    2 +-
 epan/dissectors/packet-ipv6.c |    1 +
 epan/dissectors/packet-raw.c  |   10 ----------
 3 files changed, 2 insertions(+), 11 deletions(-)