Re: [Wireshark-dev] Documenting Ubuntu requirements

2017-11-29 Thread Remy Leone
Have you taken a look at: https://github.com/wireshark/wireshark/blob/master/tools/debian-setup.sh 2017-11-29 18:21 GMT+01:00 Craig Jackson : > I've been working on building an Ubuntu development environment. I'm > starting with a clean build of 17.10, because I managed to corrupt my 17.04 > inst

Re: [Wireshark-dev] Default encodage for FT_ABSOLUTE_TIME

2017-09-08 Thread Remy Leone
o tell the dissection engine how to interpret the > bytes its being passed from tvb. > > > > -Original Message- > From: Remy Leone > To: Developer support list for Wireshark > Sent: Fri, Sep 8, 2017 10:38 am > Subject: [Wireshark-dev] Default encodage for FT_ABSO

[Wireshark-dev] Default encodage for FT_ABSOLUTE_TIME

2017-09-08 Thread Remy Leone
Hello, I'm looking currently at epan/dissectors/packet-zep.c and I don't see any encoding specified for FT_ABSOLUTE_TIME. If nothing is specified, which one is the default? Here is a reminder of the different encoding taken from the documentation that don't specify that: For FT_ABSOLUTE_TIME fie

[Wireshark-dev] Change amount of bytes per line with tshark -x

2017-08-07 Thread Remy Leone
Hello, tshark -x is very useful to get packets dumps like this one: 00 00 0e b6 00 00 02 00 0e b6 00 00 01 08 00 45 00 10 00 28 00 00 00 00 ff 01 37 d1 c0 00 02 01 c0 00 20 02 02 08 00 a6 2f 00 01 00 01 48 65 6c 6c 6f 20 30 57 6f 72 6c

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

2017-07-05 Thread Remy Leone
ous part of the compilation appears to be running fine. I've also discovered that when I explicitly run the compilation manually inside the container it works. So I'm not blocked but it's a very strange situation... Best regards Rémy 2017-07-05 9:56 GMT+02:00 Guy Harris : > On Jul

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

