Re: [Wireshark-dev] What is different in compilation/linking of tshark and wireshark?

2017-01-10 Thread Jirka Novak
Hi Guy, > If you're trying to include some of the RTP player's functionality in TShark, > then you will have to split that functionality into "the parts that will work > in a command-line program as well as in a GUI program" and "the parts that > work only in a GUI program", and only link the

Re: [Wireshark-dev] What is different in compilation/linking of tshark and wireshark?

2017-01-09 Thread Guy Harris
On Jan 9, 2017, at 5:54 AM, Jirka Novak wrote: > CCLD tshark > ui/libui.a(rtp_stream.o): In function `register_tap_listener_rtpstream': > wireshark-git/ui/rtp_stream.c:424: undefined reference to `simple_dialog' > ui/libui.a(rtp_stream.o): In function `rtpstream_scan':

Re: [Wireshark-dev] What is different in compilation/linking of tshark and wireshark?

2017-01-09 Thread Pascal Quantin
Hi Jirka, 2017-01-09 14:54 GMT+01:00 Jirka Novak : > Hello, > > I'm working on patch for wireshark in rtp area. After a time I found > that I'm not able to link tshark any more. > I'm able to compile all files for wireshark with Qt and GTK, I'm able > to compile all

[Wireshark-dev] What is different in compilation/linking of tshark and wireshark?

2017-01-09 Thread Jirka Novak
Hello, I'm working on patch for wireshark in rtp area. After a time I found that I'm not able to link tshark any more. I'm able to compile all files for wireshark with Qt and GTK, I'm able to compile all files for tshark. I'm able to link wireshark and wireshark-gtk. But once Make starts to