aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-26 09:08:14 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-26 09:09:00 +0000
commit31e4958c73e63d6ae12c2c8aa0163a0901b23388 (patch)
tree8662cfcb0bf168b60a5f90d292f8ffd4f36c6217
parentbbb84a5aa32a1359142011d90af50e926cf74b2e (diff)
cell_broadcast(.h): fix api reference
The following parameters of dissect_umts_cell_broadcast_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data) are not documented: parameter 'data' Change-Id: I4cd2a41f62ca99fc7aaa5d95049abd5662e50940 Reviewed-on: https://code.wireshark.org/review/13544 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-cell_broadcast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cell_broadcast.h b/epan/dissectors/packet-cell_broadcast.h
index 20a333fe77..4952907d5c 100644
--- a/epan/dissectors/packet-cell_broadcast.h
+++ b/epan/dissectors/packet-cell_broadcast.h
@@ -55,6 +55,7 @@ guint dissect_cbs_serial_number(tvbuff_t *tvb, proto_tree *tree, guint offset);
* @param tvb the tv buffer of the current data
* @param pinfo the packet info of the current data
* @param tree the tree to append this item to
+ * @param data parameter to pass to subdissector
*/
int dissect_umts_cell_broadcast_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data);