diff options
Diffstat (limited to 'epan/dissectors/asn1/rspro/packet-rspro-template.h')
-rw-r--r-- | epan/dissectors/asn1/rspro/packet-rspro-template.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/rspro/packet-rspro-template.h b/epan/dissectors/asn1/rspro/packet-rspro-template.h new file mode 100644 index 0000000000..7b6f185218 --- /dev/null +++ b/epan/dissectors/asn1/rspro/packet-rspro-template.h @@ -0,0 +1,16 @@ +/* packet-rspro.h + * Routines for RSPRO (remote SIM protocol) packet dissection + * (C) 2019 by Harald Welte <laforge@gnumonks.org> + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef PACKET_RSPRO_H +#define PACKET_RSPRO_H + + +#endif /* PACKET_RSPRO_H */ |