https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4627
--- Comment #3 from ml@xxxxxxxxxx 2011-05-28 02:30:03 PDT ---
Tried with TShark 1.4.4, which shows some improvement. The playcollect message
is almost good. Only the closing prompt tag is not indented correctly, it
should be 1 level to the left:
Media Server Control Markup Language - draft 07
<?xml
version="1.0"
encoding="utf-8"
?>
<MediaServerControl
version="1.0">
<request>
<playcollect
id="813"
cleardigits="yes"
barge="yes"
firstdigittimer="5000"
interdigittimer="2000"
extradigittimer="1000"
escapekey="*"
returnkey="#">
<prompt
locale="fr_BE">
<audio
url="file://annc/LastUnansIncCall.wav"/>
<audio
url="file://annc/WasReceivedFrom.wav"/>
<variable
type="digit"
subtype="gen"
value="3284467105"/>
<audio
url="file://annc/ToReturnThisCall.wav"/>
<variable
type="number"
subtype="crd"
value="1"/>
<audio
url="file://annc/Now.wav"/>
</prompt> <<<<<<<< Tag at the wrong level
should be 1 to the left
<regex
type="mgcpdigitmap"
value="x"/>
</playcollect>
</request>
</MediaServerControl>
The <response> message is still wrong :(
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.