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(-)