aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-btsnoop.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-03-06 13:07:51 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-09 19:14:29 +0000
commit2753c4c27e862d4d1eebd377232dd49662cf8667 (patch)
tree36c254b408629e52aa19067cff1a9034449622dc /epan/dissectors/file-btsnoop.c
parentce786ed26528f8f39f28608afffab132909da6eb (diff)
Expert info: check group and severity
Add a check for valid group and severity values, and fix violations foud.
Diffstat (limited to 'epan/dissectors/file-btsnoop.c')
-rw-r--r--epan/dissectors/file-btsnoop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-btsnoop.c b/epan/dissectors/file-btsnoop.c
index 55d9c36273..d584b40f29 100644
--- a/epan/dissectors/file-btsnoop.c
+++ b/epan/dissectors/file-btsnoop.c
@@ -341,7 +341,7 @@ proto_register_btsnoop(void)
static ei_register_info ei[] = {
{ &ei_malformed_frame, { "btsnoop.malformed_frame", PI_PROTOCOL, PI_WARN, "Malformed Frame", EXPFILL }},
- { &ei_not_implemented_yet, { "btsnoop.not_implemented_yet", PI_PROTOCOL, PI_UNDECODED, "Not implemented yet", EXPFILL }},
+ { &ei_not_implemented_yet, { "btsnoop.not_implemented_yet", PI_PROTOCOL, PI_WARN, "Not implemented yet", EXPFILL }},
{ &ei_unknown_data, { "btsnoop.unknown_data", PI_PROTOCOL, PI_WARN, "Unknown data", EXPFILL }},
};