From Dirk via bug #5771: Add heuristic dissector for images and HTTP
[obnox/wireshark/wip.git] / capture.h
index b047d46980dbc27758a8f5e23450dd91e3fe0b27..4c01d7dafa062a9a63854f59ce905cc74a6ecdbb 100644 (file)
--- a/capture.h
+++ b/capture.h
@@ -107,7 +107,7 @@ typedef struct if_stat_cache_s if_stat_cache_t;
 
 /**
  * Start gathering capture statistics for the interfaces specified.
- * @param A GList of if_info_t items
+ * @param if_list A GList of if_info_t items
  * @return A pointer to the statistics state data.
  */
 extern if_stat_cache_t * capture_stat_start(GList *if_list);