View Single Post
Posts: 75 | Thanked: 269 times | Joined on Aug 2012
#66
It's breaking the while loop when it finds contentLocation.
In mms/mms_pdu.py comment out lines 152-154:
Code:
            elif header == MMSEncodingAssignments.fieldNames[0x03][0]:
                contentLocationFound = True
                break
This should allow the function to decode the header a bit further.
 

The Following User Says Thank You to Ilew For This Useful Post: