/* packet-ftam.h * Routine to dissect OSI ISO 8571 FTAM Protocol packets * based on the ASN.1 specification from http://www.itu.int/ITU-T/asn1/database/iso/8571-4/1988/ * * also based on original handwritten dissector by * Yuriy Sidelnikov * * Anders Broman and Ronnie Sahlberg 2005 * * Wireshark - Network traffic analyzer * By Gerald Combs * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_FTAM_H #define PACKET_FTAM_H #include "packet-ftam-exp.h" #endif /* PACKET_FTAM_H */