/* packet-ieee802a.h * * Wireshark - Network traffic analyzer * By Gerald Combs * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __PACKET_IEEE802A_H__ #define __PACKET_IEEE802A_H__ #include "ws_symbol_export.h" /* * Add an entry for a new OUI. */ WS_DLL_PUBLIC void ieee802a_add_oui(guint32, const char *, const char *, hf_register_info *, const int); #endif