Wireshark-commits: [Wireshark-commits] master 2932596: IPv6: Add ipv6extprotostr() to ipproto.h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 29 Nov 2015 21:38:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2932596b65c36a63e79ab85d3349d404a1e16b37
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2932596 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    IPv6: Add ipv6extprotostr() to ipproto.h
    
    Move ipv6_exthdr_check() to ipproto.c.
    
    Seems a better fit, prevents future code duplication.
    
    Change-Id: I84f247febd1499e334289e3057ec1d8ba32d5bcc
    Reviewed-on: https://code.wireshark.org/review/12283
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e75f74a   Qt: Check capture filter only once when selecting interface(s)
    adds  2932596   IPv6: Add ipv6extprotostr() to ipproto.h


Summary of changes:
 epan/dissectors/packet-ipv6.c |   28 ++--------------------------
 epan/ipproto.c                |   30 ++++++++++++++++++++++++++++++
 epan/ipproto.h                |    2 ++
 3 files changed, 34 insertions(+), 26 deletions(-)