URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d52322efb3ab782871312950876803334ec018b9
Submitter: Michael Tüxen (tuexen@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d52322e by ruengeler (ruengeler@xxxxxxxxxxxxx):
SCTP I-DATA support
Change-Id: I459942b9e3287d500dda517568252d4cb56d3216
Reviewed-on: https://code.wireshark.org/review/10802
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
Actions performed:
from a24eeb9 Make the capture comment icon more Wireshark-y.
adds d52322e SCTP I-DATA support
Summary of changes:
epan/dissectors/packet-sctp.c | 232 +++++++++++++++++++++++++++----------
epan/dissectors/packet-sctp.h | 2 +
ui/gtk/sctp_chunk_stat.c | 12 +-
ui/gtk/sctp_chunk_stat_dlg.c | 26 ++++-
ui/gtk/sctp_graph_dlg.c | 4 +-
ui/qt/sctp_graph_arwnd_dialog.cpp | 4 +-
ui/qt/sctp_graph_byte_dialog.cpp | 6 +-
ui/qt/sctp_graph_dialog.cpp | 14 ++-
ui/tap-sctp-analysis.c | 44 +++++--
ui/tap-sctp-analysis.h | 26 ++++-
10 files changed, 281 insertions(+), 89 deletions(-)