lower the expert info level from NOTE to CHAT for the multiple PDU message, as this is a common behaviour

svn path=/trunk/; revision=18634
This commit is contained in:
Ulf Lamping 2006-07-01 12:19:33 +00:00
parent 66318ef7e1
commit be94c1a5b0
1 changed files with 1 additions and 1 deletions

View File

@ -3978,7 +3978,7 @@ dissect_dcerpc_cn (tvbuff_t *tvb, int offset, packet_info *pinfo,
if(pinfo->dcectxid != 0) {
/* this is not the first DCE-RPC request/response in this (TCP?-)PDU */
expert_add_info_format(pinfo, NULL, PI_SEQUENCE, PI_NOTE, "Multiple DCE/RPC fragments/PDU's in one packet");
expert_add_info_format(pinfo, NULL, PI_SEQUENCE, PI_CHAT, "Multiple DCE/RPC fragments/PDU's in one packet");
}
offset = start_offset;