This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

SLL to GSM SMS

0

Hi,

I got a pcap with a SLL capture, I figure that's a GSM SMS capture, but I m not totally sure. Anyways, I m trying to force wireshark to read it as a GSM SMS but I didn't success.

I need to reform the headers ? I mean to change the Frame / Linux cooked capture headers ? Moreover, the Linux cooked capture layer got an unknow protocol (0x00f5). Or can I just enforce a protocol about the wireshark reading ?

asked 04 Nov '15, 01:05

V1shn0u's gravatar image

V1shn0u
11115
accept rate: 0%

edited 04 Nov '15, 02:48


One Answer:

1

The unknown protocol refers to Nokia Phonet frames, according the the Linux kernel sources (include/uapi/linux/if_ether.h). Wireshark currently doesn't understand these frames.

You could file an enhancement bug, attaching this capture file, and if possible a reference to the Nokia Phonet Frame format, as found include/uapi/linux/phonet.h, so that it can be implemented.

answered 04 Nov '15, 02:17

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Do you know a software able to read theses frames ?

I will file an enhancement bug.

(04 Nov '15, 03:10) V1shn0u