Comment 11 for bug 1103045

Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

Filtering for Error_no OR Error_msg will work now since Error_no|msg is only present if there's an error number|message. Since case #4 above, the best method is probably filtering for Error_msg because if there's an Error_no there should always be an Error_msg, but the opposite is not true for case #4: there's an Error_msg which is now "Client closed connection during handshake", but not Error_no.