Indicate if "with new_packet_list" in version info (for now to minimize any confusion).
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Sep 2009 00:31:27 +0000 (00:31 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Sep 2009 00:31:27 +0000 (00:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29978 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/main.c

index 472e7c728c10f33e43cb49043756d323d820e8da..0bd85bba82f182b4c9fddae33208c5ccea3b91dd 100644 (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