From 5cc0ad8672180128b32ef9e8f936011429665d88 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 14 Feb 2015 09:00:36 -0800 Subject: [PATCH] Remove a duplicate typedef. Change-Id: Ie26785cc3577bda84cb4d244aab5a607797b99fb Reviewed-on: https://code.wireshark.org/review/7118 Reviewed-by: Gerald Combs --- epan/addr_resolv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c index 171b891829..42319c67f9 100644 --- a/epan/addr_resolv.c +++ b/epan/addr_resolv.c @@ -192,12 +192,12 @@ typedef struct hashipxnet { #define HASHETHER_STATUS_RESOLVED_DUMMY 2 #define HASHETHER_STATUS_RESOLVED_NAME 3 -typedef struct hashether { +struct hashether { guint status; /* (See above) */ guint8 addr[6]; char hexaddr[6*3]; char resolved_name[MAXNAMELEN]; -} hashether_t; +}; /* internal ethernet type */ typedef struct _ether