pyshark
pyshark copied to clipboard
Not displaying complete multi-part SMS
Pyshark is not showing complete SMS in case of multi part SMS with gsm_sms.sms_text. I am able to view both parts when I print 'packet.gsm_sms'. It shows two sms_text fields, thereby having both parts of SMS but when I am printing 'packet.gsm_sms.sms_text' I am getting only first part of message. Other fields of message are 'gsm_sms.udh.mm.msg_parts': '2', 'gsm_sms.udh.mm.msg_part': '2','gsm_sms.fragment.count': '2'
Any workaround to get complete sms_text?