aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gprscdr/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-09 14:09:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-09 14:09:59 +0000
commiteedc186e94e1ceb87d27f02980936209bd1ccdd1 (patch)
treedb55dff151edc32d1d2821acc7f8cdd9c212f88d /asn1/gprscdr/Makefile.common
parent3be39a23aa67f821dd4785199e6e778414715254 (diff)
downloadwireshark-eedc186e94e1ceb87d27f02980936209bd1ccdd1.tar.gz
wireshark-eedc186e94e1ceb87d27f02980936209bd1ccdd1.tar.bz2
wireshark-eedc186e94e1ceb87d27f02980936209bd1ccdd1.zip
Dissect Release 8 CDR:s
svn path=/trunk/; revision=43624
Diffstat (limited to 'asn1/gprscdr/Makefile.common')
-rw-r--r--asn1/gprscdr/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/asn1/gprscdr/Makefile.common b/asn1/gprscdr/Makefile.common
index 9e515e2456..3b0515b33d 100644
--- a/asn1/gprscdr/Makefile.common
+++ b/asn1/gprscdr/Makefile.common
@@ -26,8 +26,9 @@ EXPORT_FILES = \
$(PROTOCOL_NAME)-exp.cnf
ASN_FILE_LIST = \
- GenericChargingDataTypesV641.asn \
- GPRSChargingDataTypesV641.asn
+ GenericChargingDataTypesV8e0.asn \
+ GPRSChargingDataTypesV641.asn \
+ GPRSChargingDataTypesV8e0.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.