Hello,

(seems a developper question, apologies if it's more a user (moron)
question)

I'm using Netkit (www.netkit.org): it's a network simulator using UML
and I want to show packets exchanged between the UML machines. I believe
the best way is to

- use wireshark with the flag "-" to capture packets in the standard input.
- use netcat to read the data socket of uml_switch and print to the
standard output

But uml_switch uses a ctl socket to open new port. I need a way to
manually open a port by uml_switch to connect netcat. I don't think
uml_switch offer command-line instruction for this, so is the best way
to write a short program writing on the ctl socket of uml_switch ? If
yes, what data to send to uml_switch ?

Cheers,

Julien.


-- 
Trouble-a-cat Limited
begin:vcard
fn:Julien Iguchi-Cartigny
n:Iguchi-Cartigny;Julien
org;quoted-printable;quoted-printable:Universit=C3=A9 de Limoges;D=C3=A9partement DMI
adr;quoted-printable:83, rue d'Isle;;Site Jid=C3=A9;Limoges;;87000;France
email;internet:[EMAIL PROTECTED]
title:Assistant Professor
tel;work:+33555436930
tel;cell:+33681606483
x-mozilla-html:FALSE
url:http://msi.unilim.fr/~cartigny/
version:2.1
end:vcard

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to