aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.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-sctp.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-sctp.c')
-rw-r--r--epan/dissectors/packet-sctp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dissectors/packet-sctp.c b/epan/dissectors/packet-sctp.c
index 54813dd13b..0a500b2be9 100644
--- a/epan/dissectors/packet-sctp.c
+++ b/epan/dissectors/packet-sctp.c
@@ -66,6 +66,7 @@
#include <epan/decode_as.h>
#include <wsutil/crc32.h>
#include <wsutil/adler32.h>
+#include <wsutil/utf8_entities.h>
#include "packet-sctp.h"
@@ -719,11 +720,6 @@ find_assoc_index(assoc_info_t* tmpinfo)
return inf;
}
-/* XXX - redefined here to not create UI dependencies */
-#define UTF8_LEFTWARDS_ARROW "\xe2\x86\x90" /* 8592 / 0x2190 */
-#define UTF8_RIGHTWARDS_ARROW "\xe2\x86\x92" /* 8594 / 0x2192 */
-#define UTF8_LEFT_RIGHT_ARROW "\xe2\x86\x94" /* 8596 / 0x2194 */
-
static void
sctp_src_prompt(packet_info *pinfo, gchar *result)
{