Re: [Wireshark-users] Ask for cap file including stard fibre channel protocol

2008-03-25 Thread ronnie sahlberg
Wireshark also supports the encapsulation iFCP. It would probably be easy to add mFCP (dead brocade protocol) as well if an example capture was made available. On Tue, Mar 25, 2008 at 5:05 PM, Guy Harris [EMAIL PROTECTED] wrote: zhen li wrote: I am very excited when finding fibre

Re: [Wireshark-users] Average MBit/sec

2008-02-26 Thread ronnie sahlberg
unless you use =1GbE or FC physical layers where there are 10 bits per byte in the physical transport. (but we never see the real physical layer in wireshark anyway) On Wed, Feb 27, 2008 at 12:54 PM, Stephen Fisher [EMAIL PROTECTED] wrote: On Tue, Feb 26, 2008 at 05:45:12PM -0800, Greg Reed

Re: [Wireshark-users] Which hardware

2008-02-08 Thread ronnie sahlberg
Use a linux box to run wireshark on instead. It is cheaper than terminal servers and as a bonuson the same hardware, processing the same capture files, wireshark will run several times faster on linux than w2k3 On Sat, Feb 9, 2008 at 1:46 AM, Taco Amory [EMAIL PROTECTED] wrote: Hi,

Re: [Wireshark-users] Which hardware

2008-02-08 Thread ronnie sahlberg
, Ulf Lamping [EMAIL PROTECTED] wrote: ronnie sahlberg schrieb: Use a linux box to run wireshark on instead. It is cheaper than terminal servers and as a bonuson the same hardware, processing the same capture files, wireshark will run several times faster on linux than w2k3

Re: [Wireshark-users] Which hardware

2008-02-08 Thread ronnie sahlberg
the OSX tests was on similarly specced hardware. I could obviously not test how OSX Wireshark behaved/performed on the same physical machine I tested with Windows. On Sat, Feb 9, 2008 at 11:25 AM, ronnie sahlberg [EMAIL PROTECTED] wrote: Personal first hand experience. I have tested

Re: [Wireshark-users] A few questions

2007-12-07 Thread ronnie sahlberg
On Dec 7, 2007 7:30 PM, Lars Lars [EMAIL PROTECTED] wrote: Hi, Started using WireShark recently and got a couple of questions that I was hoping someone on here could answer. The purpose of using WireShark is to monitor communication between server \ client application developed by our

Re: [Wireshark-users] FC Protocol ??

2007-11-30 Thread ronnie sahlberg
Fibre channel is a SAN protocol so it would be very likely that it would consume a lot of bandwidth. I.e. it is used to (primarily) act as a transport for SCSI Normally you would not see FC on the same segment as you would have ordinary traffic but rather only on dedicated networks in the data

Re: [Wireshark-users] Congestion Window

2007-08-28 Thread ronnie sahlberg
The congestion window can not be determined by looking at the packets themself since the congestion window is not stored in the packet headers. In general it is impossible to tell what the congestion window is by looking at traces. However If you know if great detail exactly how the state machine

Re: [Wireshark-users] Wireshark Supported Protocols

2007-05-21 Thread ronnie sahlberg
unless you are a developer of a new prototype protocol it is likely wireshark supports any and every protocol you will ever encounter. wireshark has the without doubt most complete dissector for SMB of any network analyzer available. On 5/21/07, Kaushal Shriyan [EMAIL PROTECTED] wrote: Hi

Re: [Wireshark-users] Life cycle of tvbuff_t *tvb and packet_info *pinfo

2007-04-30 Thread ronnie sahlberg
the lifetime for these two are on a per frame basis. they currently remain valid until the end of the packet and do not become invalid until dissection of the next packet starts. this may or may not change for tvbuff so it would be unsafe to assume you can pass tvbuff pointers from one instance

Re: [Wireshark-users] TCP previous segment lost / connection failure

2007-03-27 Thread ronnie sahlberg
Prior to the previous segment lost there is a delay of ~500ms which is a common tcp retransmission timeout. Before this previous segment lost segment there were probably an earlier segment twice, once before the 500ms timeout and once immediately together with the previous segment lost segment.

Re: [Wireshark-users] [Wireshark-dev] Support for Microsoft LLTD Protocol

2007-03-21 Thread ronnie sahlberg
This document contains a lot of information about this protocol (and others) and would likely be very useful for someone planning to start implementing a dissector. http://www.symantec.com/avcenter/reference/ATR-VistaAttackSurface.pdf On 3/22/07, Jaap Keuter [EMAIL PROTECTED] wrote: Hi,

