aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorCraig Jackson <cejackson51@gmail.com>2018-12-31 21:30:18 -0500
committerMichael Mann <mmann78@netscape.net>2019-01-01 17:56:01 +0000
commit103ffc1ed782b3f0eae9dd902b60d8541cd3eeaf (patch)
treebad8304b805bc9aa6e628ccc93e5374118c4a141 /epan/dissectors
parentb9473c46f72d7d8d931496d019f0cecb8430ff31 (diff)
Z39.50: Eliminate unnecessary header.
I decided that packet-z3950.h was unnecessary at this time, but I didn't eliminate all trace of it. Change-Id: Iaff41e143bac6bf42779de49f7390ac129cef3e1 Reviewed-on: https://code.wireshark.org/review/31288 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/CMakeLists.txt1
-rw-r--r--epan/dissectors/packet-z3950.h24
2 files changed, 0 insertions, 25 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index dd3188dd5d..8f1cdca82d 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -609,7 +609,6 @@ set(DISSECTOR_PUBLIC_HEADERS
packet-yppasswd.h
packet-ypserv.h
packet-ypxfr.h
- packet-z3950.h
packet-zbee.h
packet-zbee-aps.h
packet-zbee-nwk.h
diff --git a/epan/dissectors/packet-z3950.h b/epan/dissectors/packet-z3950.h
deleted file mode 100644
index 6bbf74d6f8..0000000000
--- a/epan/dissectors/packet-z3950.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Do not modify this file. Changes will be overwritten. */
-/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
-/* packet-z3950.h */
-/* asn2wrs.py -b -p z3950 -c ./z3950.cnf -s ./packet-z3950-template -D . -O ../.. z3950.asn z3950-oclc.asn z3950-externals.asn */
-
-/* Input file: packet-z3950-template.h */
-
-#line 1 "./asn1/z3950/packet-z3950-template.h"
-/* packet-z3950.h
- * Routines for foo packet dissection
- *
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- */
-
-#ifndef PACKET_Z3950_H
-#define PACKET_Z3950_H
-
-
-#endif /* PACKET_Z3950_H */