aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-06-30 23:04:37 +0200
committerMichael Mann <mmann78@netscape.net>2016-07-01 00:46:54 +0000
commitf860e8de525d721d6678896fc9ef415ea68e2ead (patch)
tree4dc064980a7fa4c363657cb36ded5f417f15f5c4 /epan/exported_pdu.h
parent52ab7bb941e2d3fea7615a26a81f7ac1093bafa9 (diff)
exported_pdu(.h): Fix warning: parameter 'tag_type.' not found in the function declaration [-Wdocumentation]
Change-Id: Ic93914a7f526b645bc21a5c9c5f2fa0bf988c27e Reviewed-on: https://code.wireshark.org/review/16230 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index 52a4e8152d..26f22932d6 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -180,7 +180,7 @@ typedef struct exp_pdu_data_item
@param pinfo Packet info that may contain data for the PDU items
@param proto_name Name of protocol that is exporting PDU
- @param tag_type. Tag type for protocol's PDU. Must be EXP_PDU_TAG_PROTO_NAME or EXP_PDU_TAG_HEUR_PROTO_NAME.
+ @param tag_type Tag type for protocol's PDU. Must be EXP_PDU_TAG_PROTO_NAME or EXP_PDU_TAG_HEUR_PROTO_NAME.
@param items PDU items to be exported
@return filled exp_pdu_data_t struct
*/
@@ -197,7 +197,7 @@ WS_DLL_PUBLIC exp_pdu_data_t *export_pdu_create_tags(packet_info *pinfo, const c
6. Original frame number
@param pinfo Packet info that may contain data for the PDU items
- @param tag_type. Tag type for protocol's PDU. Must be EXP_PDU_TAG_PROTO_NAME or EXP_PDU_TAG_HEUR_PROTO_NAME.
+ @param tag_type Tag type for protocol's PDU. Must be EXP_PDU_TAG_PROTO_NAME or EXP_PDU_TAG_HEUR_PROTO_NAME.
@param proto_name Name of protocol that is exporting PDU
@return filled exp_pdu_data_t struct
*/