How to dissect GSM 2G hex stream into wireshark
I have GSM "SYSTEM INFORMATION TYPE 3" message in hex:
0x061b45d812f6070092c9060a27e500fd00008f00402b
I transform this hex string into :
0000 30 36 31 62 34 35 64 38 31 32 66 36 30 37 30 30 061b45d812f60700
0010 39 32 63 39 30 36 30 61 32 37 65 35 30 30 66 64 92c9060a27e500fd
0020 30 30 30 30 38 66 30 30 34 30 32 62 0d 0a 0d 0a 00008f00402b....
Then I make a .pcap file and put it into WireShark. But WireShark doen't show me SYSTEM INFORMATION TYPE 3 message content. What is wrong??
What format is the data in the hex string?
CyberChef has tools for converting to/from hex for testing.
Hex string for "
SYSTEM INFORMATION TYPE 3
" is:If this is GSM data you might change the question title to include that.