aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-11-03 20:55:05 -0400
committerJohn Thacker <johnthacker@gmail.com>2022-11-03 20:55:05 -0400
commit73c291029d9b8e7412548405b051827708aedc4f (patch)
treeea008c660e2288533748730411687b4a47a28eea /tools
parent8c585cc2280deb256f6af442907a77c4627e3d02 (diff)
skinny: Resync xml code with dissector, regenerate
Make changes to packet-skinny.c.in and SkinnyProtocolOptimized.xml that incorporate changes from 67f05835cac0a26636a7e04739a4cc0dd225c077 and 8efad466c4e62b0371659c8fd1d909038c36da27 made to the dissector manually and regenerate. Also fix a case where a comment mixed tabs and spaces, which caused the python conversion tool to complain.
Diffstat (limited to 'tools')
-rw-r--r--tools/SkinnyProtocolOptimized.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/SkinnyProtocolOptimized.xml b/tools/SkinnyProtocolOptimized.xml
index 8bf53d3e1f..5e4bd7315e 100644
--- a/tools/SkinnyProtocolOptimized.xml
+++ b/tools/SkinnyProtocolOptimized.xml
@@ -846,12 +846,12 @@
<fields endversion="17" fixed="yes">
<string comment="" name="directoryNum" size="24" type="char"/>
<integer comment="CallId" declare="yes" name="callReference" req_resp_key="1" type="uint32"/>
- <enum comment="Stats Processing Mode" longcomment="What do do after you send the stats" name="statsProcessingMode" subtype="StatsProcessingType" type="uint32"/>
+ <enum comment="Stats Processing Mode" longcomment="What to do after you send the stats" name="statsProcessingMode" subtype="StatsProcessingType" type="uint32"/>
</fields>
<fields beginversion="18" endversion="22" fixed="yes">
<string comment="" name="directoryNum" size="28" type="char"/>
<integer comment="CallId" declare="yes" name="callReference" req_resp_key="1" type="uint32"/>
- <integer comment="Stats Processing Mode" longcomment="What do do after you send the stats" name="statsProcessingMode" subtype="StatsProcessingType" type="uint8"/>
+ <integer comment="Stats Processing Mode" longcomment="What to do after you send the stats" name="statsProcessingMode" subtype="StatsProcessingType" type="uint8"/>
</fields>
<fields>
<integer comment="Number of Packets Sent" name="numberPacketsSent" type="uint32"/>