Re: [Wireshark-dev] Wireshark 2.01 packages in Ubuntu ppa

2016-01-13 Thread Peter Wu
Hi Balint, On Wed, Jan 13, 2016 at 01:44:00AM +0100, Bálint Réczey wrote: > Hi Peter, > > 2016-01-13 1:11 GMT+01:00 Peter Wu : > > On Sun, Jan 10, 2016 at 11:52:39AM +0100, Bálint Réczey wrote: > >> Hi, > >> > >> 2016-01-09 16:40 GMT+01:00 Peter Wu : [..] > >> I have reproduced the issue in a cle

[Wireshark-dev] Adding interface to wpcap/libpcap for sending packets to Rx path

2016-01-13 Thread Yang Luo
Hi list, I want to implement a feature that Npcap can send packets to Rx (receive path) instead of the current Tx (send path). I know how to implement this in the driver layer. But I don't know how to add this interface to wpcap.dll. I don't want to change too much like adding a function call. Wha

Re: [Wireshark-dev] Adding interface to wpcap/libpcap for sending packets to Rx path

2016-01-13 Thread Guy Harris
On Jan 13, 2016, at 8:16 AM, Yang Luo wrote: > I want to implement a feature that Npcap can send packets to Rx (receive > path) instead of the current Tx (send path). What do you mean by "send packets to the receive path"? Does that mean that a packet "sent" to the receive path is *not* trans

[Wireshark-dev] Mac Build Error

2016-01-13 Thread David Morsberger
I am receiving the following error after I reset the HEAD to the latest. Mac OS 10.11 with Xcode Thoughts? /usr/bin/perl ../../../epan/wslua/make-taps.pl ../../../epan/wslua/taps taps_wslua.c taps.txt ../../../epan/wslua /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CC

Re: [Wireshark-dev] Mac Build Error

2016-01-13 Thread Guy Harris
On Jan 13, 2016, at 6:30 PM, David Morsberger wrote: > I am receiving the following error after I reset the HEAD to the latest. > > Mac OS 10.11 with Xcode > > Thoughts? Try doing "make maintainer-clean", re-run ./autogen.sh, re-run the configure script, and recompile; there might be some o