3 * Register an LLC dissector table for Cisco's OUI 00:00:0c
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_CISCO_PID_H__
13 #define __PACKET_CISCO_PID_H__
15 #define CISCO_PID_DRIP 0x0102
16 #define CISCO_PID_PAGP 0x0104
17 #define CISCO_PID_MLS_HELLO 0x0105
18 #define CISCO_PID_RLQ_REQ 0x0108
19 #define CISCO_PID_RLQ_RESP 0x0109
20 #define CISCO_PID_PVSTPP 0x010B
21 #define CISCO_PID_VLAN_BRIDGE 0x010C
22 #define CISCO_PID_UDLD 0x0111
23 #define CISCO_PID_MCP 0x0139
24 #define CISCO_PID_CDP 0x2000
25 #define CISCO_PID_CGMP 0x2001
26 #define CISCO_PID_VTP 0x2003
27 #define CISCO_PID_DTP 0x2004
28 #define CISCO_PID_STP_UL_FAST 0x200A
33 * Editor modelines - https://www.wireshark.org/tools/modelines.html
41 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
42 * :indentSize=8:tabSize=8:noTabs=false: