The Info column shows only one NGAP/S1AP packet of several packets inside an SCTP packet
## Summary When an SCTP packet contains several DATA chunks with different NGAP packets, the Info column shows only one NGAP packet. Other packets are hidden. ## Steps to reproduce Open attached pcap file. There is one SCTP packet containing three NGAP messages: InitialContextSetupResponse, UplinkNASTransport, UplinkNASTransport. ## What is the current bug behavior? NGAP dissector takes type of only one NGAP packet to fill the Info field. The bug is similar to https://gitlab.com/wireshark/wireshark/-/issues/12144 ## What is the expected correct behavior? NGAP dissector should take types of all NGAP packet to fill the Info field. They should be separated with commas. ## Sample capture file [sctp_data_chunks.pcapng](/uploads/60711a35fbb7d9df5ea5722c25a2966a/sctp_data_chunks.pcapng) ## Relevant logs and/or screenshots ![obraz](/uploads/e9ecdfec4e0c2ed029b6c98270f7a682/obraz.png) ## Build information ``` 3.6.1 (v3.6.1-0-ga0a473c7c1ba) Compiled (64-bit) using Microsoft Visual Studio 2019 (VC++ 14.29, build 30138), with Qt 5.15.2, with libpcap, with GLib 2.66.4, with zlib 1.2.11, with Lua 5.2.4, with GnuTLS 3.6.3 and PKCS #11 support, with Gcrypt 1.8.3, with MIT Kerberos, with MaxMind DB resolver, with nghttp2 1.44.0, with brotli, with LZ4, with Zstandard, with Snappy, with libxml2 2.9.10, with libsmi 0.4.8, with QtMultimedia, with automatic updates using WinSparkle 0.5.7, with AirPcap, with SpeexDSP (using bundled resampler), with Minizip. Running on 64-bit Windows 10 (21H1), build 19043, with Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz (with SSE4.2), with 24459 MB of physical memory, with GLib 2.66.4, with Qt 5.15.2, with Npcap version 1.55, based on libpcap version 1.10.2-PRE-GIT, with c-ares 1.17.0, with GnuTLS 3.6.3, with Gcrypt 1.8.3, with nghttp2 1.44.0, with brotli 1.0.9, with LZ4 1.9.3, with Zstandard 1.4.0, without AirPcap, with light display mode, without HiDPI, with LC_TYPE=Polish_Poland.utf8, binary plugins supported (21 loaded). ```
issue