aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.am
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-21 11:28:26 -0400
committerMichael Mann <mmann78@netscape.net>2017-09-21 22:16:09 +0000
commit620d54b1e3a4fcad1994409013f6a5b2b76913b4 (patch)
tree57178fbcdd56a4628a359c996c69f4b256a7f848 /ui/Makefile.am
parentbd28737d7f0e4cd30f68f16ee94dcc0dfcf33ea3 (diff)
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 <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r--ui/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 49699c6615..9f26d78610 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -83,7 +83,6 @@ WIRESHARK_UI_SRC = \
tap-rlc-graph.c \
tap-rtp-common.c \
tap-sctp-analysis.c \
- tap-sequence-analysis.c \
tap-tcp-stream.c \
text_import.c \
time_shift.c \
@@ -136,7 +135,6 @@ WIRESHARK_UI_INCLUDES = \
tap-rtp-analysis.h \
tap-rtp-common.h \
tap-sctp-analysis.h \
- tap-sequence-analysis.h \
tap-tcp-stream.h \
text_import.h \
text_import_scanner.h \