[Wireshark-dev] Adding support to Wireshark for CSV, TSV and SSV data types

2017-06-18 Thread Paul Offord
Some time ago I wrote a program that reads Microsoft IIS web log files and converts them into PCAP-NG format. I then wrote a matching dissector to produce nice neat output. I want to rewrite it because: 1. The field names and data types are defined in the first record of the PCAP-NG file

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Richard Sharpe
On Sun, Jun 18, 2017 at 12:26 PM, Graham Bloice wrote: > > > On 18 June 2017 at 19:19, Richard Sharpe > wrote: >> >> Hi folks, >> >> I can't seem to find the Visual Studio Command Prompt on my Windows 10 >> system with VS-2013 installed.

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Richard Sharpe
On Sun, Jun 18, 2017 at 1:25 PM, Richard Sharpe wrote: > On Sun, Jun 18, 2017 at 12:26 PM, Graham Bloice > wrote: >> >> >> On 18 June 2017 at 19:19, Richard Sharpe >> wrote: >>> >>> Hi folks, >>> >>> I can't

[Wireshark-dev] If I add files to epan/dissectors and mention them Custom.common will my Windows build ...

2017-06-18 Thread Richard Sharpe
Hi folks, I seem to have A Windows build working ... I now want to add some auto-generated (from XDR) dissectors. Is it a simple matter of just adding the files, modifying epan/dissectors/Custom.common and rerunning msbuild, or do I have to regenerate the files with cmake? -- Regards, Richard

[Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Richard Sharpe
Hi folks, I can't seem to find the Visual Studio Command Prompt on my Windows 10 system with VS-2013 installed. Does anyone know how to find or install that thing? -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) ___ Sent via:

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Patrick Klos
On 6/18/2017 2:19 PM, Richard Sharpe wrote: Hi folks, I can't seem to find the Visual Studio Command Prompt on my Windows 10 system with VS-2013 installed. Does anyone know how to find or install that thing? Are you referring to the command line C compiler, et. al.? For as long as I've

Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...

2017-06-18 Thread Graham Bloice
On 18 June 2017 at 19:19, Richard Sharpe wrote: > Hi folks, > > I can't seem to find the Visual Studio Command Prompt on my Windows 10 > system with VS-2013 installed. > > Does anyone know how to find or install that thing? > > >From the start menu, locate the Visual

[Wireshark-dev] My Windows build seemed to be going so well until ...

2017-06-18 Thread Richard Sharpe
Hi folks, I am getting this: "C:\Development\wsbuild64\Wireshark.sln" (default target) (1) -> "C:\Development\wsbuild64\docbook\release_notes_html.vcxproj.metaproj" (default target) (46) ->

Re: [Wireshark-dev] Adding support to Wireshark for CSV, TSV and SSV data types

2017-06-18 Thread Guy Harris
On Jun 18, 2017, at 5:54 PM, Paul Offord wrote: > Some time ago I wrote a program that reads Microsoft IIS web log files and > converts them into PCAP-NG format. I then wrote a matching dissector to > produce nice neat output. I want to rewrite it because: > >