Re: [Wireshark-users] tcp packets too big !?

2007-02-05 Thread ronnie sahlberg
Do you have a nic with large segment offload in the host where you capture these large segments? If so the packets will be split into smaller segments in the NIC itself, below the point in the stack where you captured the packets. On 2/5/07, Christophe Lohr [EMAIL PROTECTED] wrote: [EMAIL

Re: [Wireshark-users] [Wireshark-dev] If anyone is willing to look at a capture???? TCP out of order segments

2007-01-11 Thread ronnie sahlberg
They are neither retransmissions nor out of order they are duplicated by the stack/winpcap during packet capturing See http://wiki.wireshark.org/CaptureSetup/InterferingSoftware On 1/12/07, Luis Ontanon [EMAIL PROTECTED] wrote: ronnie, You should take a look at this capture. These

Re: [Wireshark-users] Re : Timestamp with Sniffer Pro

2006-12-21 Thread ronnie sahlberg
Maybe if many enough of their customers desire and request proper and correct handling of their timestamps in wireshark they can elect to document their file formats and the timestamps. On 12/21/06, BoNH [EMAIL PROTECTED] wrote: Thanks this tricks seems to work :) But actually I have many many

Re: [Wireshark-users] TCP keep -alives

2006-11-16 Thread ronnie sahlberg
wireshark uses heuristics to determine if something is a keepalive or not: It assumes it is a keepalive IF the left edge decreases by one (sequence number 1 smaller than the next expected one) the segment contains exactly 0 or 1 bytes of payload data /* KEEP ALIVE * a keepalive

Re: [Wireshark-users] How do you access the reassembled TCP PDU in Lua?

2006-11-12 Thread ronnie sahlberg
Bill,If you are working on the TDS dissector,could you also look into making the heuristics a bit stronger for this dissector?It is fairly commong that the payload for certain bulk transport protocols are mistaken for TDS. On 11/13/06, Bill Meier wrote: I am trying to write a tap for TDS packets

Re: [Wireshark-users] Fragmented IP-packets

2006-11-10 Thread ronnie sahlberg
run a capture while doing ping -s 6 or while running NFS over UDP and youll get as many fragmented packets as you want On 11/10/06, Hans Nilsson [EMAIL PROTECTED] wrote: Hello! Does anyone have some sample captures with fragmented IP-packets? Maybe something like first one packet split

Re: [Wireshark-users] URGENT Please Help -- SSLv3 Application Data decryption on Linux using tshark

2006-11-01 Thread ronnie sahlberg
you did it? If you could copy and paste the ssldebug.txt file, that will also be very helpful. Regards, Vijay ronnie sahlberg [EMAIL PROTECTED] wrote: Yes it has been tested. I use linux and I just verified it again using the example and the instructions on http

Re: [Wireshark-users] URGENT Please Help -- SSLv3 Application Data decryption on Linux using tshark

2006-10-31 Thread ronnie sahlberg
Yes it has been tested. I use linux and I just verified it again using the example and the instructions on http://wiki.wireshark.org/SSL and once I set the preference properly and I restart wireshark it does decrypt the example capture just fine. On 10/31/06, Vijay Sitaram [EMAIL PROTECTED]

Re: [Wireshark-users] SEQ/ACK analysis

2006-10-26 Thread ronnie sahlberg
should be in the release branch now On 10/14/06, Joerg Mayer [EMAIL PROTECTED] wrote: On Sat, Oct 14, 2006 at 04:03:53AM +, ronnie sahlberg wrote: The field for showing how long it took to ACK a datasegment was lost a while ago when i did a quite nessecary rewrite of the seq/ack

Re: [Wireshark-users] SEQ/ACK analysis

2006-10-24 Thread ronnie sahlberg
I have fixed this in SVN 19669 so this should work again. Brent, Ed, Can you check the wiki for TCP to make sure this feature is documented properly and that there are useful examples on how one can use this feature and why one might want to use it? Since you find this feature useful (as did the

Re: [Wireshark-users] Windows installer bug: Users shouldn't have to accept GNU GPL

2006-10-15 Thread ronnie sahlberg
Thank you for your answer. I understand your viewpoint much better now. best regards ronnie sahlberg On 10/15/06, Shawn Willden [EMAIL PROTECTED] wrote: On Sunday 15 October 2006 00:07, ronnie sahlberg wrote: Thanks for slashdoting us. I specifically did not do that. I made no mention

Re: [Wireshark-users] Searching mailing list/forum

2006-10-06 Thread ronnie sahlberg
Full ACK My final statement on forums from a personal pov. Feel free to set up as many forums as you want. I am sure Gerald can be asked to add a link from the website to your forum. As is obvious from the responses and lack of interest in the developer community it does appear very unlikely

Re: [Wireshark-users] IEC 60870-5-104 Plugin?

2006-09-22 Thread ronnie sahlberg
Good find. Maybe Johnnie can join forces with him finishing the dissector and providing a nice wiki page with sample captures once it is finished? On 9/22/06, Anders Broman (AL/EAB) [EMAIL PROTECTED] wrote: Hi, There is a recent entry at:

Re: [Wireshark-users] wireshark ssl decryption for dummies

2006-09-12 Thread ronnie sahlberg
On 9/12/06, Andrew Schweitzer [EMAIL PROTECTED] wrote: Hello, I'm trying to decrypt some SSL traffic. The connection initiator talk to port 37000. It talks a proprietary protocol (one not present in wireshark). I have the keys of the initiator and the listener. I am capturing on the listener.

Re: [Wireshark-users] wireshark ssl decryption for dummies

2006-09-12 Thread ronnie sahlberg
can you try to put the key file in the same directory as the traceand specify the key file without a path : 127.0.0.1,3700,data,server.keyOn 9/13/06, Andrew Schweitzer [EMAIL PROTECTED] wrote:Andrew Schweitzer wrote: ronnie sahlberg wrote: [snip] try:127.0.0.1,3700,data,e:\keys\server.key

Re: [Wireshark-users] No TCP traffic

2006-09-06 Thread ronnie sahlberg
Autoneg does fail sometimes.True.Autonegotiate is broken by design and one should never ever use autonegotiate.On 9/6/06, Jaap Keuter [EMAIL PROTECTED] wrote:Hi, Question one: is it really a hub, not a 10/100 switch in disguise? Itwould account for the fact that you only captured non unicast

Re: [Wireshark-users] No TCP traffic

2006-09-06 Thread ronnie sahlberg
the probability of a duplex mismatch zero.On 9/7/06, Joerg Mayer [EMAIL PROTECTED] wrote: On Thu, Sep 07, 2006 at 07:56:09AM +1000, ronnie sahlberg wrote: Autoneg does fail sometimes. True. Autonegotiate is broken by design and one should never ever use autonegotiate. That's a very broad statement

Re: [Wireshark-users] RSA keys list - How to obtain key

2006-09-01 Thread ronnie sahlberg
extension from the server. Would this work? I didn't see the decrypted packets in Wireshark. Please help. Thanks. Kim On 9/1/06, ronnie sahlberg [EMAIL PROTECTED] wrote: 1, if it is your server just copy the server key file frome the webservers config

Re: [Wireshark-users] SSL question

2006-08-28 Thread ronnie sahlberg
You need to specify the secret key from the server in order to have wireshark to decrypt the traffic. On 8/28/06, Annette Beaulieu [EMAIL PROTECTED] wrote: Regards, Annette Beaulieu PAN IOT Managed Security Services Delivery - IGS/SD Evaluation of Shared Applications . - Forwarded by

Re: [Wireshark-users] Blocked ports

2006-08-08 Thread ronnie sahlberg
if the port is blocked by a firewall most sane firewall configurations will return a ICMP Desctination Unreachable/Port Administratively Filtered back to the originator to indicate that the firewall has blocked the traffic. Some firewalls are unfortunately configured to block all icmp traffic

Re: [Wireshark-users] cldap dissector problem

2006-07-12 Thread ronnie sahlberg
, so 0.99.2 and 1.1.0 is the same tree? On 7/12/06, ronnie sahlberg [EMAIL PROTECTED] wrote: yes you can wireshark-setup-0.99.2-SVN-18717.exe http://www.wireshark.org/download/automated/win32/wireshark-setup-0.99.2-SVN-18717.exe 11-Jul-2006 19:28 13M On 7/12/06

Re: [Wireshark-users] cldap dissector problem

2006-07-11 Thread ronnie sahlberg
please try recent svn.the trace decodes properly in svn 18717On 7/12/06, Xiaoguang Liu [EMAIL PROTECTED] wrote: I found in wireshark Version 1.1.0-SVN-18672 (SVN Rev 18672) for windows, all CLDAP has problem. [dissector bug, protocal cldap: packet-ber.c: 1071: failed assertion eoffset offset]