2017-07-05 Thread Remy Leone
the default (see `U')", "In file included from iface_monitor.c:55:0:", "/_usr/include/net/if.h:129:0: error: \"IFNAMSIZ\" redefined [-Werror]", " # define IFNAMSIZ IF_NAMESIZE", " ^", "In file i

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

2017-07-04 Thread Remy Leone
Hello, I would like to know if there is a script/cookbook documented somewhere where I can see the exact set of commands that are launched to make a ubuntu buildbot slave? I'm trying to compile wireshark from an ubuntu container but it keeps failing even if I'm using: ./tools/debian-setup.sh --in

Re: [Wireshark-dev] Problem while compiling wireshark master

2017-07-04 Thread Remy Leone
d from /usr/include/libnl3/netlink/netlink.h:24:0,", " from /usr/include/libnl3/netlink/msg.h:15,", " from iface_monitor.c:40:", "/usr/include/libnl3/netlink/netlink-compat.h:21:0: note: this is the location of the previo

Re: [Wireshark-dev] Problem while compiling wireshark master

2017-07-04 Thread Remy Leone
;, "/usr/include/libnl3/netlink/netlink-compat.h:21:0: note: this is the location of the previous definition", " #define IFNAMSIZ 16", " ^", "cc1: all warnings being treated as errors", "make[2]: *** [caputils/

Re: [Wireshark-dev] Problem while compiling wireshark master

2017-07-04 Thread Remy Leone
n : > > > 2017-07-04 13:37 GMT+02:00 Pascal Quantin : > >> Hi Remy, >> >> 2017-07-04 13:13 GMT+02:00 Remy Leone : >> >>> Hello, >>> >>> I stumble upon this error in wireshark master. I use debian stretch with >>>

[Wireshark-dev] Problem while compiling wireshark master

2017-07-04 Thread Remy Leone
Hello, I stumble upon this error in wireshark master. I use debian stretch with system packages installed from the apt-get build-dep tshark. Does it sound familiar? "/tmp/wireshark-master/epan/dissectors/packet-parlay.c:5381:27: warning: 'org_csapi_policy_TpPolicyConditionListType' define

[Wireshark-dev] New file show up once compilation is over in master

2017-06-29 Thread Remy Leone
Hello, I got this file showing up once master is done compiling: ui/qt/widgets/drag_drop_toolbar.moc.cpp Should we put it inside .gitignore? Best regards Rémy ___ Sent via:Wireshark-dev mailing list Archives:https

Re: [Wireshark-dev] master branch of Wireshark/tshark hangs

2017-06-01 Thread Remy Leone
an can obtain a backtrace with the "bt" > command. You can use "c" to continue and press Ctrl-C in gdb to > interrupt and enter commands like "bt". > > Kind regards, > Peter > > On Thu, Jun 01, 2017 at 04:33:49PM +0200, Remy Leone wrote: > > I&#x

Re: [Wireshark-dev] Ubuntu PPAs

2017-06-01 Thread Remy Leone
to build the binaries once > all dependencies and the source is available. Creating .deb packages > out of that takes a bit longer due to compression, but nothing too bad.) > > Kind regards, > Peter > > On Thu, Jun 01, 2017 at 04:27:05PM +0200, Remy Leone wrote: > > Ye

Re: [Wireshark-dev] master branch of Wireshark/tshark hangs

2017-06-01 Thread Remy Leone
regards Rémy 2017-06-01 16:24 GMT+02:00 Peter Wu : > It could be a bug in the Qt GUI component of Wireshark. Is it possible > to attach a debugger to "wireshark" or "dumpcap" and obtain a symbolized > stack trace? > > Kind regards, > Peter > > On Tue,

Re: [Wireshark-dev] Ubuntu PPAs

2017-06-01 Thread Remy Leone
Yes, but the last version was built 11 weeks ago... Not really nightly. ;-) 2017-06-01 16:19 GMT+02:00 Peter Wu : > Hi Remy, > > On Mon, May 22, 2017 at 04:15:41PM +0000, Remy Leone wrote: > > Is there a ppa for wireshark:HEAD as well? Would it be complicated to add > &

Re: [Wireshark-dev] master branch of Wireshark/tshark hangs

2017-05-23 Thread Remy Leone
pture behaviour > that could be interesting. > > Thanks, > Jaap > > > > On 23 May 2017, at 09:27, Remy Leone wrote: > > > > Hello, > > > > I've stumbled upon the following problem with master branch of > Wireshark: After a while (around 10 mi

[Wireshark-dev] master branch of Wireshark/tshark hangs

2017-05-23 Thread Remy Leone
Hello, I've stumbled upon the following problem with master branch of Wireshark: After a while (around 10 minutes) Wireshark (master) hangs when it's sniffing on a tun interface or a named pipe. On the other side, when I use the last stable version of Wireshark (2.2.6) I can sniff on the same inte

Re: [Wireshark-dev] Ubuntu PPAs

2017-05-22 Thread Remy Leone
Hello, Is there a ppa for wireshark:HEAD as well? Would it be complicated to add one? Thanks Rémy Le lun. 27 mars 2017 à 13:10, Anders Broman a écrit : > > > -Original Message- > From: wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] On Behalf Of Pet

Re: [Wireshark-dev] Get name resolution for IEEE 802.15.4 MAC address

2017-05-18 Thread Remy Leone
2017-05-18 9:44 GMT+02:00 Guy Harris : > The reason is that 802.15.4 doesn't use MAC-48/EUI-48. > > MAC address resolution works for non-Ethernet networks, as long as they > use MAC-48/EUI-48. "ethers" is really "mac-48s" or "eui-48s", and isn't > tied to Ethernet; the name "ethers" is historical

Re: [Wireshark-dev] Get name resolution for IEEE 802.15.4 MAC address

2017-05-18 Thread Remy Leone
use here? > > https://www.wireshark.org/docs/wsug_html_chunked/ChAppFilesConfigurationSection.html > > Thanks, > Jaap > > > On 17-05-17 13:53, Remy Leone wrote: > > Hello, > > > > I would like to know if it's possible for Wireshark to have IEEE > 802.15.4 MA

[Wireshark-dev] Get name resolution for IEEE 802.15.4 MAC address

2017-05-17 Thread Remy Leone
Hello, I would like to know if it's possible for Wireshark to have IEEE 802.15.4 MAC address resolution. Typically, I would like to have a file like: ec:08:6b:f9:43:08 foo ec:08:6b:f9:43:09 bar And have inside tshark this resolution performed. Best regards Rémy

[Wireshark-dev] Error in Wireshark (tshark.c:646)

2017-04-20 Thread Remy Leone
Hello, I've noticed that master broke recently: tshark.c:646:24: error: variable ‘exp_pdu_filename’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] const char *exp_pdu_filename = NULL; ^ Is a fix on the way? How could this bug passed through CI ?

Re: [Wireshark-dev] Ubuntu PPAs

2017-03-14 Thread Remy Leone
Very good news! Thanks for this work. Le mar. 14 mars 2017 à 00:29, Bálint Réczey a écrit : > Hi, > > I have created a separate PPA for backported dependencies of Wireshark: > https://launchpad.net/~wireshark-dev/+archive/ubuntu/wireshark-deps > > This would help people running internal builds o

Re: [Wireshark-dev] How to see where exception occurs in Malformed packets

2017-03-07 Thread Remy Leone
Hello Le sam. 4 mars 2017 à 00:00, Jaap Keuter a écrit : > Hi, > > Glib logging won't help you much, as in, malformed packet dissection isn't > a > problem in the underlying infrastructure of the program (which would cause > said > log messages to be generated), but a exception caught by the dis

[Wireshark-dev] How to see where exception occurs in Malformed packets

2017-03-03 Thread Remy Leone
Hello, I'm trying to debug a malformed packet. I've increased the log level to the level of 252 as mention in the following link: (https://wiki.wireshark.org/Development/Tips). I don't see anything helpful showing up in the stdout when I dissect the problematic frame. Most of my logs are composed

Re: [Wireshark-dev] ./configure failing on Ubuntu 14.04

2016-08-31 Thread Remy Leone
Do you have libqt 5 installed ? Le mer. 31 août 2016 à 15:06, Anders Broman a écrit : > Hi, > > I’m getting > > checking for Qt5Core - version >= 5.0.0... yes (version 5.2.1) > > checking for Qt5Gui - version >= 5.0.0... yes (version 5.2.1) > > checking for Qt5Widgets - version >= 5.0.0... yes (

Re: [Wireshark-dev] Problem with compiling the master branch of Wireshark (./ws_version_info.c)

2016-08-30 Thread Remy Leone
Indeed. Thanks a lot. Le mar. 30 août 2016 à 17:23, João Valverde < joao.valve...@tecnico.ulisboa.pt> a écrit : > > > On 08/30/2016 03:53 PM, Remy Leone wrote: > > Hello, > > Hi, > > > When I try to compile the master branch wireshark using the foll

[Wireshark-dev] Problem with compiling the master branch of Wireshark (./ws_version_info.c)

2016-08-30 Thread Remy Leone
Hello, When I try to compile the master branch wireshark using the following commands: ./autogen.sh ./configure make I get that it's impossible to create the symbolic link for './ws_version_info.c': because the file exists. I've tried git clean -d -f but it stills shows up. I'm using ubuntu 16.04