Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
cisco_pid.h
Go to the documentation of this file.
1
12#ifndef __PACKET_CISCO_PID_H__
13#define __PACKET_CISCO_PID_H__
14
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
29
30#endif
31
32/*
33 * Editor modelines - https://www.wireshark.org/tools/modelines.html
34 *
35 * Local variables:
36 * c-basic-offset: 8
37 * tab-width: 8
38 * indent-tabs-mode: t
39 * End:
40 *
41 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
42 * :indentSize=8:tabSize=8:noTabs=false:
43 */