aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_chunk_stat.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@wireshark.org>2015-10-01 14:17:26 +0000
committerMichael Tüxen <tuexen@wireshark.org>2015-10-01 14:22:12 +0000
commitc53d2f0d0e33de4419b93637d23e04bbcb59af1b (patch)
tree50abab5e1351abe23ad0b3c52be244b3c8e5ccc2 /ui/gtk/sctp_chunk_stat.c
parentd9233585be5e0b01cb9ad618e9b7f3801c6821bf (diff)
Revert "SCTP: Add I_DATA support"
This reverts commit 4e9361dc88eefef27d031e29e2f8ca9891cc03eb. Change-Id: Ia7aee9ffbe5bc5d3ae88e957c234cbee7b65f457 Reviewed-on: https://code.wireshark.org/review/10723 Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
Diffstat (limited to 'ui/gtk/sctp_chunk_stat.c')
-rw-r--r--ui/gtk/sctp_chunk_stat.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/ui/gtk/sctp_chunk_stat.c b/ui/gtk/sctp_chunk_stat.c
index 5742c428cf..e4266e0df2 100644
--- a/ui/gtk/sctp_chunk_stat.c
+++ b/ui/gtk/sctp_chunk_stat.c
@@ -207,12 +207,11 @@ sctpstat_draw(void *phs)
12, tmp->chunk_count[SCTP_ABORT_CHUNK_ID],
13, tmp->chunk_count[SCTP_ERROR_CHUNK_ID],
14, tmp->chunk_count[SCTP_NR_SACK_CHUNK_ID],
- 15, tmp->chunk_count[SCTP_IDATA_CHUNK_ID],
- 16, tmp->chunk_count[SCTP_ASCONF_ACK_CHUNK_ID],
- 17, tmp->chunk_count[SCTP_PKTDROP_CHUNK_ID],
- 18, tmp->chunk_count[SCTP_FORWARD_TSN_CHUNK_ID],
- 19, tmp->chunk_count[SCTP_ASCONF_CHUNK_ID],
- 20, tmp->chunk_count[OTHER_CHUNKS_INDEX],
+ 15, tmp->chunk_count[SCTP_ASCONF_ACK_CHUNK_ID],
+ 16, tmp->chunk_count[SCTP_PKTDROP_CHUNK_ID],
+ 17, tmp->chunk_count[SCTP_FORWARD_TSN_CHUNK_ID],
+ 18, tmp->chunk_count[SCTP_ASCONF_CHUNK_ID],
+ 19, tmp->chunk_count[OTHER_CHUNKS_INDEX],
-1
);
wmem_free(NULL, src_addr);
@@ -251,7 +250,6 @@ static const stat_column titles[]={
{G_TYPE_UINT, TAP_ALIGN_RIGHT, "ABORT" },
{G_TYPE_UINT, TAP_ALIGN_RIGHT, "ERROR" },
{G_TYPE_UINT, TAP_ALIGN_RIGHT, "NR-SACK" },
- {G_TYPE_UINT, TAP_ALIGN_RIGHT, "IDATA" },
{G_TYPE_UINT, TAP_ALIGN_RIGHT, "ASCONF-ACK" },
{G_TYPE_UINT, TAP_ALIGN_RIGHT, "PKTDROP" },
{G_TYPE_UINT, TAP_ALIGN_RIGHT, "FORWARD-TSN" },