[Wireshark-dev] CSMA backoff time

2012-04-03 Thread vijay
Hi, Does Wireshark provide a way to see the total time it took to send a packet i.e the total back off time? Thanks Vijay ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev

Re: [Wireshark-dev] InstallLocation not updated in Registry Uninstall

2012-04-03 Thread Gerald Combs
Fixed in r41914 and scheduled for 1.6.7. On 4/3/12 2:15 PM, "Vincent Duvernet (Nolmë Informatique)" wrote: > Hi, > > I've see that Registry is not updated correctly during program install : > HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark > > the fie

Re: [Wireshark-dev] warning -> error in r41911

2012-04-03 Thread Jeff Morriss
Martin Kaiser wrote: Hi Graham and all, r41911 gives a warning on my system packet-dcerpc-spoolss.c: In function âdissect_spoolss_string_parm_dataâ: packet-dcerpc-spoolss.c:497: error: âitemâ may be used uninitialized in this function make[5]: *** [libdissectors_la-packet-dcerpc-spoolss.lo] Err

[Wireshark-dev] InstallLocation not updated in Registry Uninstall

2012-04-03 Thread Vincent Duvernet (Nolmë Informatique)
Hi, I've see that Registry is not updated correctly during program install : HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Wireshark the field 'InstallLocation' is not present. (using latest version 1.6.6 x64 Windows) ++ Vincent

[Wireshark-dev] warning -> error in r41911

2012-04-03 Thread Martin Kaiser
Hi Graham and all, r41911 gives a warning on my system packet-dcerpc-spoolss.c: In function âdissect_spoolss_string_parm_dataâ: packet-dcerpc-spoolss.c:497: error: âitemâ may be used uninitialized in this function make[5]: *** [libdissectors_la-packet-dcerpc-spoolss.lo] Error 1 make[5]: *** Waiti

Re: [Wireshark-dev] [Wireshark-commits] rev 41790: /trunk/ /trunk/: configure.in

2012-04-03 Thread Guy Harris
On Apr 3, 2012, at 12:40 PM, Gerald Combs wrote: > Bug 6973 contains a patch for a wireless toolbar which uses the Netlink > library (libnl). This would fix the problem on Linux but it wouldn't use > common code. Ideally, the AirPcap and non-AirPcap wireless toolbars should use as much common c

Re: [Wireshark-dev] [Wireshark-commits] rev 41790: /trunk/ /trunk/: configure.in

2012-04-03 Thread Gerald Combs
On 4/3/12 9:00 AM, Guy Harris wrote: > > On Apr 3, 2012, at 10:33 AM, Jeff Morriss wrote: > >> *My* intent was to revert back out my change to go back to what Joerg had >> intended in r34356. That revision says the intent was "to increase common >> source code coverage". > > I assume by "cove

[Wireshark-dev] raw file content

2012-04-03 Thread Safiye Turgut (Garanti Teknoloji)
Hi, I want to decode 729 packets so I want to form raw file with code. But I want to learn what is the raw file content? The code is: File file; file = new File ("c:\\xxx.raw"); FileOutputStream file_output = new FileOutputStream (file,true); DataOutputStream data_out = new DataOutputStream (fi

Re: [Wireshark-dev] [Wireshark-commits] rev 41790: /trunk/ /trunk/: configure.in

2012-04-03 Thread Guy Harris
On Apr 3, 2012, at 10:33 AM, Jeff Morriss wrote: > *My* intent was to revert back out my change to go back to what Joerg had > intended in r34356. That revision says the intent was "to increase common > source code coverage". I assume by "coverage" he means "testing the code to make sure it b

Re: [Wireshark-dev] Login and General Question

2012-04-03 Thread Christopher Maynard
Me writes: > 1)  Didn't see any place to register and don't use any of > the mediums such as facebook, twitter, etc.  Tried a temporary login and > was rejected.   How do I register for the wireshark > forum? By register, I assume you mean subscribe. From http://www.wireshark.org/, choose "G

Re: [Wireshark-dev] Login and General Question

2012-04-03 Thread Guy Harris
On Apr 2, 2012, at 11:17 AM, Me wrote: > 1) Didn't see any place to register and don't use any of the mediums such as > facebook, twitter, etc. Tried a temporary login and was rejected. How do I > register for the wireshark forum? The only Wireshark forums are the Wireshark mailing lists;

Re: [Wireshark-dev] [Wireshark-commits] rev 41790: /trunk/ /trunk/: configure.in

2012-04-03 Thread Jeff Morriss
*My* intent was to revert back out my change to go back to what Joerg had intended in r34356. That revision says the intent was "to increase common source code coverage". I think I had also see some comments (r28285, for example) about wanting/trying to get the AirPcap GUI working on Linux.

[Wireshark-dev] Login and General Question

2012-04-03 Thread Me
1) Didn't see any place to register and don't use any of the mediums such as facebook, twitter, etc. Tried a temporary login and was rejected. How do I register for the wireshark forum? 2) Wanted to know how I write a filter to monitor all activity except for four selected IP addresses?

Re: [Wireshark-dev] [Wireshark-commits] rev 41790: /trunk/ /trunk/: configure.in

2012-04-03 Thread Michael Tuexen
What is the reason to use Airpcap by default? It is (as far as I know) only supported on Windows platforms, when having some software installed. So why compile the stuff on non windows platforms? Best regards Michael On Mar 27, 2012, at 4:37 AM, morr...@wireshark.org wrote: > http://anonsvn.wires

[Wireshark-dev] Lua: condition on protocol preference

2012-04-03 Thread Maayan Zadik
Hi all, I have the custom protocol dissector written in C, with registered preferences, and some analysis scripts written in lua, and the analysis results depend on the defined preferences of the protocol. I need to condition on one of the protocol's preferences. Is there a way to access t