You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create config file for plugin
2. run make_wireshark_plugin.py
What is the expected output? What do you see instead?
Expected output would be a compiled plugin. Instead we get an error about not
being able to find configure.in
What version of the product are you using? On what operating system?
Wireshark 1.10.8, protobuf-wireshark 0.5, Ubuntu 14.04
Please provide any additional information below.
Though configure.in does not exist, there is a file called configure.ac
Original issue reported on code.google.com by [email protected] on 18 Jun 2014 at 12:05
The text was updated successfully, but these errors were encountered:
I had the same problem, as an idea from the author of the issue, i changed the
configure.in to configure.ac on the make_wireshark_plugin.py and it did the
trick.
Original issue reported on code.google.com by
[email protected]
on 18 Jun 2014 at 12:05The text was updated successfully, but these errors were encountered: