aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-07-22 20:36:13 -0700
committerGuy Harris <guy@alum.mit.edu>2018-07-23 03:36:48 +0000
commitbfc823dc7113e971b561686d1abc994a7d99f9ac (patch)
tree9500e52c26dd012ddf407873ce563e09a68397ed
parent178bb86d5724ac3edeee4225cc55882931d0bdb5 (diff)
downloadwireshark-bfc823dc7113e971b561686d1abc994a7d99f9ac.tar.gz
wireshark-bfc823dc7113e971b561686d1abc994a7d99f9ac.tar.bz2
wireshark-bfc823dc7113e971b561686d1abc994a7d99f9ac.zip
Alas, REPORT_DISSECTOR_BUG() takes only one argument in 2.2.
Change-Id: I5734654cdb8af845e75088c8a3d75a8a018788c2 Reviewed-on: https://code.wireshark.org/review/28820 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-btatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btatt.c b/epan/dissectors/packet-btatt.c
index 3959ab4ad3..d77bd576fe 100644
--- a/epan/dissectors/packet-btatt.c
+++ b/epan/dissectors/packet-btatt.c
@@ -4030,7 +4030,7 @@ btatt_call_dissector_by_dissector_name_with_data(const char *dissector_name,
if (handle != NULL)
return call_dissector_with_data(handle, tvb, pinfo, tree, data);
else
- REPORT_DISSECTOR_BUG("Dissector %s not registered", dissector_name);
+ REPORT_DISSECTOR_BUG("Dissector not registered");
}
static gint