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-dev: Re: [Wireshark-dev] listen_rtp plugin

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


From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 02 Jul 2006 13:55:23 -0700

Alejandro Vaquero wrote:

Here is a new patch against the current SVN. Also commented out the "PORTAUDIO" variable inf config.nmake. And fixed the warnings in voip_calls.c and voip_calls_dlg.c

	...

+struct dissector_handle {
+	const char	*name;		/* dissector name */
+	gboolean	is_new;		/* TRUE if new-style dissector */
+	fake_dissector_t	dissector;
+	protocol_t	*protocol;
+};

Don't do that. There is no guarantee that the dissector handle structure will have its current structure, so that it can be overlayed in that fashion; it's opaque to code outside epan/packet.c, and intended to be opaque.

  • References:
    • Re: [Wireshark-dev] listen_rtp plugin
      • From: Alejandro Vaquero
  • Prev by Date: Re: [Wireshark-dev] listen_rtp plugin
  • Next by Date: [Wireshark-dev] Patches for gsm-packet_sms dissector
  • Previous by thread: Re: [Wireshark-dev] listen_rtp plugin
  • Next by thread: [Wireshark-dev] Patches for gsm-packet_sms dissector
  • Index(es):
    • Date
    • Thread

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