[Wireshark-dev] Wireshark-dev] Linking error tfshark

2014-01-11 Thread mmann78
support list for Wireshark wireshark-dev@wireshark.org; mmann78 mman...@netscape.net Sent: Fri, Jan 10, 2014 8:07 am Subject: Re: [Wireshark-dev] Linking error tfshark Ok, I sent patch to you. I have one more question: how tfshark works? ./tshark -V -r file.elf # works ok ./tfshark -V -r file.elf

Re: [Wireshark-dev] Wireshark-dev] Linking error tfshark

2014-01-11 Thread Jeff Morriss
On 01/11/2014 03:05 PM, mman...@netscape.net wrote: Patch committed to rev 54697. The issue with tfshark -V option isn't the option itself, its the OPTSTRING string. I stripped it down from tshark (removing options that shouldn't be supported in tfshark) and apparently broke the string pattern

Re: [Wireshark-dev] Wireshark-dev] Linking error tfshark

2014-01-11 Thread Christopher Maynard
Jeff Morriss jeff.morriss.ws@... writes: man -s 3 getopt ? You just beat me on the reply. Anyway, it should be fixed in r54698. ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:

Re: [Wireshark-dev] Linking error tfshark

2014-01-10 Thread Michal Labedzki
Hello Michael, I still have a problem building tfshark with autotools: CCLD tfshark /usr/bin/ld: tfshark-cfile.o: undefined reference to symbol 'wtap_file_get_idb_info' /usr/bin/ld: note: 'wtap_file_get_idb_info' is defined in DSO src/wireshark/wiretap/.libs/libwiretap.so.0 so try adding it

Re: [Wireshark-dev] Linking error tfshark

2014-01-10 Thread mmann78
for autotools and I can commit it. Michael -Original Message- From: Michal Labedzki michal.labed...@tieto.com To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Fri, Jan 10, 2014 5:09 am Subject: Re: [Wireshark-dev] Linking error tfshark Hello Michael, I still have

Re: [Wireshark-dev] Linking error tfshark

2014-01-10 Thread Michal Labedzki
commit it. Michael -Original Message- From: Michal Labedzki michal.labed...@tieto.com To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Fri, Jan 10, 2014 5:09 am Subject: Re: [Wireshark-dev] Linking error tfshark Hello Michael, I still have a problem

Re: [Wireshark-dev] Linking error tfshark

2014-01-10 Thread Joerg Mayer
On Fri, Jan 10, 2014 at 07:33:23AM -0500, mman...@netscape.net wrote: Unfortunately, yes it still needs to link with libwiretap. I believe my initial copy/paste tried to remove it but I ended up restoring it so I could at least commit the initial version of fileshark. Perhaps I didn't

Re: [Wireshark-dev] Linking error tfshark

2014-01-10 Thread Joerg Mayer
On Fri, Jan 10, 2014 at 02:07:37PM +0100, Michal Labedzki wrote: I have one more question: how tfshark works? ./tshark -V -r file.elf # works ok ./tfshark -V -r file.elf # does not work How to display dissector fields with tfshark? (in case I do not know their names) Similar behavior here:

[Wireshark-dev] Linking error tfshark

2014-01-08 Thread Joerg Mayer
Linking C executable run/tfshark CMakeFiles/tfshark.dir/tfshark.c.o: In function `cf_open': /home/jmayer/work/wireshark/svn/trunk/tfshark.c:2539: undefined reference to `ftap_file_type_subtype' /home/jmayer/work/wireshark/svn/trunk/tfshark.c:2543: undefined reference to `ftap_snapshot_length'

Re: [Wireshark-dev] Linking error tfshark

2014-01-08 Thread mmann78
: [Wireshark-dev] Linking error tfshark Linking C executable run/tfshark MakeFiles/tfshark.dir/tfshark.c.o: In function `cf_open': home/jmayer/work/wireshark/svn/trunk/tfshark.c:2539: undefined reference to ftap_file_type_subtype' home/jmayer/work/wireshark/svn/trunk/tfshark.c:2543: undefined