2 * Routines for IEC 61850 Sampled Vales packet dissection
3 * Michael Bernhard 2008
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_SV_H__
13 #define __PACKET_SV_H__
15 #define IEC61850_SV_MAX_PHSMEAS_ENTRIES 20
17 typedef struct _sv_phs_meas
{
22 typedef struct _sv_frame_data
{
26 sv_phs_meas phsMeas
[IEC61850_SV_MAX_PHSMEAS_ENTRIES
];
30 #endif /*__PACKET_SV_H__*/