From a54f786099cccd18c19002f26c9aee5a4f47169d Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 3 Apr 2013 16:53:53 +0000 Subject: Sort LocalCode value string. svn path=/trunk/; revision=48721 --- epan/dissectors/packet-isdn-sup.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'epan/dissectors/packet-isdn-sup.c') diff --git a/epan/dissectors/packet-isdn-sup.c b/epan/dissectors/packet-isdn-sup.c index 88fbe37000..4811a576d2 100644 --- a/epan/dissectors/packet-isdn-sup.c +++ b/epan/dissectors/packet-isdn-sup.c @@ -87,6 +87,21 @@ static const value_string isdn_sup_str_operation[] = { /*--- Included file: packet-isdn-sup-table10.c ---*/ #line 1 "../../asn1/isdn-sup/packet-isdn-sup-table10.c" + { 1, "userUserService" }, + { 2, "cUGcall" }, + { 3, "mCIDRequest" }, + { 7, "activationDiversion" }, + { 8, "deactivationDiversion" }, + { 9, "activationStatusNotificationDiv" }, + { 10, "deactivationStatusNotificationDiv" }, + { 11, "interrogationDiversion" }, + { 12, "diversionInformation" }, + { 13, "callDeflection" }, + { 14, "callRerouteing" }, + { 15, "divertingLegInformation2" }, + { 17, "interrogateServedUserNumbers" }, + { 18, "divertingLegInformation1" }, + { 19, "divertingLegInformation3" }, { 30, "chargingRequest" }, { 31, "aOCSCurrency" }, { 32, "aOCSSpecialArr" }, @@ -94,7 +109,6 @@ static const value_string isdn_sup_str_operation[] = { { 34, "aOCDChargingUnit" }, { 35, "aOCECurrency" }, { 36, "aOCEChargingUnit" }, - { 2, "cUGcall" }, { 40, "beginCONF" }, { 41, "addCONF" }, { 42, "splitCONF" }, @@ -102,20 +116,6 @@ static const value_string isdn_sup_str_operation[] = { { 44, "isolateCONF" }, { 45, "reattachCONF" }, { 46, "partyDISC" }, - { 7, "activationDiversion" }, - { 8, "deactivationDiversion" }, - { 9, "activationStatusNotificationDiv" }, - { 10, "deactivationStatusNotificationDiv" }, - { 11, "interrogationDiversion" }, - { 17, "interrogateServedUserNumbers" }, - { 12, "diversionInformation" }, - { 13, "callDeflection" }, - { 14, "callRerouteing" }, - { 18, "divertingLegInformation1" }, - { 15, "divertingLegInformation2" }, - { 19, "divertingLegInformation3" }, - { 3, "mCIDRequest" }, - { 1, "userUserService" }, /*--- End of included file: packet-isdn-sup-table10.c ---*/ #line 74 "../../asn1/isdn-sup/packet-isdn-sup-template.c" -- cgit v1.2.3