aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-28 12:53:45 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-31 17:22:16 +0000
commit5bec37f1f517575717cb742dcc111b6b617d8885 (patch)
tree274f333a2d1b32e695330fe0d70ff286517b499a /epan/conversation_table.h
parentcaf73525f32702550117da2552378d0021f54d52 (diff)
Fix error: parameter 'XX' not found in the function declaration (-Wdocumentation)
Change-Id: I0a56fb79d2ac3d874a48695ad0499bda96b4b655 Reviewed-on: https://code.wireshark.org/review/3892 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/conversation_table.h')
-rw-r--r--epan/conversation_table.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/epan/conversation_table.h b/epan/conversation_table.h
index 8814f54ec5..4f79667dbc 100644
--- a/epan/conversation_table.h
+++ b/epan/conversation_table.h
@@ -283,10 +283,9 @@ WS_DLL_PUBLIC const char *get_conversation_port(guint32 port, port_type ptype, g
*/
WS_DLL_PUBLIC const char *get_conversation_filter(conv_item_t *conv_item, conv_direction_e direction);
-/** Get a display filter for the given hostlist and direction.
+/** Get a display filter for the given hostlist.
*
* @param host The hostlist.
- * @param direction The desired direction.
* @return An ep_allocated string representing the conversation.
*/
WS_DLL_PUBLIC const char *get_hostlist_filter(hostlist_talker_t *host);
@@ -333,14 +332,12 @@ add_conversation_table_data_with_conv_id(conv_hash_t *ch, const address *src, co
/** Add some data to the table.
*
- * @param hl the table to add the data to
+ * @param ch the table hash to add the data to
* @param addr address
* @param port port
* @param sender TRUE, if this is a sender
* @param num_frames number of packets
* @param num_bytes number of bytes
- * @param sat address type
- * @param port_type the port type (e.g. PT_TCP)
*/
void add_hostlist_table_data(conv_hash_t *ch, const address *addr,
guint32 port, gboolean sender, int num_frames, int num_bytes, hostlist_dissector_info_t *host_info, port_type port_type_val);