From a0b2a5989d80486916438a42364f50b46d1b0645 Mon Sep 17 00:00:00 2001 From: Diederik de Groot Date: Sun, 20 Aug 2017 23:24:22 +0200 Subject: [skinny]: minor changes to xml file - Fix/syncronise spelling for similar field types - Fix cog.py script invocation Change-Id: Iab6d8ac6414c1ba9b97c49d7d0a4d2609eb1a55b Reviewed-on: https://code.wireshark.org/review/23153 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- tools/SkinnyProtocolOptimized.xml | 277 ++++++++++++++++++------------------ tools/parse_xml2skinny_dissector.py | 2 +- 2 files changed, 137 insertions(+), 142 deletions(-) (limited to 'tools') diff --git a/tools/SkinnyProtocolOptimized.xml b/tools/SkinnyProtocolOptimized.xml index c089be1820..cc9b99df41 100644 --- a/tools/SkinnyProtocolOptimized.xml +++ b/tools/SkinnyProtocolOptimized.xml @@ -446,7 +446,7 @@ - + @@ -775,7 +775,7 @@ - + @@ -809,7 +809,7 @@ - + @@ -822,17 +822,12 @@ - + - - - - - - + @@ -1004,8 +999,8 @@ - - + + @@ -1046,10 +1041,10 @@ - + - + @@ -1060,10 +1055,10 @@ - + - + @@ -1098,7 +1093,7 @@ - + @@ -1260,13 +1255,13 @@ - + - + @@ -1293,7 +1288,7 @@ - + @@ -1308,7 +1303,7 @@ - + @@ -1325,7 +1320,7 @@ - + @@ -1342,7 +1337,7 @@ - + @@ -1360,11 +1355,11 @@ - + - + @@ -1381,7 +1376,7 @@ - + @@ -1390,14 +1385,14 @@ - + - + - + @@ -1409,14 +1404,14 @@ - + - + - + @@ -1429,7 +1424,7 @@ - + @@ -1608,7 +1603,7 @@ - + @@ -1790,9 +1785,9 @@ - + - + @@ -1810,9 +1805,9 @@ - + - + @@ -1858,9 +1853,9 @@ - + - + @@ -1878,7 +1873,7 @@ - + @@ -1955,7 +1950,7 @@ - + @@ -2194,11 +2189,11 @@ - - + + - + @@ -2238,8 +2233,8 @@ - - + + @@ -2295,8 +2290,8 @@ - - + + @@ -2534,7 +2529,7 @@ - + @@ -2594,11 +2589,11 @@ - - + + - + @@ -2628,11 +2623,11 @@ - - + + - + @@ -2665,23 +2660,23 @@ - - + + - - + + - - - + + + @@ -2718,8 +2713,8 @@ - - + + @@ -2777,17 +2772,17 @@ - - + + - + - + @@ -3047,9 +3042,9 @@ - - - + + + @@ -3093,10 +3088,10 @@ - + - + @@ -3146,7 +3141,7 @@ - + @@ -3154,7 +3149,7 @@ - + @@ -3165,28 +3160,28 @@ - + - + - + - + @@ -3194,21 +3189,21 @@ - + - + - + @@ -3216,14 +3211,14 @@ - + - + @@ -3243,8 +3238,8 @@ - - + + @@ -3259,7 +3254,7 @@ - + @@ -3384,8 +3379,8 @@ - - + + @@ -3397,7 +3392,7 @@ - + @@ -3414,7 +3409,7 @@ - + @@ -3539,14 +3534,14 @@ - - + + - - + + @@ -3565,7 +3560,7 @@ - + @@ -3627,7 +3622,7 @@ - + @@ -3635,18 +3630,18 @@ - - + + - + - + @@ -3655,14 +3650,14 @@ - + - + - + @@ -3671,7 +3666,7 @@ - + @@ -3697,19 +3692,19 @@ - + - + - + @@ -3737,14 +3732,14 @@ - + - + - + @@ -3754,14 +3749,14 @@ - + - + @@ -3901,9 +3896,9 @@ - + - + @@ -3911,9 +3906,9 @@ - + - + @@ -3926,9 +3921,9 @@ - + - + @@ -3941,7 +3936,7 @@ - + @@ -3953,9 +3948,9 @@ - + - + @@ -3967,7 +3962,7 @@ - + @@ -3979,9 +3974,9 @@ - + - + @@ -3989,9 +3984,9 @@ - + - + @@ -3999,9 +3994,9 @@ - + - + @@ -4009,7 +4004,7 @@ - + @@ -4032,7 +4027,7 @@ - + @@ -4040,7 +4035,7 @@ - + @@ -4048,8 +4043,8 @@ - - + + @@ -4058,8 +4053,8 @@ - - + + @@ -4106,10 +4101,10 @@ - - - - + + + + diff --git a/tools/parse_xml2skinny_dissector.py b/tools/parse_xml2skinny_dissector.py index 3af2abe169..f3e6799597 100755 --- a/tools/parse_xml2skinny_dissector.py +++ b/tools/parse_xml2skinny_dissector.py @@ -40,7 +40,7 @@ fieldsArray = {} si_fields = { "callReference" : "si->callId", "lineInstance": "si->lineId", - "passThruPartyId" : "si->passThruId", + "passThroughPartyId" : "si->passThroughPartyId", "callState" : "si->callState", "callingParty" : "si->callingParty", "calledParty" : "si->calledParty", -- cgit v1.2.3