Wireshark-commits: [Wireshark-commits] master 8c2aa71: Netflow/Ipfix: Decode TCP Flags field

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Dec 2015 05:33:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c2aa715c8b4f7dc9853f4361560d7a277fdccb2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8c2aa71 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    Netflow/Ipfix: Decode TCP Flags field
    
    Patch to decode the TCP Flags field (tcpControlBits, ID 6) in Netflow/Ipfix
    data to see the used TCP Flags of a flow.
    
    Documentation can be found at http://tools.ietf.org/html/rfc5102#section-5.8.7
    and https://www.iana.org/assignments/ipfix/ipfix.xhtml
    
    Unfortunately I can't provide a sanitized pcap.
    
    Change-Id: I1674ff926525124902518fc4b1cebc2d6f38fc6c
    Reviewed-on: https://code.wireshark.org/review/12927
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  260afe1   Prevent infinite loop in DNP3 dissector.
    adds  8c2aa71   Netflow/Ipfix: Decode TCP Flags field


Summary of changes:
 epan/dissectors/packet-netflow.c |  144 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 139 insertions(+), 5 deletions(-)