Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-ieee802a.h
1 /* packet-ieee802a.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_IEEE802A_H__
11 #define __PACKET_IEEE802A_H__
12 
13 #include "ws_symbol_export.h"
14 
15 /*
16  * Add an entry for a new OUI.
17  */
18 WS_DLL_PUBLIC
19 void ieee802a_add_oui(guint32, const char *, const char *, hf_register_info *, const int);
20 
21 #endif
Definition: proto.h:805