[Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread sagar sg
hi, while compiling source code of wireshark i am getting error as match686.obj file not found, i have match686.asm file, i think its not getting compiled during the execution of makefile.nmake, wha may be the problem please help. regards Sagar

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2011-06-06 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/3141 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

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

2011-06-06 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/2046 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason:

[Wireshark-dev] buildbot failure in Wireshark (development) on Visual-Studio-Code-Analysis

2011-06-06 Thread buildbot-no-reply
The Buildbot has detected a new failure of Visual-Studio-Code-Analysis on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/971 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build:

[Wireshark-dev] Adding broadcast messages to a conversation

2011-06-06 Thread Roland Knall
Hello I am currently trying to add conversations to the openSAFETY dissector, and I am running into some behavioural issues. A normal openSAFETY network consists of a Master Node and many Slave Nodes. The relationship of their conversational pattern depends on the state each node is currently

[Wireshark-dev] Is there an API to decode a memory buffer containing the contents of a captured packet?

2011-06-06 Thread A. Sinan Unur
Hello all: I maintain the Net::Sharktools package for Perl which was a straight conversion using Armen Babikyan's pyshark (see http://seclists.org/wireshark/2010/Nov/62). The API is simple: There is a single function, perlshark_read, which takes the name of a capture file and some options, and

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread Stephen Fisher
On Mon, Jun 06, 2011 at 12:12:22PM +0530, sagar sg wrote: while compiling source code of wireshark i am getting error as match686.obj file not found, i have match686.asm file, i think its not getting compiled during the execution of makefile.nmake, wha may be the problem please help.

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread Graham Bloice
On 06/06/2011 07:42, sagar sg wrote: hi, while compiling source code of wireshark i am getting error as match686.obj file not found, i have match686.asm file, i think its not getting compiled during the execution of makefile.nmake, wha may be the problem please help. regards Sagar I

[Wireshark-dev] Cannot Live-capture VirtualBox network packets with Wireshark

2011-06-06 Thread Alexey Eromenko
Hi All ! Host: Debian Linux 6.0, x64. VBox 4.0.51 (and stable 4.0.x series). Wireshark 1.6.0-rc2 (also tried stable 1.2.x series) VirtualBox set with traffic capture: $ VBoxManage modifyvm my VM --nictrace1 on $ VBoxManage modifyvm my VM --nictracefile1 /tmp/mydata.cap The live capture command

[Wireshark-dev] Wireshark Crash

2011-06-06 Thread Garcia, Luis Antonio
I am relatively new to Wireshark(This is my first post) and have been trying to figure out why Wireshark has been crashing. I am running an automated test off batch commands that uses Ostinato to generate traffic to a device (1 packets at 50 packs/sec) in parallel with an AirPCap sniffer

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Stephen Fisher
On Mon, Jun 06, 2011 at 03:16:47PM -0400, Garcia, Luis Antonio wrote: If anything else needs to be specified that I may have left out, please let me know. Details about the crash: error messages / etc. ___ Sent via:

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Garcia, Luis Antonio
Details about the crash:error messages/ etc. I don't really receive any error messages. The program just doesn't start up and seems to freeze the system. I've tried to manually debug the situation by running the capture through the Wireshark GUI (not tshark) and the program freezes when I try

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Bill Meier
On 6/6/2011 3:24 PM, Garcia, Luis Antonio wrote: Details about the crash:error messages/ etc. I don't really receive any error messages. The program just doesn't start up and seems to freeze the system. I've tried to manually debug the situation by running the capture through the Wireshark

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Garcia, Luis Antonio
One comment: if you are using tshark initially only to create capture files for offline analysis, I suggest using dumpcap instead. Dumpcap is the program used by tshark to actually do captures and only does capturing (no analysis). Using dumpcap may not resolve the problem, but using dumpcap

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread sagar sg
the below is the error iam getting. zlib1.dll.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified. please help . thanks and regards Sagar. On Mon, Jun 6, 2011 at 9:49 PM, Graham Bloice graham.blo...@trihedral.comwrote: On

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread sagar sg
the errors i am getting are Generating Code... Compiling... packet-ipmi-storage.c packet-ipmi-transport.c packet-ipmi-pps.c packet-ipmi-update.c packet-dcerpc-nt.c Generating Code... NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c l.EXE' : return code '0x2' Stop.

Re: [Wireshark-dev] error during compilation of wireshark source code.

2011-06-06 Thread Anders Broman
Have you uncommented the line # Microsoft Visual Studio 2005 # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll MSVC_VARIANT=MSVC2005 in Config.nmake? The default is Visual C++ 9.0 Regards Anders sagar sg skrev 2011-06-07 07:26: the errors i am getting are Generating Code... Compiling...