[Wireshark-dev] Follow TCP stream - FTP protocol Export Object

2015-01-20 Thread leonardoc...@libero.it
I am implementing object export for the FTP protocol ( File- Export Object - FTP...). I need to identify the last packet in the FTP-DATA stream for calling the function tap_queue_packet and send the object to the gui for display. The ideal solution would be to compare the sum of accrued

Re: [Wireshark-dev] Follow TCP stream - FTP protocol Export Object

2015-01-20 Thread Pascal Quantin
2015-01-20 12:23 GMT+01:00 leonardoc...@libero.it leonardoc...@libero.it: I am implementing object export for the FTP protocol ( File- Export Object - FTP...). I need to identify the last packet in the FTP-DATA stream for calling the function tap_queue_packet and send the object to the gui

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Evan Huus
Huh, I did not even know about the latter, but it worked, I've always just been running run/wireshark. What's the similar trick for tshark et al so I can fuzz with plugins enabled? On Tue, Jan 20, 2015 at 11:41 AM, Gerald Combs ger...@wireshark.org wrote: Are you running Wireshark using the

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Gerald Combs
For now it looks like you'll have to run the executable directly, e.g. run/Wireshark.app/Contents/MacOS/tshark. On 1/20/15 8:45 AM, Evan Huus wrote: Huh, I did not even know about the latter, but it worked, I've always just been running run/wireshark. What's the similar trick for tshark et

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Evan Huus
Plugins still aren't loaded on my out-of-tree MacOSX build, but I'm interested in getting this working (not that I really know how)... On Tue, Jan 20, 2015 at 11:12 AM, Wireshark code review code-review-do-not-re...@wireshark.org wrote: URL:

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Gerald Combs
Are you running Wireshark using the symlink (run/wireshark) or via open run/Wireshark.app? We might want to convert the symlink to a shell script that runs the latter. On 1/20/15 8:36 AM, Evan Huus wrote: And if I manually specify WIRESHARK_RUN_FROM_BUILD_DIRECTORY then it looks for plugins in

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Evan Huus
And if I manually specify WIRESHARK_RUN_FROM_BUILD_DIRECTORY then it looks for plugins in run/plugins which doesn't exist. On Tue, Jan 20, 2015 at 11:34 AM, Evan Huus eapa...@gmail.com wrote: They are there, but I don't think Wireshark is detecting that it's running from a build dir at all. My

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Gerald Combs
Where do your plugins end up? They should be in run/Wireshark.app/Contents/PlugIns/wireshark assuming that ENABLE_APPLICATION_BUNDLE is ON. On 1/20/15 8:21 AM, Evan Huus wrote: Plugins still aren't loaded on my out-of-tree MacOSX build, but I'm interested in getting this working (not that I

Re: [Wireshark-dev] [Wireshark-commits] master 6e6a129: CMake: Set an output directory for plugins.

2015-01-20 Thread Evan Huus
They are there, but I don't think Wireshark is detecting that it's running from a build dir at all. My global plugins folder is set at /usr/local/lib/wireshark/plugins/1.99.2 according to the About dialogue. On Tue, Jan 20, 2015 at 11:31 AM, Gerald Combs ger...@wireshark.org wrote: Where do your

Re: [Wireshark-dev] Issue with packet-ieee802154.c

2015-01-20 Thread Pascal Quantin
2015-01-20 20:09 GMT+01:00 Alexis La Goutte alexis.lagou...@gmail.com: Hi Robert, it is possible to push your patch on Gerrit ? and/or also create a bug in bugtracker ? (with pcap sample) for try Regards, See https://code.wireshark.org/review/#/c/6695/1 Regards, Pascal. On Tue, Jan

Re: [Wireshark-dev] Issue with packet-ieee802154.c

2015-01-20 Thread Alexis La Goutte
Hi Robert, it is possible to push your patch on Gerrit ? and/or also create a bug in bugtracker ? (with pcap sample) for try Regards, On Tue, Jan 20, 2015 at 7:29 PM, Robert Cragie robert.cra...@gridmerge.com wrote: Recent commit ecaa1f8d21b1284a267ca08d4d698ca99fbcab83 (onvert variables

Re: [Wireshark-dev] Status of Emem Removal

2015-01-20 Thread Alexis La Goutte
On Mon, Jan 19, 2015 at 4:11 AM, Evan Huus eapa...@gmail.com wrote: As of commit e333e4c90f0aca41b0a56cef22fd80d0b0e73e14 by Michael this evening, the deprecated 'emem' API has exactly one remaining usage in the wireshark core codebase, which is a pretty huge accomplishment considering how