aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-11-27 11:00:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-11-27 11:00:06 +0000
commit3dca5cbed9ef507e3d146e04f08a9372f531e3f1 (patch)
tree647c751dff1089d47224eddb7f4c61ee5849e9df /epan/dissectors/Makefile.common
parent34cf894ed29eef53c7dc089516f12a10f11524b5 (diff)
break the SCSI SBC commandset out into its own dissector
svn path=/trunk/; revision=20000
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 27c11f17e9..43f97dcc9b 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -594,6 +594,7 @@ DISSECTOR_SRC = \
packet-scsi.c \
packet-scsi-mmc.c \
packet-scsi-osd.c \
+ packet-scsi-sbc.c \
packet-scsi-smc.c \
packet-scsi-ssc.c \
packet-sctp.c \
@@ -947,6 +948,7 @@ DISSECTOR_INCLUDES = \
packet-scsi.h \
packet-scsi-mmc.h \
packet-scsi-osd.h \
+ packet-scsi-sbc.h \
packet-scsi-smc.h \
packet-scsi-ssc.h \
packet-sctp.h \