aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-08 12:33:26 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-08 12:33:26 +0000
commit59a76191b4feb61121d1a2cb73629c91051a9142 (patch)
tree3aff8ddee613f09dd85e9abed7b4dc0411de97be /gtk/Makefile.common
parent42fe2398b9b51ab73b5815726730e8febe99f82d (diff)
Added SCTP Endpoints table.
Display port number in SCTP Conversations table. Get correct display filter from SCTP Conversations. Arrange Conversations and Endpoints tabs alphabetically. svn path=/trunk/; revision=24291
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 03415e7b69..836a59dbf7 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -138,14 +138,14 @@ WIRESHARK_TAP_SRC = \
conversations_ip.c \
conversations_ipx.c \
conversations_jxta.c \
+ conversations_ncp.c \
+ conversations_rsvp.c \
conversations_sctp.c \
conversations_tcpip.c \
conversations_tr.c \
conversations_udpip.c \
conversations_usb.c \
conversations_wlan.c \
- conversations_ncp.c \
- conversations_rsvp.c \
dcerpc_stat.c \
expert_comp_dlg.c \
expert_dlg.c \
@@ -164,12 +164,13 @@ WIRESHARK_TAP_SRC = \
hostlist_ipx.c \
hostlist_jxta.c \
hostlist_ncp.c \
+ hostlist_rsvp.c \
+ hostlist_sctp.c \
hostlist_tcpip.c \
hostlist_tr.c \
hostlist_udpip.c \
hostlist_usb.c \
hostlist_wlan.c \
- hostlist_rsvp.c \
io_stat.c \
ldap_stat.c \
mgcp_stat.c \