[Wireshark-dev] Wiki editing request

2017-07-05 Thread Stephen Donnelly
Can I please get wiki edit permissions for https://wiki.wireshark.org/ERF for StephenDonnelly ? I can now upload a version of the ERF Types Reference Guide document. Regards, Stephen ___ Sent via:Wireshark-dev mailing l

[Wireshark-dev] WG: Wireshark Change 19662

2017-07-05 Thread Henrik_Wahsner
Hello Team, It's regarding Change 19662. https://code.wireshark.org/review/#/c/19662/ I don't understand, why there was a change to the RTT graph. It changed completely the meaning of this graph. I have already created a BUG for this issue! https://bugs.wireshark.org/bugzilla/show_bug.cg

Re: [Wireshark-dev] Gerrit Patch Set Submission Problem

2017-07-05 Thread Roland Knall
Hi Paul You have a merge branch in between two syncro branches. That happens, when you are not working cleanly of branches, but instead pull changes into the master branch. Take a look at git log You should see your Syncro at the top, then a merge-branch and then again a syncro at the bottom. T

Re: [Wireshark-dev] Gerrit Patch Set Submission Problem

2017-07-05 Thread Paul Offord
Cheers Graham – I’ll give that a go. Beer in the post. From: Wireshark-dev [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Graham Bloice Sent: 05 July 2017 13:17 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Gerrit Patch Set Submission Problem On 5 July 2017

Re: [Wireshark-dev] Gerrit Patch Set Submission Problem

2017-07-05 Thread Graham Bloice
On 5 July 2017 at 12:47, Paul Offord wrote: > Hi, > > > > I’m struggling with git again. I want to submit a new patch set for > change 19666 - https://code.wireshark.org/review/#/c/19666/ > > > > When I try git review I get: > > > > C:\Development\wireshark>git review > > You are about to submit

[Wireshark-dev] Gerrit Patch Set Submission Problem

2017-07-05 Thread Paul Offord
Hi, I'm struggling with git again. I want to submit a new patch set for change 19666 - https://code.wireshark.org/review/#/c/19666/ When I try git review I get: C:\Development\wireshark>git review You are about to submit multiple commits. This is expected if you are submitting a commit that is

Re: [Wireshark-dev] [Help_Wireshark] difference between fragmentation reassembly functions

2017-07-05 Thread John Thacker
On Wed, Jul 5, 2017 at 4:41 AM, Pascal Quantin wrote: > > > 2017-07-05 8:32 GMT+02:00 hhw hhw : > >> my packets are like: >>sequence idsequence number message type >>16 00 >> Begin >>

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Guy Harris
On Jul 5, 2017, at 1:22 AM, Remy Leone wrote: > 1°) I'm not sure when I run a shell inside this container I see that /_usr is > empty. This folder is probably created with docker for docker related > purposes. > > 2°) /_usr appears to be empty when I'm running a simple shell inside the > cont

Re: [Wireshark-dev] [Help_Wireshark] difference between fragmentation reassembly functions

2017-07-05 Thread Pascal Quantin
2017-07-05 8:32 GMT+02:00 hhw hhw : > my packets are like: >sequence idsequence number message type >16 00 > Begin >16 11 > Continue >

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Remy Leone
1°) I'm not sure when I run a shell inside this container I see that /_usr is empty. This folder is probably created with docker for docker related purposes. 2°) /_usr appears to be empty when I'm running a simple shell inside the container 3°) I'm not sure but the previous part of the compilatio

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Guy Harris
On Jul 5, 2017, at 12:41 AM, Remy Leone wrote: > "In file included from iface_monitor.c:55:0:", > "/_usr/include/net/if.h:129:0: error: \"IFNAMSIZ\" redefined > [-Werror]", 1) Why is there a /_usr directory? 2) Is it different from /usr, or is /_usr/include the same as /usr/inc

Re: [Wireshark-dev] Cookbook to make ubuntu 16.04 bot on buildbot

2017-07-05 Thread Remy Leone
Hello, I've prepared a little archive to reproduce my issue: leone.iiens.net/reproduce_wireshark.zip install ansible-container prior to this: python -m pip install ansible-container then you can run: ansible-container --debug build --roles-path ansible/roles You have to have docker installed to