Wireshark-commits: [Wireshark-commits] master 4b060b7: cflow: Add support for dissecting fields wit
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Apr 2020 16:48:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b060b739eca967c66a278a934bb968978c6c6b6
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4b060b7 by Deep Datta (deep.datta@xxxxxxxxxxxx):

    cflow: Add support for dissecting fields with data type subTemplateList
    
    SubTemplateList is one of the 3 hierarchical data types supported by IPFIX.
    Adding the capability to dissect fields of this type and show the list
    of sub elements along with the 2 header fields in the subtemplate;
    semantic and subtemplate id.
    Tested with multiple level of nesting with subtemplate list fields
    inside another list.
    reference: https://tools.ietf.org/html/rfc6313#section-4.5.2
    
    + Review comment Changes
    
    Change-Id: Iad00944c935cad8c0cdba457b9453fd13c68a6c2
    Reviewed-on: https://code.wireshark.org/review/36745
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  6b58915   Qt: Fix memory leak in TCP Stream Dialog
     add  4b060b7   cflow: Add support for dissecting fields with data type subTemplateList


Summary of changes:
 epan/dissectors/packet-netflow.c | 96 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 95 insertions(+), 1 deletion(-)