summaryrefslogtreecommitdiff
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-02-14 09:00:36 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-14 17:01:21 +0000
commit5cc0ad8672180128b32ef9e8f936011429665d88 (patch)
tree775b1fcb50c56ee32f0d0481693681e1b1536d6c /epan/addr_resolv.c
parentca534b1561c70f7d882d9d00bacf242a23346365 (diff)
downloadwireshark-5cc0ad8672180128b32ef9e8f936011429665d88.tar.gz
Remove a duplicate typedef.
Change-Id: Ie26785cc3577bda84cb4d244aab5a607797b99fb Reviewed-on: https://code.wireshark.org/review/7118 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c4
1 files 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