aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-18 01:03:45 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-18 01:03:45 +0000
commit9d3d2922ea9b120369be76fbc9fec6105cd5c6f9 (patch)
treee6e06152c0545afd795f73738554d457ba05f88a /Makefile.common
parent9ac49c557d9b14d0f67189d4baff855b588aa91a (diff)
From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5223 :
I would like to contribute iSCSI SRT tap, 'tap-scsistat.c' for tshark. The output exactly matches that of the Wireshark's iSCSI(disk) SRT dialog. From me: a couple of small changes to make it compile without warnings. svn path=/trunk/; revision=34152
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index cdb2f78b83..1840a24a81 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -124,6 +124,7 @@ TSHARK_TAP_SRC = \
tap-rpcstat.c \
tap-rpcprogs.c \
tap-rtp.c \
+ tap-scsistat.c \
tap-sctpchunkstat.c \
tap-sipstat.c \
tap-smbsids.c \