First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to open SSCOP/ALCAP protocol stack pcap?

Hello, guys!

We are trying to open dump with SSCOP/ALCAP protocol stack in Wireshark!

We use following guide for pcap header format: https://wiki.wireshark.org/Developmen... We use following guide for data type format: http://www.tcpdump.org/linktypes.html

We tried to change following parameter manually: guint32 network; /* data link type */

We tried following value:

LINK-LAYER HEADER TYPE VALUES
LINKTYPE_name   LINKTYPE_value  Corresponding DLT_name  Description
LINKTYPE_NG40   244             DLT_NG40                Pseudo-header for ng4T GmbH's UMTS Iub/Iur-over-ATM and Iub/Iur-over-IP format as used by their ng40 protocol tester, followed by frames for the Frame Protocol as specified by 3GPP TS 25.427 for dedicated channels and 3GPP TS 25.435 for common/shared channels in the case of ATM AAL2 or UDP traffic, by SSCOP packets as specified by ITU-T Recommendation Q.2110 for ATM AAL5 traffic, and by NBAP packets for SCTP traffic.

But Wireshark shows "network type 244 unknown or unsupported"

How should we operate to open this pcap?

Vasily's avatar
1
Vasily
asked 2019-07-08 09:12:14 +0000
Jaap's avatar
13.7k
Jaap
updated 2019-07-08 14:52:52 +0000
edit flag offensive 0 remove flag close merge delete

Comments

We are trying to open dump with SSCOP/ALCAP protocol stack in Wireshark!

What program wrote that capture?

What value was used for the data link type?

Guy Harris's avatar Guy Harris (2019-07-08 20:54:12 +0000) edit
add a comment see more comments

1 Answer

0

No one has commited code to Wireshark to read this DLT so you would have to wrire it in that case.

Anders's avatar
5k
Anders
answered 2019-07-08 10:52:30 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer