summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthci_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.c')
-rw-r--r--epan/dissectors/packet-bthci_cmd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 70c655c25b..c1265ca352 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -38,6 +38,7 @@
#include <epan/prefs.h>
#include <epan/decode_as.h>
#include <epan/tap.h>
+#include <wsutil/utf8_entities.h>
#include "packet-bluetooth.h"
#include "packet-bthci_cmd.h"
@@ -1245,9 +1246,6 @@ static const value_string cmd_authentication_enable_values[] = {
{0, NULL }
};
-/* XXX - Should be pulled from utf8_entities.h */
-#define UTF8_MICRO_SIGN "\xc2\xb5" /* 181 / 0xb5 */
-
static const value_string cmd_input_coding_values[] = {
{0x0, "Linear" },
{0x1, UTF8_MICRO_SIGN "-law" },