skinny: remove comment that matches field label (callState)

Fixes checkAPIs error:

    Error: the blurb for hf_skinny_callState ("CallState") matches the
    field name ("callState") in epan/dissectors/packet-skinny.c

Change-Id: Id12396eb101bf66e148aed95d5c773b90d06ff34
Fixes: v1.99.0-rc1-1511-g276a697a6b ("[RFC] Skinny: Rewrite using automatic code generation")
Reviewed-on: https://code.wireshark.org/review/29747
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Peter Wu 2018-09-19 23:38:08 +02:00 committed by Anders Broman
parent f3296cdbb6
commit 8766166855
2 changed files with 2 additions and 2 deletions

View File

@ -9536,7 +9536,7 @@ proto_register_skinny(void)
{&hf_skinny_callState,
{
"callState", "skinny.callState", FT_UINT32, BASE_HEX | BASE_EXT_STRING, &DCallState_ext, 0x0,
"CallState", HFILL }},
NULL, HFILL }},
{&hf_skinny_callType,
{
"callType", "skinny.callType", FT_UINT32, BASE_HEX | BASE_EXT_STRING, &CallType_ext, 0x0,

View File

@ -2977,7 +2977,7 @@
</enum>
<message comment="" direction="pbx2dev" dynamic="no" msgtype="event" name="CallStateMessage" opcode="0x0111" type="CallControl">
<fields beginversion="0" endversion="22">
<enum comment="CallState" name="callState" subtype="DCallState" type="uint32"/>
<enum comment="" name="callState" subtype="DCallState" type="uint32"/>
<integer comment="LineId" name="lineInstance" type="uint32"/>
<integer comment="CallId" name="callReference" type="uint32"/>
<enum comment="" name="privacy" subtype="CallPrivacy" type="uint32"/>