summaryrefslogtreecommitdiff
path: root/tools/SkinnyProtocolOptimized.xml
diff options
context:
space:
mode:
authorDiederik de Groot <dkgroot@talon.nl>2017-02-19 18:05:20 +0100
committerAnders Broman <a.broman58@gmail.com>2017-02-22 05:39:53 +0000
commit73ac6974c4db73846c37d811a02d17c1436eab47 (patch)
tree55a3d0c58ef60af9cb8ac88df4752be882822c14 /tools/SkinnyProtocolOptimized.xml
parenta4d7793b4cfc2e6d578bf4723fd334f24cf453ec (diff)
downloadwireshark-73ac6974c4db73846c37d811a02d17c1436eab47.tar.gz
[skinny]: Fix tvb struct size guard value
The struct size guard value was used incorrectly, causing message with short content to be only partially dissected. Minor: - Renamed OffHookWithCgpn to OffHookWithCalingPartyNumber - Added SetHookFlashDetect Message - Removed some of the debug logging when parse_xml2skinny_dissector.py:debug=0 Change-Id: If4f20d2412f8775fac3d0a2979200e8369cea6f2 Reviewed-on: https://code.wireshark.org/review/20186 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/SkinnyProtocolOptimized.xml')
-rw-r--r--tools/SkinnyProtocolOptimized.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/SkinnyProtocolOptimized.xml b/tools/SkinnyProtocolOptimized.xml
index 1b3cf6da8e..c089be1820 100644
--- a/tools/SkinnyProtocolOptimized.xml
+++ b/tools/SkinnyProtocolOptimized.xml
@@ -851,7 +851,7 @@
<string comment="Statistics" longcomment="variable field size (max: 600]" maxsize="600" name="data" size_fieldname="dataSize" type="char"/>
</fields>
</message>
- <message comment="" direction="dev2pbx" dynamic="no" msgtype="event" name="OffHookWithCgpnMessage" opcode="0x0024" type="CallControl">
+ <message comment="" direction="dev2pbx" dynamic="no" msgtype="event" name="OffHookWithCalingPartyNumberMessage" opcode="0x0024" type="CallControl">
<fields>
<string comment="Calling Party Number" declare="yes" name="callingPartyNumber" size="VariableDirnumSize" type="char"/>
<string comment="Calling Party Voicemail Box Number" declare="yes" name="cgpnVoiceMailbox" size="VariableDirnumSize" type="char"/>
@@ -2152,6 +2152,7 @@
<enum comment="" name="lampMode" subtype="LampMode" type="uint32"/>
</fields>
</message>
+ <message comment="" direction="pbx2dev" dynamic="no" msgtype="event" name="SetHookFlashDetectMessage" opcode="0x0087" type="CallControl"/>
<enum name="SpeakerMode">
<entries>
<entry comment="" name="SpeakerMode_On" text="On" value="0x0001"/>