Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-homeplug-av-vendor-vertexcom.h
1/* packet-homeplug-av-vendor-vertexcom.h
2 * Routines for HomePlug AV VertexCom MME dissection
3 * Copyright 2026, ShanTon Tu <[email protected]>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef PACKET_HOMEPLUG_AV_VENDOR_VERTEXCOM_H
13#define PACKET_HOMEPLUG_AV_VENDOR_VERTEXCOM_H
14
15#include <epan/proto.h>
16#include <epan/ptvcursor.h>
17
18#define HOMEPLUG_AV_OUI_VERTEXCOM 0x0013D7
19
25proto_tree* dissect_homeplug_av_mmhdr_mmtype_vertexcom(ptvcursor_t* cursor);
26
32void dissect_homeplug_av_mme_vertexcom(ptvcursor_t* cursor,
33 uint8_t homeplug_av_mmver,
34 uint16_t homeplug_av_mmtype,
35 packet_info* pinfo,
36 proto_tree* vendor_tree);
37
43void homeplug_av_mmtype_column_vertexcom(packet_info* pinfo,
44 uint16_t homeplug_av_mmtype);
45
46#endif /* PACKET_HOMEPLUG_AV_VENDOR_VERTEXCOM_H */
Definition packet_info.h:43
Definition proto.h:907
Definition proto.c:70