Recognize -zfollow,ssl,ascii,0 for compatibility
[metze/wireshark/wip.git] / version_info.h
index e581b67c19254c326bdbab1dd6845420e8c8c243..4dfb74fab227e8d7f1561b7328c67171ab68d715 100644 (file)
@@ -27,9 +27,8 @@ extern "C" {
  *
  * "append_info" is called at the end to append any additional
  * information after the standard library information.  This is
- * required in order to, for example, put the Portaudio information
- * at the end of the string, as we currently don't use Portaudio in
- * TShark.
+ * required in order to, for example, put Qt information at the
+ * end of the string, as we don't use Qt in TShark.
  */
 GString *get_compiled_version_info(void (*prepend_info)(GString *),
                                                  void (*append_info)(GString *));
@@ -40,8 +39,8 @@ GString *get_compiled_version_info(void (*prepend_info)(GString *),
  *
  * "additional_info" is called at the end to append any additional
  * information; this is required in order to, for example, put the
- * Portaudio information at the end of the string, as we currently
- * don't use Portaudio in TShark.
+ * libcap information at the end of the string, as we currently
+ * don't use libcap in TShark.
  */
 GString *get_runtime_version_info(void (*additional_info)(GString *));