wireshark/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.h

32 lines
618 B
C

/* packet-gprscdr.h
* Routines for gprscdr packet dissection
* Copyright 2011, Anders Broman <anders.broman@ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_GPRSCDR_H
#define PACKET_GPRSCDR_H
#include "packet-gprscdr-exp.h"
#endif /* PACKET_GPRSCDR_H */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/