[Wireshark-dev] buildbot failure in Wireshark 1.2 on OSX-10.5-ppc

2009-08-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/OSX-10.5-ppc/builds/3 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: osx-10.5-ppc Build Reason: Build

[Wireshark-dev] buffer comparision

2009-08-19 Thread Devlina
I have to compare two data buffers, whose contents are taken from tvb. Is there any function in wireshark API to compare two buffer contents?? please give reference -- Regards ..Devlina.. ___ Sent via:

Re: [Wireshark-dev] buffer comparision

2009-08-19 Thread Jaap Keuter
Hi, Are these still TVBs? Then look in epan/tvbuff.h for tvb_memeql(). If they're 'reduced' to simple arrays fall back to memcmp() and friends. Thanx, Jaap On Wed, 19 Aug 2009 17:46:28 +0530, Devlina devlinahel...@gmail.com wrote: I have to compare two data buffers, whose contents are taken

[Wireshark-dev] New feature

2009-08-19 Thread T. Hariharan
Hello, I want to add the following wireshark feature. I would like to know others' opinion (is someone else already doing this, etc) before starting. Description: Add an option to stop the capture when the given filter is matched. The option to dumpcap may look like: -a filter:filter-spec i.e.

[Wireshark-dev] [TCP segment of a reassembled PDU] and HTTP Continuation or non-HTTP traffic

2009-08-19 Thread Domingo J. Ponce
Hello Dev Team, I use Tshark for network monitoring and sniffing of malicious traffic at work and I am trying to figure out how I can get Tshark to stop showing packets that are TCP [TCP segment of a reassembled PDU] and HTTP Continuation or non-HTTP traffic. I only need this in Tshark and

[Wireshark-dev] (HELP) adding new buffer

2009-08-19 Thread divya kothapally
Hi, Iam trying to add a new buffer using tvb_new_real_data but at the time to compiling it is giving me a warning saying ISO C90 forbids mixed declarations code. Does tvb_new_real_data need ISO C99 ?? -- Best, Divya Kothapally

Re: [Wireshark-dev] (HELP) adding new buffer

2009-08-19 Thread Guy Harris
On Aug 19, 2009, at 10:48 AM, divya kothapally wrote: Iam trying to add a new buffer using tvb_new_real_data but at the time to compiling it is giving me a warning saying ISO C90 forbids mixed declarations code. Does tvb_new_real_data need ISO C99 ?? No, it doesn't need C99. That's

[Wireshark-dev] (Help) simulating a packet

2009-08-19 Thread divya kothapally
Hi, I was trying to simulate a packet in packet-xxx.c. Iam trying to add a string of char representing hex decimal values (exactly as the packet contains) at the end of the packet in packet-xxx.c so that i can check my local enhancements. Correct me if iam trying to something wrong: guchar

[Wireshark-dev] buildbot failure in Wireshark (development) on Solaris-10-SPARC

2009-08-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of Solaris-10-SPARC on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Solaris-10-SPARC/builds/2219 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: solaris-10-sparc Build

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Solaris-10-SPARC

2009-08-19 Thread Guy Harris
On Aug 19, 2009, at 1:28 PM, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of Solaris-10-SPARC on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Solaris-10-SPARC/builds/2219 Buildbot URL:

[Wireshark-dev] buildbot failure in Wireshark 1.0 on OSX-10.5-ppc

2009-08-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark 1.0. Full details are available at: http://buildbot.wireshark.org/trunk-1.0/builders/OSX-10.5-ppc/builds/6 Buildbot URL: http://buildbot.wireshark.org/trunk-1.0/ Buildslave for this Build: osx-10.5-ppc Build Reason: Build

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Solaris-10-SPARC

2009-08-19 Thread didier
Hi, Le mercredi 19 août 2009 à 13:55 -0700, Guy Harris a écrit : On Aug 19, 2009, at 1:28 PM, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of Solaris-10-SPARC on Wireshark (development). Full details are available at:

Re: [Wireshark-dev] New feature

2009-08-19 Thread Stephen Fisher
On Aug 19, 2009, at 12:14 AM, T. Hariharan wrote: Add an option to stop the capture when the given filter is matched. Wireshark doesn't have such a feature. However, one of the developers wrote a program that isn't compiled by default in the root wireshark directory called trigcap.c for a