Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.6 f4dc810: TCP: improve handling of unknown TCP opt

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Apr 2018 10:11:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4dc81049efa87adfafc14537d9c5b18ea8c83d3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

f4dc810 by Ivan Nardi (nardi.ivan@xxxxxxxxx):

    TCP: improve handling of unknown TCP options
    
    Create protocol sub-tree, allow filtering for unknown/unsupported TCP options.
    
    Change-Id: I9f51e3ac83e2fa97756a9f3a43f8cd2e15949e67
    Reviewed-on: https://code.wireshark.org/review/27020
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 79014a50c3f7f06f4e0513c887e4cb1e85edf61c)
    Reviewed-on: https://code.wireshark.org/review/27047
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f1f6d51   Fix cpu_diag_eventid_fix_names table.
    adds  f4dc810   TCP: improve handling of unknown TCP options


Summary of changes:
 epan/dissectors/packet-tcp.c | 41 +++++++++++++++++++++++++++++++++--------
 1 file changed, 33 insertions(+), 8 deletions(-)