diff --git a/docs/chapters/using_sniff.xml b/docs/chapters/using_sniff.xml index 83ca6ea..95cd1c2 100644 --- a/docs/chapters/using_sniff.xml +++ b/docs/chapters/using_sniff.xml @@ -51,9 +51,21 @@ simtrace - GSM SIM and smartcard tracing
Known Firmware Issues - For some SIM Cards the ATR and the first APDU are sent in the - same USB message and the host utility fails to split the APDUs - properly. A band-aid for the firmware exists. +
+ Combined ATR/APDU message + For some cards the firmware does not send an USB message at + the end of the ATR. The ATR and first APDU will be send in one message + and the host utility fails to split APDUs and nothing will be traced. + A band-aid for the firmware exists and can be found on the mailinglist. + +
+
+ Lost bytes + For some new high speed cards the firmware can lose bytes. The + issue appears to be when the received bytes will be copied to the memory + of the USB controller. The workaround is to reduce the size of the buffer. + +