aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-sctp-analysis.h
diff options
context:
space:
mode:
authorruengeler <ruengeler@wireshark.org>2016-10-19 17:10:53 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-25 16:24:51 +0000
commitc63f89515985a8db0aa8a500b1832474619090aa (patch)
tree7072673a37c2c5f5a44ac88138ff3ffd84fbe1d7 /ui/tap-sctp-analysis.h
parentae88dbcc2a990218549e06e143908eed1223ad8a (diff)
SCTP: find right assoc id
Change-Id: I107b7f4c585ef5e080d6473a37b3db9a97f12365 Reviewed-on: https://code.wireshark.org/review/18325 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/tap-sctp-analysis.h')
-rw-r--r--ui/tap-sctp-analysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tap-sctp-analysis.h b/ui/tap-sctp-analysis.h
index a330d0fee0..7e007db4a0 100644
--- a/ui/tap-sctp-analysis.h
+++ b/ui/tap-sctp-analysis.h
@@ -123,7 +123,7 @@ extern "C" {
SACK_CHUNK_CUMULATIVE_TSN_ACK_LENGTH)
#define INIT_CHUNK_INITIAL_TSN_LENGTH 4
-#define INIT_CHUNK_FIXED_PARAMTERS_LENGTH (INIT_CHUNK_INITIATE_TAG_LENGTH + \
+#define INIT_CHUNK_FIXED_PARAMETERS_LENGTH (INIT_CHUNK_INITIATE_TAG_LENGTH + \
INIT_CHUNK_ADV_REC_WINDOW_CREDIT_LENGTH + \
INIT_CHUNK_NUMBER_OF_OUTBOUND_STREAMS_LENGTH + \
INIT_CHUNK_NUMBER_OF_INBOUND_STREAMS_LENGTH + \