aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-10-04 18:10:29 +0100
committerMichael Mann <mmann78@netscape.net>2015-10-05 14:34:53 +0000
commitc00420efa258af2599d8ddf773257b0326a1682f (patch)
tree7573eae95116266b5c45f2f5bb26f6bf67ab7565 /epan/dissectors/packet-bthci_evt.c
parent9b83b091b45e8605a95f664a3c9bbd03090991a8 (diff)
Move utf8_entities.h to wsutil
Change-Id: I6298b3de5f0a1cb988014ff16082eaf8c2a3c3c0 Reviewed-on: https://code.wireshark.org/review/10786 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/dissectors/packet-bthci_evt.c')
-rw-r--r--epan/dissectors/packet-bthci_evt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c
index 9754a55810..701bb83c8a 100644
--- a/epan/dissectors/packet-bthci_evt.c
+++ b/epan/dissectors/packet-bthci_evt.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_sco.h"
@@ -715,9 +716,6 @@ static const value_string evt_master_clock_accuray[] = {
{ 0, NULL }
};
-/* XXX - Should be pulled from utf8_entities.h */
-#define UTF8_MICRO_SIGN "\xc2\xb5" /* 181 / 0xb5 */
-
static const value_string evt_air_mode_vals[] = {
{ 0x00, UTF8_MICRO_SIGN "-law log" },
{ 0x01, "A-law log" },