summaryrefslogtreecommitdiff
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2005-03-20 12:02:00 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2005-03-20 12:02:00 +0000
commit3aa6383210e3a6d25cb8b8402825d4e4a268a923 (patch)
treee7333c8f8868841516f821f9dcf3af8e6570e8e1 /gtk/Makefile.common
parent612b5f4fc690ba9c78491d5f40a19b053275127f (diff)
downloadwireshark-3aa6383210e3a6d25cb8b8402825d4e4a268a923.tar.gz
From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bundling correctly.
svn path=/trunk/; revision=13823
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index ec6c35d7d0..4dce286c70 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -106,11 +106,13 @@ ETHEREAL_TAP_SRC = \
ansi_a_stat.c \
ansi_map_stat.c \
bootp_stat.c \
+ sctp_chunk_stat.c \
conversations_eth.c \
conversations_fc.c \
conversations_fddi.c \
conversations_ip.c \
conversations_ipx.c \
+ conversations_sctp.c \
conversations_tcpip.c \
conversations_tr.c \
conversations_udpip.c \
@@ -145,6 +147,7 @@ ETHEREAL_TAP_SRC = \
stats_tree_stat.c \
sctp_assoc_analyse.c \
sctp_stat_dlg.c \
+# sctp_chunk_stat_dlg.c \
sip_stat.c \
smb_stat.c \
tcp_graph.c \