From 24bfb7e35d619c004e0458f38a1d5ae538a898fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 15 Oct 2015 02:44:04 +0100 Subject: column-utils: Refactor col_append_port() to col_append_ports() Having a single function call to format source-destination port column info serves the current (and presently only) use case better by having a single place to manage the display format. This commit does not introduce any actual formatting changes. Change-Id: I1d479d0fd5690d12afb47e538057fdc2dd369ca2 Reviewed-on: https://code.wireshark.org/review/11539 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- debian/libwireshark0.symbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index a99d25e0c2..b3ee4bb360 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -130,7 +130,7 @@ libwireshark.so.0 libwireshark0 #MINVER# col_add_str@Base 1.9.1 col_append_fstr@Base 1.9.1 col_append_lstr@Base 1.99.0 - col_append_port@Base 2.1.0 + col_append_ports@Base 2.1.0 col_append_sep_fstr@Base 1.9.1 col_append_sep_str@Base 1.9.1 col_append_str@Base 1.9.1 -- cgit v1.2.1