PTP: Enable analysis by default

This commit is contained in:
Dylan Ulis 2022-06-24 09:10:06 -04:00 committed by AndersBroman
parent d5d635d7b7
commit 190b74bc06
1 changed files with 1 additions and 1 deletions

View File

@ -1813,7 +1813,7 @@ static expert_field ei_ptp_v2_pdfup_no_pdresp = EI_INIT;
*/
/* Config for Analysis features */
static gboolean ptp_analyze_messages = FALSE;
static gboolean ptp_analyze_messages = TRUE;
/* Definitions for Analysis features */
typedef struct ptp_frame_info_sync {