From 103ffc1ed782b3f0eae9dd902b60d8541cd3eeaf Mon Sep 17 00:00:00 2001 From: Craig Jackson Date: Mon, 31 Dec 2018 21:30:18 -0500 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/CMakeLists.txt | 1 - epan/dissectors/packet-z3950.h | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 epan/dissectors/packet-z3950.h (limited to 'epan/dissectors') 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 - * Copyright 1998 Gerald Combs - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ - -#ifndef PACKET_Z3950_H -#define PACKET_Z3950_H - - -#endif /* PACKET_Z3950_H */ -- cgit v1.2.3