aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2017-09-16 16:52:23 +0200
committerMichael Mann <mmann78@netscape.net>2017-09-18 21:24:16 +0000
commitc41bab1f667cfe51b09b80869497a2db68abecce (patch)
treef61fbf402e9cfe58b9a694eabf4dd389bed94796 /epan/Makefile.am
parenta593fce94cb7fd0fa3f5eef7fae9c0128cb6f7e3 (diff)
Move most of sequence analysis code from ui/ to epan/
Create registration system to allow creation of analysis items to be localized to the dissector. For now only frame (all) and TCP are supported. VOIP functionality will be covered in a separate patch. Change-Id: I5b05ef6d5afff8d0b162b03a0f451ab810602e81 Reviewed-on: https://code.wireshark.org/review/23571 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index b1c4afb693..d782b03f1f 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -106,6 +106,7 @@ LIBWIRESHARK_SRC = \
reedsolomon.c \
req_resp_hdrs.c \
rtd_table.c \
+ sequence_analysis.c \
show_exception.c \
srt_table.c \
stat_tap_ui.c \
@@ -263,6 +264,7 @@ LIBWIRESHARK_INCLUDES_PUBLIC = \
rtd_table.h \
rtp_pt.h \
sctpppids.h \
+ sequence_analysis.h \
show_exception.h \
slow_protocol_subtypes.h \
sminmpec.h \