aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-16 10:37:58 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-16 18:38:38 +0000
commit63317550297e8cea3ca7da7d21dea6c8ccc0396f (patch)
tree7c041a0941d8727acdfe6c06df8db24e135e6b2b /epan/addr_resolv.c
parent5955efceec603f67b504e839b46a50ebc944f83a (diff)
Get rid of duplicate typedef.
Change-Id: I389132ec27405394ca73fb9c09950d8a91ea32a7 Reviewed-on: https://code.wireshark.org/review/7180 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 abc2c0e619..7ad0478601 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -199,12 +199,12 @@ struct hashether {
char resolved_name[MAXNAMELEN];
};
-typedef struct hashmanuf {
+struct hashmanuf {
guint status; /* (See above) */
guint8 addr[3];
char hexaddr[3*3];
char resolved_name[MAXNAMELEN];
-} hashmanuf_t;
+};
/* internal ethernet type */
typedef struct _ether