I'm not good at English, so please forgive me for using a translator.
It looks like you found a bug while parsing packets using wireShark.
A bug where I couldn't parse the last data of the Authorization data I sent.
Is there something I don't know? Or is it a bug?
1.The data I sent: Authorization: Digest username="---",realm="----",nonce="-----",uri="-----",cnonce="------",nc=-----,response="-----",qop="----",opaque="----"
wireShark parsing Data :enter image description here
2.The data I sent:Authorization: Digest username="---", realm="----", nonce="----", uri="-----", response="-----", opaque="----", qop=----, nc=----, cnonce="-----"
wireShark parsing Data :enter image description here