Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mms-dump] Dump non-multipart attachments
  • Loading branch information
monich committed May 21, 2014
1 parent 347d04f commit 2094691
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mms-dump/mms-dump.c
Expand Up @@ -1071,6 +1071,10 @@ mms_decode_attachment(
mms_value_decode_wsp_params(pdu + consumed, parlen);
mms_value_verbose_dump(iter->pdu + iter->pos, total+1, flags);
printf("\n");
if (flags & MMS_DUMP_FLAG_DATA) {
printf("Data:\n");
mms_decode_dump_data(iter->pdu + off, len);
}
return TRUE;
}
return FALSE;
Expand Down

0 comments on commit 2094691

Please sign in to comment.