From 620d54b1e3a4fcad1994409013f6a5b2b76913b4 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 21 Sep 2017 11:28:26 -0400 Subject: Complete move of tap-sequence-analysis.c functionality to sequence_analysis.c Since dissectors are now populating the timestamp of the seq_analysis_item_t structure within the tap function, don't have the sequence_anaylsis redo it when writing an ASCII file. This removes the need for the capture_file parameter and simplifies the logic a bit. Also just have GUI register the tap itself. It will provide for some more flexibility in the future. Change-Id: I55b2f951b977ea70ac9f7eb4929245b0779e5f0e Reviewed-on: https://code.wireshark.org/review/23650 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/voip_calls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui/voip_calls.h') diff --git a/ui/voip_calls.h b/ui/voip_calls.h index 193d0dd6c7..aed1facbbb 100644 --- a/ui/voip_calls.h +++ b/ui/voip_calls.h @@ -51,8 +51,7 @@ extern "C" { #include "epan/guid-utils.h" #include "epan/tap.h" #include "epan/tap-voip.h" - -#include "ui/tap-sequence-analysis.h" +#include "epan/sequence_analysis.h" /****************************************************************************/ extern const char *voip_call_state_name[8]; -- cgit v1.2.3