Bug#982356: Testing Vagrant box shows unexpected IP address after first vagrant up

2021-02-09 Thread Johan Mazel
Package: cloud.debian.org Version: 20210207.1 When I specify an additional interface using 'testing.vm.network "private_network", name: "my_network", ip: "10.249.10.10", :mac => "1010"' and I perform "vagrant up", there are two interfaces on the host named testing. One interface has an IP

Bug#719553: gnome-terminal's --working-directory option does not accept paths that use ~ as reference to the home directory

2013-08-12 Thread Johan Mazel
Package: gnome-terminal Version: 3.8.3-1 Severity: Normal The abnormal behavior that I want to report is linked to the --working-directory option. Let's say I am the user jmazel whose home directory is /home/jmazel. I have a directory called Storage in my home directory: /home/jmazel/Storage. De

Bug#564158: [libmlpcap-ocaml-dev] Invalid payload in callback function when reading a trace with pcap_loop

2010-01-08 Thread Johan Mazel
Hi I just tried to install manually libmlpcap-ocaml-dev. And, the behavior is the same, I still have the -1 as size for pcap_payload. So, I understand, this is not a bug. What is the procedure, to set this bug report as solved or non-relevant ? Thanks for your time. Regards Johan Mazel

Bug#564158: [libmlpcap-ocaml-dev] Invalid payload in callback function when reading a trace with pcap_loop

2010-01-08 Thread Johan Mazel
Hi 2010/1/8 Stéphane Glondu > Johan Mazel a écrit : > > The size of pcap_payload is always -1. This means that we can never > access to the data inside the packet. > > Actually, pcap_payload embeds a pointer outside the ML heap (ML block > with unaligned_tag). I guess it i

Bug#564158: [libmlpcap-ocaml-dev] Invalid payload in callback function when reading a trace with pcap_loop

2010-01-07 Thread Johan Mazel
Package:libmlpcap-ocaml-dev Version 0.9-13 I'm trying to read a trace obtained through wireshark. I use pcap_loop to launch a callback function. The call function is supposed to look like something similar to this: "let callback_process _ pkt_hdr pcap_payload = ...". The type of pkt_hdr is PCAP.st

Bug#562840:

2010-01-07 Thread Johan Mazel
I confirm this bug. I think it is in the original source code here: http://www.drugphish.ch/~jonny/mlpcap.html. Johan Mazel