From 456095c89dd5fe257ce86d5529179295ebf9151e Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 8 Jan 2015 11:54:36 -0500 Subject: 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 Reviewed-by: Anders Broman --- epan/dissectors/packet-atalk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-atalk.c') diff --git a/epan/dissectors/packet-atalk.c b/epan/dissectors/packet-atalk.c index 18234dd378..7b873cdad1 100644 --- a/epan/dissectors/packet-atalk.c +++ b/epan/dissectors/packet-atalk.c @@ -31,10 +31,10 @@ #include #include #include -#include #include #include #include +#include #include #include "packet-atalk.h" #include "packet-afp.h" -- cgit v1.2.3