| 
 I tried this: 
tfoerste@n22 ~/devel/wireshark/epan/dissectors $ sdc Makefile.common 
Index: Makefile.common 
=================================================================== 
--- Makefile.common     (revision 27177) 
+++ Makefile.common     (working copy) 
@@ -871,6 +871,9 @@ 
        packet-sctp.c           \ 
        packet-user_encap.c 
+CUSTOM_DISSECTOR_SRC = \ 
+       packet-sametime.c 
+ 
 # 
 # Headers for dissectors. 
 # 
but this doesn't work. If I instead do this: 
tfoerste@n22 ~/devel/wireshark/epan/dissectors $ sdc 
Index: Makefile.common 
=================================================================== 
--- Makefile.common     (revision 27177) 
+++ Makefile.common     (working copy) 
@@ -869,7 +869,8 @@ 
        packet-sccp.c           \ 
        packet-scsi-osd.c       \ 
        packet-sctp.c           \ 
-       packet-user_encap.c 
+       packet-user_encap.c     \ 
+       packet-sametime.c 
 # 
 # Headers for dissectors. 
my test dissector is build fine.  
Why doesn't the first thing works ? 
--  
MfG/Sincerely 
Toralf Förster 
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 
 |