[Wireshark-dev] How WIRESHARK confirm the TCP OUT-OF-ORDER packet!

2014-09-15 Thread 李凌
Hello,everyone! It is my pleasure to write here for you. I've got some problems with the wireshark that how the software confirm if the tcp packet is out-of-order or not. I captured a pcap file named 'example.pcap',in this file No.507, No.508 ,No.509 make me confused: (because the pcap

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Gerald Combs
On 9/14/14 1:34 PM, Pascal Quantin wrote: Hi all, I just installed a new Windows 8.1 x64 computer and each time I launch the GTK2 GUI of master branch, I get a silent crash. After generating a memory dump and loading it in windbg, I could see that it crashes in gtk_init call: (1d90.1998):

Re: [Wireshark-dev] [Wireshark-commits] master 7143bd7: Do the PCR and the original PCR the same way.

2014-09-15 Thread Evan Huus
On Wed, Sep 10, 2014 at 5:16 PM, Martin Kaiser li...@kaiser.cx wrote: Thanks for fixing this, I missed the buildbot error. Would there be any chance to include OS X in the petri dish? I tried this before pushing and saw no issues on Windows and Linux. It would be difficult because Amazon AWS

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Graham Bloice
On 14 September 2014 21:34, Pascal Quantin pascal.quan...@gmail.com wrote: Hi all, I just installed a new Windows 8.1 x64 computer and each time I launch the GTK2 GUI of master branch, I get a silent crash. After generating a memory dump and loading it in windbg, I could see that it crashes

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Pascal Quantin
Le 15 sept. 2014 18:37, Graham Bloice graham.blo...@trihedral.com a écrit : On 14 September 2014 21:34, Pascal Quantin pascal.quan...@gmail.com wrote: Hi all, I just installed a new Windows 8.1 x64 computer and each time I launch the GTK2 GUI of master branch, I get a silent crash. After

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Pascal Quantin
Le 15 sept. 2014 18:27, Gerald Combs ger...@wireshark.org a écrit : On 9/14/14 1:34 PM, Pascal Quantin wrote: Hi all, I just installed a new Windows 8.1 x64 computer and each time I launch the GTK2 GUI of master branch, I get a silent crash. After generating a memory dump and loading

Re: [Wireshark-dev] How WIRESHARK confirm the TCP OUT-OF-ORDER packet!

2014-09-15 Thread Jeff Morriss
On 09/15/14 03:10, 李凌 wrote: Hello,everyone! It is my pleasure to write here for you. I've got some problems with the wireshark that how the software confirm if the tcp packet is out-of-order or not. I captured a pcap file named 'example.pcap',in this file No.507, No.508 ,No.509 make me

[Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Herb Falk h...@sisconet.com
There appears to be an issue with Wireshark capturing information from interfaces that have the same MAC Address. Does somebody know if this is an issue, or where the code for interface/MAC address binding is? My particular situation is a failover situation where both NICs have been

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Gerald Combs
On 9/15/14 10:02 AM, Pascal Quantin wrote: Le 15 sept. 2014 18:27, Gerald Combs ger...@wireshark.org mailto:ger...@wireshark.org a écrit : On 9/14/14 1:34 PM, Pascal Quantin wrote: Hi all, I just installed a new Windows 8.1 x64 computer and each time I launch the GTK2 GUI of master

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Pascal Quantin
Le 15 sept. 2014 19:52, Gerald Combs ger...@wireshark.org a écrit : On 9/15/14 10:02 AM, Pascal Quantin wrote: Le 15 sept. 2014 18:27, Gerald Combs ger...@wireshark.org mailto:ger...@wireshark.org a écrit : On 9/14/14 1:34 PM, Pascal Quantin wrote: Hi all, I just installed a

Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Guy Harris
On Sep 15, 2014, at 10:44 AM, Herb Falk h...@sisconet.com h...@sisconet.com wrote: There appears to be an issue with Wireshark capturing information from interfaces that have the same MAC Address. So what is the issue? Does capture fail to start? If so, what error is reported? Do some

Re: [Wireshark-dev] How WIRESHARK confirm the TCP OUT-OF-ORDER packet!

2014-09-15 Thread Jasper Bongertz
Hello Jeff, Out-of-order is basically a packet that arrives just a little too late to be in-sequence, but is not a retransmission. It's the original packet, which somehow got rearranged on the way to the destination so that it arrives after a packet following it in sequence. WAN optimizers

Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Herb Falk h...@sisconet.com
See below: Herbert Falk Solutions Architect SISCO, INC. 6605 19 ½ Mile Rd. Sterling Heights, MI 48314 (586) 254-0020 x-105 In matters of style, swim with the current; in matters of principle, stand like a rock. [Thomas Jefferson] NOTICE: This communication may contain

Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Guy Harris
On Sep 15, 2014, at 11:55 AM, Herb Falk h...@sisconet.com h...@sisconet.com wrote: On Sep 15, 2014, at 11:14 AM, Guy Harris g...@alum.mit.edu wrote: On Sep 15, 2014, at 10:44 AM, Herb Falk h...@sisconet.com h...@sisconet.com wrote: There appears to be an issue with Wireshark capturing

Re: [Wireshark-dev] Question about capturing from multiple interfaces that have the same MAC Address

2014-09-15 Thread Herb Falk h...@sisconet.com
So, a little more detailed. These are HP Blades and the teaming is done in what they call a Virtual Connect. The teaming is not done in Windows. So, I suspect it is an issue between WinPcap and the underpinnings of Windows/Vconnect. HP says it should work. Any ideas? Herbert Falk

Re: [Wireshark-dev] Systematic crash at startup when launching Wireshark GTK+ 1.99 x64 on Windows 8.1

2014-09-15 Thread Gerald Combs
On 9/15/14 10:51 AM, Gerald Combs wrote: On 9/15/14 10:02 AM, Pascal Quantin wrote: It explains why it works fine with 1.12.0 then... And why I could not figure out a major difference in main.c file explaining the behavior while using the same libraries! If I build a package from g0a24908