summaryrefslogtreecommitdiff
path: root/asn1/HI2Operations/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-02-28 20:49:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-02-28 20:49:06 +0000
commiteb4d702bfacdd9af7a19e98388c36bf7ad09015b (patch)
treec0d0938dc2660178bfa4d0bd600696d57c2c2b5f /asn1/HI2Operations/Makefile.common
parent58edf7643332b0474623807cf753dde9ed19bc3f (diff)
downloadwireshark-eb4d702bfacdd9af7a19e98388c36bf7ad09015b.tar.gz
From Erwin van Eijk:
Add ETSI ts101671 dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543 I added dissection of UmtsQos, IMSevent, LDIevent, TARGETACTIVITYMONITOR-1 TARGETACTIVITYMONITORind, TARGETCOMMSMONITORind, TTRAFFICind, CTTRAFFICind And used the original HI2Operations ASN1 file.l svn path=/trunk/; revision=32052
Diffstat (limited to 'asn1/HI2Operations/Makefile.common')
-rw-r--r--asn1/HI2Operations/Makefile.common48
1 files changed, 48 insertions, 0 deletions
diff --git a/asn1/HI2Operations/Makefile.common b/asn1/HI2Operations/Makefile.common
new file mode 100644
index 0000000000..48ea225eda
--- /dev/null
+++ b/asn1/HI2Operations/Makefile.common
@@ -0,0 +1,48 @@
+# $Id$
+#
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
+PROTOCOL_NAME=HI2Operations
+
+DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c
+
+ASN_FILE_LIST = HI2Operations_ver11.asn \
+ UmtsHI2Operations.asn \
+ TS101909201.asn \
+ PCESP.asn \
+ EN301040.asn
+
+# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
+# files do not exist for all protocols: Please add/remove as required.
+EXTRA_DIST = \
+ Makefile.nmake \
+ $(ASN_FILE_LIST) \
+ packet-$(PROTOCOL_NAME)-template.c \
+ $(PROTOCOL_NAME).cnf
+
+SRC_FILES = \
+ $(EXTRA_DIST) \
+ $(EXT_ASN_FILE_LIST)
+
+A2W_FLAGS= -b
+
+EXTRA_CNF=
+