Re: [Wireshark-dev] Script used to automatically delete unused #includes

2015-02-08 Thread Alexis La Goutte
On Mon, Jan 5, 2015 at 12:56 AM, Martin Mathieson martin.r.mathie...@googlemail.com wrote: Hi, I have attached the script that I used over the past week or 2 to detect and delete unneeded #includes. I am not sure whether it is fit for submitting to the tools folder in its current state.

Re: [Wireshark-dev] [Wireshark-commits] master 0b2c8b0: AMQP: fix declaration of 'index' shadows a global declaration

2015-02-08 Thread Alexis La Goutte
On Tue, Feb 3, 2015 at 6:50 AM, Guy Harris g...@alum.mit.edu wrote: On Feb 2, 2015, at 1:46 PM, Wireshark code review code-review-do-not-re...@wireshark.org wrote: 0b2c8b0 by Alexis La Goutte (alexis.lagou...@gmail.com): AMQP: fix declaration of 'index' shadows a global declaration

[Wireshark-dev] Fatal Error U1077: cl.exe return code 0x2 compiling usb.c on Windows

2015-02-08 Thread Richard Sharpe
According to this: http://stackoverflow.com/questions/23831911/nmake-fatal-error-u1077-cd-return-code-0x2-cl-exe The problem is empty arrays. -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] Fatal Error U1077: cl.exe return code 0x2 compiling usb.c on Windows

2015-02-08 Thread Richard Sharpe
On Sun, Feb 8, 2015 at 7:19 AM, Richard Sharpe realrichardsha...@gmail.com wrote: According to this: http://stackoverflow.com/questions/23831911/nmake-fatal-error-u1077-cd-return-code-0x2-cl-exe The problem is empty arrays. Further examination shows that usb.c was not the problem, as usb.obj

Re: [Wireshark-dev] Two Descrypted SSL data sections in one frame

2015-02-08 Thread Peter Wu
On 02/08/2015 08:25 PM, Petr Gotthard wrote: I'm trying to add SSL support for the AMQP dissector. I managed to correctly decrypt and reassemble the application data, however from some reason the SSL dissector (or someone else?) split the application data in two blocks: the first data block

[Wireshark-dev] Two Descrypted SSL data sections in one frame

2015-02-08 Thread Petr Gotthard
Hello,   I'm trying to add SSL support for the AMQP dissector. I managed to correctly decrypt and reassemble the application data, however from some reason the SSL dissector (or someone else?) split the application data in two blocks: the first data block contains the first byte of the AMQP

Re: [Wireshark-dev] Fatal Error U1077: cl.exe return code 0x2 compiling usb.c on Windows

2015-02-08 Thread Graham Bloice
On 8 February 2015 at 15:41, Richard Sharpe realrichardsha...@gmail.com wrote: On Sun, Feb 8, 2015 at 7:19 AM, Richard Sharpe realrichardsha...@gmail.com wrote: According to this: http://stackoverflow.com/questions/23831911/nmake-fatal-error-u1077-cd-return-code-0x2-cl-exe The

Re: [Wireshark-dev] Fatal Error U1077: cl.exe return code 0x2 compiling usb.c on Windows

2015-02-08 Thread Richard Sharpe
n Sun, Feb 8, 2015 at 2:13 PM, Graham Bloice graham.blo...@trihedral.com wrote: On 8 February 2015 at 15:41, Richard Sharpe realrichardsha...@gmail.com wrote: On Sun, Feb 8, 2015 at 7:19 AM, Richard Sharpe realrichardsha...@gmail.com wrote: According to this: