diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-07-09 14:09:59 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-07-09 14:09:59 +0000 |
commit | eedc186e94e1ceb87d27f02980936209bd1ccdd1 (patch) | |
tree | db55dff151edc32d1d2821acc7f8cdd9c212f88d /asn1/gprscdr/Makefile.common | |
parent | 3be39a23aa67f821dd4785199e6e778414715254 (diff) | |
download | wireshark-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.common | 5 |
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. |