Indicate if "with new_packet_list" in version info (for now to minimize any confusion).

svn path=/trunk/; revision=29978
This commit is contained in:
Bill Meier 2009-09-18 00:31:27 +00:00
parent 76a108ab01
commit cf84f1840a
1 changed files with 3 additions and 0 deletions

View File

@ -1681,6 +1681,9 @@ get_gui_compiled_info(GString *str)
#else
g_string_append(str, "without AirPcap");
#endif
#ifdef NEW_PACKET_LIST
g_string_append(str, ", with new_packet_list");
#endif
}
static void