Re: [Wireshark-dev] 1.12.0rc2 : tshark crash when message is on 3 packets

2014-06-17 Thread Pascal Quantin
2014-06-18 0:11 GMT+02:00 Pascal Quantin : > 2014-06-16 22:44 GMT+02:00 wsgd : > > Hello, >> >> My protocol (only to test this problem) specifications : >> tcp port 20640 >> message is 5 bytes long >> >> >> >> command line : tshark -r pb.cap -T text -V >> --> crash (see pb.1.12.0.txt) >> ** >> ER

Re: [Wireshark-dev] 1.12.0rc2 : tshark crash when message is on 3 packets

2014-06-17 Thread Pascal Quantin
2014-06-16 22:44 GMT+02:00 wsgd : > Hello, > > My protocol (only to test this problem) specifications : > tcp port 20640 > message is 5 bytes long > > > > command line : tshark -r pb.cap -T text -V > --> crash (see pb.1.12.0.txt) > ** > ERROR:print.c:838:get_field_data: code should not be reached

Re: [Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-17 Thread Guy Harris
On Jun 14, 2014, at 2:29 AM, Andreas Fink wrote: > The package of 1.12.0rc2 is not workign at all. > It seems to be that the developer building it is referencing the wrong > library locations: > > dyld: Library not loaded: @rpath/libfiletap.0.dylib > Referenced from: > /Applications/Wireshar

Re: [Wireshark-dev] Deprecated APIs

2014-06-17 Thread Jeff Morriss
On 06/17/14 12:11, Dario Lombardo wrote: Hi list I'm having a look at obsolete APIs and I've got those lines from checkAPI.pl Warning: Found soft-deprecated APIs in packet-bacapp.c: ep_address_to_str Warning: Found soft-deprecated APIs in packet-umts_fp.c: se_new0 but I can't find how those fu

Re: [Wireshark-dev] Deprecated APIs

2014-06-17 Thread Evan Huus
On Tue, Jun 17, 2014 at 10:10 AM, Jeff Morriss wrote: > On 06/17/14 12:11, Dario Lombardo wrote: > >> Hi list >> >> I'm having a look at obsolete APIs and I've got those lines from >> checkAPI.pl >> >> Warning: Found soft-deprecated APIs in packet-bacapp.c: ep_address_to_str >> Warning: Found sof

[Wireshark-dev] Deprecated APIs

2014-06-17 Thread Dario Lombardo
Hi list I'm having a look at obsolete APIs and I've got those lines from checkAPI.pl Warning: Found soft-deprecated APIs in packet-bacapp.c: ep_address_to_str Warning: Found soft-deprecated APIs in packet-umts_fp.c: se_new0 but I can't find how those func should be changed. Can anyone help me?