aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-22 16:14:28 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-22 16:14:28 +0000
commit5e33afbf50f7690a39415e0e4696ddbbbc64caff (patch)
tree517d8a2cd037dd36f3a0d9ad3f04a05d72d04c1a /epan/dissectors
parent574eb87d1863495eb2c31d2f94ac05c8842009b3 (diff)
Don't generate enums that end in a comma
svn path=/trunk/; revision=21888
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-rnsap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c
index ac49372d88..4e108a2236 100644
--- a/epan/dissectors/packet-rnsap.c
+++ b/epan/dissectors/packet-rnsap.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-rnsap.c */
+/* ./packet-rnsap.c */
/* ../../tools/asn2wrs.py -p rnsap -c rnsap.cnf -s packet-rnsap-template RNSAP-CommonDataTypes.asn RNSAP-Constants.asn RNSAP-Containers.asn RNSAP-IEs.asn RNSAP-PDU-Contents.asn RNSAP-PDU-Descriptions.asn */
/* Input file: packet-rnsap-template.c */
@@ -211,7 +211,7 @@
typedef enum _DdMode_enum {
tdd = 0,
fdd = 1,
- common = 2,
+ common = 2
} DdMode_enum;
typedef enum _ProtocolIE_ID_enum {
@@ -744,7 +744,7 @@ typedef enum _ProtocolIE_ID_enum {
id_HS_PDSCH_Code_Change_Grant = 680,
id_HS_PDSCH_Code_Change_Indicator = 681,
id_SixtyfourQAM_DL_SupportIndicator = 684,
- id_eDCH_MACdFlow_Retransmission_Timer_LCR = 694,
+ id_eDCH_MACdFlow_Retransmission_Timer_LCR = 694
} ProtocolIE_ID_enum;
/*--- End of included file: packet-rnsap-val.h ---*/