summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorRustam Safargalin <rustam.safargalin@sifox.ru>2016-05-11 09:57:05 +0300
committerMichael Mann <mmann78@netscape.net>2016-05-11 12:17:14 +0000
commitaba9a5a299a07379ba6a6c42e84bfd3c4b8260ca (patch)
tree02c08fb68c617867c54b79aad31f2c62902b4417 /epan
parentf1c697ff70631df88ffc485a0d07939894a67af5 (diff)
downloadwireshark-aba9a5a299a07379ba6a6c42e84bfd3c4b8260ca.tar.gz
Fix warnings for good ISUP messages
Bug: 12423 Change-Id: Ie4bd0507677850317fda69b991d167948b241397 Reviewed-on: https://code.wireshark.org/review/15356 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-isup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 8291afa9b2..23177cd96b 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -12364,7 +12364,7 @@ proto_register_isup(void)
{ &ei_isup_message_type_unknown, { "isup.message_type.unknown", PI_PROTOCOL, PI_WARN, "Unknown Message type (possibly reserved/used in former ISUP version)", EXPFILL }},
{ &ei_isup_not_dissected_yet, { "isup.not_dissected_yet", PI_UNDECODED, PI_WARN, "Not dissected yet", EXPFILL }},
{ &ei_isup_status_subfield_not_present, { "isup.status_subfield_not_present", PI_PROTOCOL, PI_NOTE, "Status subfield is not present with this message type", EXPFILL }},
- { &ei_isup_message_type_no_optional_parameters, { "isup.message_type.no_optional_parameters", PI_PROTOCOL, PI_WARN, "No optional parameters are possible with this message type", EXPFILL }},
+ { &ei_isup_message_type_no_optional_parameters, { "isup.message_type.no_optional_parameters", PI_PROTOCOL, PI_NOTE, "No optional parameters are possible with this message type", EXPFILL }},
{ &ei_isup_empty_number, { "isup.empty_number", PI_PROTOCOL, PI_NOTE, "(empty) number", EXPFILL }},
};