3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_IEEE802A_H__
11 #define __PACKET_IEEE802A_H__
13 #include "ws_symbol_export.h"
16 * Add an entry for a new OUI.
19 void ieee802a_add_oui(uint32_t, const char *, const char *, hf_register_info
*, const int);