Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-users: [Wireshark-users] how does CUSTOM_DISSECTOR_SRC work within wireshark/epan/dissectors/Makefile.common

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


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.

  • Prev by Date: Re: [Wireshark-users] Unable to decode WPA2
  • Next by Date: Re: [Wireshark-users] Unable to decode WPA2
  • Previous by thread: Re: [Wireshark-users] Problem with decoding K12xx/K15 rf5 files
  • Next by thread: [Wireshark-users] capture packets from E1 line
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation