I am seeing a "Malformed Packet" or an incorrect GSMTAP packet, while i am sending a GSM-SIM 11.11 packet over SIMtrace. I am generating the packet and I think it is valid. I am thinking that the problem is is caused because SIMtrace is using the gsmtap port 4729 and wireshark is waiting to see a GSMTAP packet, so maybe it is expecting a different lenght. I would like to learn what is wrong with the packets I have an example on the pcap here: https://www.cloudshark.org/captures/437b9d6bf107 Thanks for any ideas! asked 30 Jun '14, 05:06 mozbery |
One Answer:
It seems like your tool is sending the decoding of the SIM command as plain text, which is definitely not what Wireshark (and the GSMTAP dissector) is expecting (we can see the decoding of the APDU in the ASCII part of the byte panel, while it should be an hex dump of the GSMTAP protocol). I guess you must be using the wrong command line when launching SIMtrace, and should ask for help on the osmocom mailing list. answered 30 Jun '14, 07:53 Pascal Quantin |