ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master f30b1e3: Make TCP options into a dissector table.

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 31 Dec 2016 13:10:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f30b1e3b3bc4cec85296c280cdae88d3d17fae04
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f30b1e3 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Make TCP options into a dissector table.
    
    This provides external access for dissectors and plugins to provide their
    own implementation of TCP options.
    
    Bug: 13141
    Bug: 4452
    Change-Id: I2fa6290616a4d8a8b421dd6daf98a23ce55479b9
    Reviewed-on: https://code.wireshark.org/review/19461
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a0be5ad   Add interface for "pinos" (Protocols in name only)
    adds  f30b1e3   Make TCP options into a dissector table.


Summary of changes:
 epan/dissectors/packet-tcp.c | 1017 +++++++++++++++++++++---------------------
 1 file changed, 497 insertions(+), 520 deletions(-)