aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-08 11:54:36 -0500
committerAnders Broman <a.broman58@gmail.com>2015-01-09 05:58:59 +0000
commit456095c89dd5fe257ce86d5529179295ebf9151e (patch)
treeb03b205ab311c7d4c25b0b7e345a42f75aaec774 /epan/column-utils.c
parentd296c75247b2b176e728cfdcf24a2f20d6fa2449 (diff)
disperse atalk-utils.[ch]
The functionality was suiting for address_to_str.c and the #defines belong in packet-atalk.h. Kept the address structure with the "address string conversion", but that can probably be better cleaned up when the address to str as a whole is cleaned up. Would also consider making AT_ATALK an FT_ type as well. Change-Id: Ia534096c707e6fb94acdfee0d332beda6571c371 Reviewed-on: https://code.wireshark.org/review/6417 Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/column-utils.c')
-rw-r--r--epan/column-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/column-utils.c b/epan/column-utils.c
index 8d088e0098..0da288d121 100644
--- a/epan/column-utils.c
+++ b/epan/column-utils.c
@@ -28,7 +28,6 @@
#include "column-utils.h"
#include "timestamp.h"
#include "sna-utils.h"
-#include "atalk-utils.h"
#include "to_str.h"
#include "packet_info.h"
#include "wsutil/pint.h"