Wireshark-commits: [Wireshark-commits] master 055b4c5: TPNCP: Support IPv6 without modifying tpncp.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Feb 2020 18:01:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=055b4c59e4f4bbe724c09ce47d5a08eb92e89fc8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

055b4c5 by Orgad Shaneh (orgad.shaneh@xxxxxxxxxxxxxx):

    TPNCP: Support IPv6 without modifying tpncp.dat
    
    This reverts tpncp.dat changes in f307dcc1d4b043f7644abc430737ceacf624aafb
    in order to maintain compatibility with previous versions of the dissector.
    
    Also update the real value of address family for IPv6, and reset
    address family after using it.
    
    Change-Id: I87acf85a84a5ad41fea4a5658181badccebefcb8
    Reviewed-on: https://code.wireshark.org/review/36074
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5255970   SIP:Add SIP Header P-Charge-Info RFC 8496
     add  055b4c5   TPNCP: Support IPv6 without modifying tpncp.dat


Summary of changes:
 epan/dissectors/packet-tpncp.c |  23 ++++-
 tpncp/tpncp.dat                | 198 ++++++++++++++++++++++++++++++-----------
 2 files changed, 167 insertions(+), 54 deletions(-)