aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-30 14:31:05 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-30 14:31:05 +0000
commitf6fcc272dfe1c213c4261713a5b3af17239b4f67 (patch)
treefdf2a29b70c305b91875e65a2f6d8bdb0e418e6d /epan/dissectors/packet-h248.c
parented88045a8d81f9d50193c2776a9d186e22807514 (diff)
- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
- dissectors regenerated with fixed asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 1856018bb7..8c88c0a140 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -4378,7 +4378,6 @@ static const value_string h248_AmmDescriptor_vals[] = {
{ 6, "digitMapDescriptor" },
{ 7, "auditDescriptor" },
{ 8, "statisticsDescriptor" },
- { 8, "statisticsDescriptor" },
{ 0, NULL }
};
@@ -4392,8 +4391,6 @@ static const ber_old_choice_t AmmDescriptor_choice[] = {
{ 6, BER_CLASS_CON, 6, BER_FLAGS_IMPLTAG, dissect_digitMapDescriptor_impl },
{ 7, BER_CLASS_CON, 7, BER_FLAGS_IMPLTAG, dissect_auditDescriptor_impl },
{ 8, BER_CLASS_CON, 8, BER_FLAGS_IMPLTAG, dissect_statisticsDescriptor_impl },
- { 8, BER_CLASS_CON, 8, BER_FLAGS_IMPLTAG, dissect_statisticsDescriptor_impl },
- { 8, BER_CLASS_CON, 8, BER_FLAGS_IMPLTAG, dissect_statisticsDescriptor_impl },
{ 0, 0, 0, 0, NULL }
};
@@ -5253,7 +5250,6 @@ static const value_string h248_AuditReply_vals[] = {
{ 1, "error" },
{ 2, "auditResult" },
{ 3, "auditResultTermList" },
- { 3, "auditResultTermList" },
{ 0, NULL }
};
@@ -5262,8 +5258,6 @@ static const ber_old_choice_t AuditReply_choice[] = {
{ 1, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_error_impl },
{ 2, BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_auditResult_impl },
{ 3, BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_auditResultTermList_impl },
- { 3, BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_auditResultTermList_impl },
- { 3, BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_auditResultTermList_impl },
{ 0, 0, 0, 0, NULL }
};
@@ -5621,7 +5615,6 @@ static const value_string h248_Transaction_vals[] = {
{ 2, "transactionReply" },
{ 3, "transactionResponseAck" },
{ 4, "segmentReply" },
- { 4, "segmentReply" },
{ 0, NULL }
};
@@ -5631,8 +5624,6 @@ static const ber_old_choice_t Transaction_choice[] = {
{ 2, BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_transactionReply_impl },
{ 3, BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_transactionResponseAck_impl },
{ 4, BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_segmentReply_impl },
- { 4, BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_segmentReply_impl },
- { 4, BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_segmentReply_impl },
{ 0, 0, 0, 0, NULL }
};