Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] how does CUSTOM_DISSECTOR_SRC work within wireshark/epan/disse

From: Toralf Förster <toralf.foerster@xxxxxx>
Date: Wed, 7 Jan 2009 13:58:34 +0100

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

Attachment: signature.asc
Description: This is a digitally signed message part.