diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2016-03-09 03:17:51 +0000 |
---|---|---|
committer | João Valverde <j@v6e.pt> | 2016-03-13 21:30:24 +0000 |
commit | 54a520d4a1151c68d0b4e5f09a8d82466fa499f3 (patch) | |
tree | 7aacae160382098ce651ac862a5dfd5de4beff94 /asn1/isdn-sup/CMakeLists.txt | |
parent | c1f3c935bdd33090c87f0d2f84842ce9729b747a (diff) | |
download | wireshark-54a520d4a1151c68d0b4e5f09a8d82466fa499f3.tar.gz wireshark-54a520d4a1151c68d0b4e5f09a8d82466fa499f3.tar.bz2 wireshark-54a520d4a1151c68d0b4e5f09a8d82466fa499f3.zip |
Move /asn1 to /epan/dissectors
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9
Reviewed-on: https://code.wireshark.org/review/14388
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'asn1/isdn-sup/CMakeLists.txt')
-rw-r--r-- | asn1/isdn-sup/CMakeLists.txt | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/asn1/isdn-sup/CMakeLists.txt b/asn1/isdn-sup/CMakeLists.txt deleted file mode 100644 index a5210cce27..0000000000 --- a/asn1/isdn-sup/CMakeLists.txt +++ /dev/null @@ -1,62 +0,0 @@ -# CMakeLists.txt -# -# Wireshark - Network traffic analyzer -# By Gerald Combs <gerald@wireshark.org> -# Copyright 1998 Gerald Combs -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# - -set( PROTOCOL_NAME isdn-sup ) - -set( PROTO_OPT ) - -set( EXPORT_FILES - ${PROTOCOL_NAME}-exp.cnf -) - -set( EXT_ASN_FILE_LIST -) - -set( ASN_FILE_LIST - Addressing-Data-Elements.asn - Basic-Service-Elements.asn - Embedded-Q931-Types.asn - General-Errors.asn - Advice-of-Charge-Operations.asn - Closed-User-Group-Service-Operations.asn - Conference-Add-On-Operations.asn - Diversion-Operations.asn - MCID-Operations.asn - User-To-User-Signalling-Operations.asn - Freephone-Operations.asn - MLPP-Operations-And-Errors.asn -) - -set( EXTRA_DIST - ${ASN_FILE_LIST} - packet-${PROTOCOL_NAME}-template.c - ${PROTOCOL_NAME}.cnf -) - -set( SRC_FILES - ${EXTRA_DIST} - ${EXT_ASN_FILE_LIST} -) - -set( A2W_FLAGS -b ) - -ASN2WRS() - |