Wireshark-commits: [Wireshark-commits] master 7838ee9: Add TCP preference for Process information f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 30 Apr 2016 07:11:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7838ee9d1a1dddfc1f3a08989b48ca6742c9b16f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7838ee9 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add TCP preference for Process information from IPFIX
    
    The preference is disabled by default and saves a little
    bit of memory for those that don't get process information
    from IPFIX.
    
    Change-Id: I4b6a106d156862a8d53bf2ad5ee88ea857637815
    Reviewed-on: https://code.wireshark.org/review/15139
    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  43cf41a   Check for packets bigger than WTAP_MAX_PACKET_SIZE.
    adds  7838ee9   Add TCP preference for Process information from IPFIX


Summary of changes:
 docbook/release-notes.asciidoc |    3 ++
 epan/dissectors/packet-tcp.c   |   71 ++++++++++++++++++++++------------------
 epan/dissectors/packet-tcp.h   |   14 +++++---
 3 files changed, 52 insertions(+), 36 deletions(-)