From 5823e6e50bad432ff7b6ea6c3c0dc2dc9232b469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 5 Oct 2015 13:51:58 +0100 Subject: Remove duplicate transport ports from proto tree summary Don't display duplicate ports if transport name resolution is not enabled (for UDP/TCP/DCCP). Also introduce col_append_port() to handle info column port display with name resolution in a uniform format. Change-Id: Icb8ac45f726b7c539b4534c62061473e9b582753 Reviewed-on: https://code.wireshark.org/review/10804 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- wsutil/utf8_entities.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wsutil/utf8_entities.h') diff --git a/wsutil/utf8_entities.h b/wsutil/utf8_entities.h index 50132e742e..0fab083674 100644 --- a/wsutil/utf8_entities.h +++ b/wsutil/utf8_entities.h @@ -39,6 +39,7 @@ #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 */ +#define UTF8_LONG_RIGHTWARDS_ARROW "\xe2\x9f\xb6" /* 10230 / 0x27f6 */ #define UTF8_PLACE_OF_INTEREST_SIGN "\xe2\x8c\x98" /* 8984 / 0x2318 */ -- cgit v1.2.1