I am on step 9.2.1 here. My question is on how to build the dissector on my Mac. I'm vaguely running into ideas about using automake/autoconf. Is this necessary? If so, premade plugins like gryphon don't allow me to build them as well. There seems to be a need for much more than just a Makefile.am file. asked 29 Jan '15, 04:22 Erronsing |
One Answer:
Have you completed the first part of the Development Guide e.g. Sec 3.5.1 which discusses using configure to create Makefile from the Makefile.am templates. If you haven't worked your way through Sect 2 & 3, then you need to do so first to create\prove your build environment before attempting to add your own dissector. answered 29 Jan '15, 05:06 grahamb ♦ |
Hello. Trying to run ./autogen.sh grants me this mesage: Useless use of /d modifier in transliteration operator at /usr/local/share/automake-1.9/Automake/Wrap.pm line 60. aclocal -I ./aclocal-fallback -I /usr/local/pkg-config/share/aclocal configure.ac:2975: file `plugins/Custom.m4' does not exist
What version of Wireshark are you trying to build? Are you building from a tarball? do you have a file plugins/Custom.m4?
The wireshark version was cloned from https://code.wireshark.org/review/wireshark. It's just a folder, not a tarball.I have a file plugins/Custom.m4.example. Is this something I should look into and/or rename to Custom.m4?Simply removing .example gives me file `asn1/Custom.m4' does not exist. I'm going to try to just add this file whereever this message pops up.