Remove a duplicate typedef.

Change-Id: Ie26785cc3577bda84cb4d244aab5a607797b99fb
Reviewed-on: https://code.wireshark.org/review/7118
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-02-14 09:00:36 -08:00 committed by Gerald Combs
parent ca534b1561
commit 5cc0ad8672
1 changed files with 2 additions and 2 deletions

View File

@ -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