aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-12-06 11:38:24 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-12-06 10:41:14 +0000
commitb455d8fceefb543ace0e2c5729607326417db7c8 (patch)
tree1af19626be1ea57891c38795f31ebd0ebbae559c /epan/dissectors/asn1
parentf9484445316f0a7c176e749408d6799cd6249497 (diff)
HI2Operations: update auto generated file and remove unused template
Change-Id: If31c0fdfac9c450871accba53715dc4d0e6468a6 Reviewed-on: https://code.wireshark.org/review/30939 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1')
-rw-r--r--epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.h b/epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.h
deleted file mode 100644
index 29c5d96509..0000000000
--- a/epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* packet-HI2Operations-template.h
- *
- * Routines for HI2 (ETSI TS 101 671 V3.5.1 (2009-11))
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- */
-
-
-#ifndef PACKET_HI2OPERATIONS_H
-#define PACKET_HI2OPERATIONS_H
-
-#include "packet-HI2Operations-exp.h"
-
-#endif /* if PACKET_HI2OPERATIONS_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:
- */