Wireshark-dev: Re: [Wireshark-dev] cannot get a handle on HTTP dissector
From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Mon, 17 Jul 2006 20:24:35 +0200
Steve Grinwis wrote:

Hi all,

I’m writing a dissector for a protocol that has an HTTP payload that I would like to dissect, But when I call find_dissector(“http”); it returns NULL. I don’t think that it’s my syntax, because I get a valid handle when I call it for “ip”. Is there a good reason why I can’t do this?

You may look at other places/dissectors using "find_dissector(“http”);"

Regards, ULFL