[Wireshark-dev] [PATCH] btl2cap: fix EWS and UCD bits in l2cap info rsp

2011-09-02 Thread Emeltchenko Andrei
From: Andrei Emeltchenko Extended Windows Size and Unicast Connectionless Data Reception shows wrong bits in l2cap extended features --- epan/dissectors/packet-btl2cap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-btl2cap.c b/epan/dissectors

Re: [Wireshark-dev] Is there any need for wtap_get_bytes_dumped() or wtap_set_bytes_dumped()?

2011-09-02 Thread Stephen Fisher
On Thu, Sep 01, 2011 at 07:23:50PM -0700, Guy Harris wrote: > Is there any use for those routines, or the bytes-dumped count they > fetch and set? Apparently not. In the one wiretap module I wrote that can write packets out, Commview (PacketLogger can only read), I didn't even realize there w

Re: [Wireshark-dev] [PATCH] btl2cap: fix EWS and UCD bits in l2cap info rsp

2011-09-02 Thread Stephen Fisher
On Fri, Sep 02, 2011 at 12:02:28PM +0300, Emeltchenko Andrei wrote: > From: Andrei Emeltchenko > > Extended Windows Size and Unicast Connectionless Data Reception > shows wrong bits in l2cap extended features Can you please post this in a bug at https://bugs.wireshark.org/ so it doesn't get lo

Re: [Wireshark-dev] Is there any need for wtap_get_bytes_dumped() or wtap_set_bytes_dumped()?

2011-09-02 Thread robert . bullen
> Nothing currently uses them - the progress bar for writing out a capture file counts packets, not bytes, and making it count bytes would require a pass through the capture to ask Wiretap how many bytes each packet would require before writing the file out - and writing out a capture file does

Re: [Wireshark-dev] Failure to fetch service-names-port-numbers.txt

2011-09-02 Thread Gerald Combs
Was this working before the recent changes? As far as I can tell make-services.pl never supported the use of proxies. I checked in a change to do so in r38863. On 9/1/11 11:54 PM, Andrei Emeltchenko wrote: > "tsocks make" works, might be something wrong with very recent patches > to make-services

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2011-09-02 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows-7-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/88 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x6

Re: [Wireshark-dev] ported libwireshark to Android, have some questions on dissection

2011-09-02 Thread George Nychis
Actually, this was a mistake on my management of the dissection pointer. Problem resolved. On Wed, Aug 31, 2011 at 4:34 PM, George Nychis wrote: > Hi all, > > I have spent a good amount of time porting and cross-compiling libwireshark > for Android. My goal is to allow applications to import t