FlowForwarding / LINC-Switch

OpenFlow Software Switch written in Erlang
http://flowforwarding.org
Other
213 stars 80 forks source link

New epcap version #335

Open ldane opened 10 years ago

ldane commented 10 years ago

Hello,

When I tried to change esl/epcap to msantos/epcap, I'm losing all the functionality. LINC is not able to read or send any packets. Could you help me with this issue?

Thanks,

mentels commented 10 years ago

Hi Levent,

It's not possible to change esl/pcap to msantos' version. This is because at the beginning we introduced significant changes to our version and the branches has simply diverged. Sorry, but we can't help you on this.

Regards,

Szymon Mentel Erlang Solutions Ltd.

----- Oryginalna wiadomość -----

Od: "Levent Dane" notifications@github.com Do: "FlowForwarding/LINC-Switch" LINC-Switch@noreply.github.com Wysłane: czwartek, 3 lipiec 2014 20:14:30 Temat: [LINC-Switch] New epcap version (#335)

Hello,

When I tried to change esl/epcap to msantos/epcap, I'm losing all the functionality. LINC is not able to read or send any packets. Could you help me with this issue?

Thanks,

— Reply to this email directly or view it on GitHub .

ldane commented 10 years ago

Hi Szymon, I was wondering, if you use the msantos' version you wouldn't need to use the linux_raw_socket or bpf_raw_socket. You could use the epcap:send method. Is there any way can we implement epcap:send method on esl/pcap?

Regards,