Hello,
Getting back to wireshark development after a while.
When I do a make, my wireshark is unable to find my
plugin. I believe this is related to an earlier
message in the make process "version.conf not found
using defaults" I suspect given by make-version.pl.
Have tried ./configure which does
Hello,
I am changing my dissector from built in to plugin removed it from
Makefile.common in 'epan/dissectors'. Added everywhere according to
README.plugin. done clean and dist-clean. Redid ./configure
I get following errors:
epan/.libs/libwireshark.so: undefined reference to `proto_reg_hando
Jaap,
Thanks
deleting epan/dissectors/register.* was enough.
Yash
Park yourself in front of a world of choices in alternative vehicles. Visit the
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_
Hello,
I am changing my dissector from built in to plugin
removed it from
Makefile.common in 'epan/dissectors'. Added everywhere
according to
README.plugin. done clean and dist-clean. Redid
./configure
I get following errors:
epan/.libs/libwireshark.so: undefined reference to
`proto_reg_hando
Hello,
Thanks Jaap. I do not know how I missed sec 1.8 of README.developer.
Yash
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev
Hello,
My protocol is encapsulated in udp. I am able to dissect this part without
problem. The remaining data I need to pass to another protocol RTCP or
another depending upon the data. How to I call another dissector and pass
data to that one.
Thanks
Yash
Stephen,
Thanks. I may have more questions later on but, but for the moment I am set.
I very much appreciate your help.
Yash
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev
Hello,
In my proto_reg_handoff_ntpmgcp(...); when I call
dissector_add("udp.data", currentPort, ntpmgcp_handle);
What I am trying to get is reveive all "data" for all udp packets captured by
the filter. This is the only protocol used to communicate with some ip
addresses using udp.
Thanks
Y