Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-ieee802a.h
1/* packet-ieee802a.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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 */
18WS_DLL_PUBLIC
19void ieee802a_add_oui(uint32_t, const char *, const char *, hf_register_info *, const int);
20
21#endif
Definition proto.h:800