Re: [Wireshark-dev] Gitlab missing feature compared to Github

2021-10-30 Thread Ivan Nardi
> there is one very valuable feature of github that was lost in the transition > to giblab: > The commit message does no longer reference the merge request, making it way > harder to > look at the discussion leading to a merge. +1. I really miss this feature (of Gerrit)! Incredibly useful Ivan

Re: [Wireshark-dev] Unable to compile latest master

2021-10-04 Thread Ivan Nardi
Hi João, after executing these commands, everything worked! Thanks very much Not sure what happened, though (git status was "clean") Anyway, thanks a lot Ivan On Mon, 4 Oct 2021 at 18:04, João Valverde via Wireshark-dev wrote: > > > > On 04/10/21 14:29, Ivan Nardi wrot

[Wireshark-dev] Unable to compile latest master

2021-10-04 Thread Ivan Nardi
Hi I am not able to compile the latest master, even if I start from scratch (on ubuntu 20.04). Everything was fine until 1-2 weeks ago. ivan@ivan-Latitude-E6540:~/svnrepos/wireshark(master)$ mkdir wireshark-master-asan ivan@ivan-Latitude-E6540:~/svnrepos/wireshark(master)$ cd wireshark-master-asan

Re: [Wireshark-dev] Triggering "Windows Build" job

2021-09-13 Thread Ivan Nardi
able to build Wireshark. It is not required, but certainly > helps. Also, building Wireshark on your local Linux machine with a clang > compiler instead of gcc, will also identify most issues with the Microsoft VS > compilers (as was my experience in the past) > > kind regards >

[Wireshark-dev] Triggering "Windows Build" job

2021-09-13 Thread Ivan Nardi
Hi If I am not wrong, the "Windows Build" job is triggered only after a maintainer picks up the MR and assigns it to the "Wireshark GitLab Utility". Is there any way I can trigger it myself? Some background. I don't have a Windows machine to build Wireshark myself. My last MR (https://gitlab.com/

Re: [Wireshark-dev] Issue notifications

2021-06-08 Thread Ivan Nardi
ireshark/-/issues/17325> > > > > > > > > On Mon, May 10, 2021 at 1:14 PM Ivan Nardi > <mailto:nardi.i...@gmail.com>> wrote: > > > > Hi > > Recently, I haven't been able to enable notifications for the gitlab > > iss

[Wireshark-dev] Issue notifications

2021-05-10 Thread Ivan Nardi
Hi Recently, I haven't been able to enable notifications for the gitlab issues I am interested in: I can't toggle the "Notifications" button (it seems disabled; see attachment) Until some weeks ago I was able to do that. Something wrong in my environment or is this new behavior the expected one?

Re: [Wireshark-dev] Compile fails after fetch

2020-11-19 Thread Ivan Nardi
Hi could you share your environment details, please? SO, compiler version and, particularly, libgcrypt version Thanks Ivan On Thu, 19 Nov 2020 at 17:51, Mora, Jorge wrote: > > Hello, > > > > After a git fetch, compile fails with the following: > > [ 50%] Building C object > epan/dissectors/CMak

Re: [Wireshark-dev] Glitches in UI when using recent buildbot development versions

2019-06-29 Thread Ivan Nardi
Qt 5.9.5 Thanks Ivan On Sat, 29 Jun 2019 at 21:51, Roland Knall wrote: > Could you post your Qt version? You will find it in the about dialog. > > Am 29.06.2019 um 17:44 schrieb Ivan Nardi : > > Hi > > On Fri, 28 Jun 2019 at 18:12, Jim Young wrote: > >> >

Re: [Wireshark-dev] Glitches in UI when using recent buildbot development versions

2019-06-29 Thread Ivan Nardi
Hi On Fri, 28 Jun 2019 at 18:12, Jim Young wrote: > > The first glitch has to do with "Apply as filter". With this glitch I had > right-mouse selected the tcp.stream field and then selected the Apply as > filter. But instead an unexpected display filter was applied. I thought I > had mis-clic

Re: [Wireshark-dev] Dealing with aggregated packets

2018-07-03 Thread Ivan Nardi
Hi I work with sctp pcaps very often and I have always found that Wireshark doesn't handle them in a practical way The far biggest issue is the display filter logic As a workaround, I have to externally pre-process the traces and "de-chunk" the sctp packets: when every sctp packet contains only o

Re: [Wireshark-dev] Tools to anonymize pcaps with cellular/3gpp traffic

2017-06-08 Thread Ivan Nardi
Hi Jasper On 7 June 2017 at 21:38, Jasper Bongertz wrote: > > Anyway, if you can get me PCAPs and Specs for the stuff on top of > TCP/UDP I can see what I can do. That's basically what happened for Only one note: AFAIK 3gpp/cellular protocols are not usually on top of TCP/UDP (with the main exce

Re: [Wireshark-dev] Tools to anonymize pcaps with cellular/3gpp traffic

2017-06-08 Thread Ivan Nardi
Hi all thanks everyone for your replies and for reporting your valuable experience on this topic. I knew that I was asking for too much but I'll take a look at the programs that have been named. Cheers Ivan On 7 June 2017 at 20:54, Ivan Nardi wrote: > Hi > There are a few publi

[Wireshark-dev] Tools to anonymize pcaps with cellular/3gpp traffic

2017-06-07 Thread Ivan Nardi
Hi There are a few public available tools that anonymize pcap files, but they usually target L2-L4 layers and "standard" protocols (i.e. dns, icmp,...) Is there any tool which sanitizes information carried on "3gpp" protocols (ranap, bssap, gsm_a dtap, gsm_map, sgsap...) or, at least, on some of th