Re: [vpp-dev] Capturing Packets with Particular Ethertypes

2017-07-28 Thread Luke, Chris
nt: Thursday, July 27, 2017 12:16 PM To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: [vpp-dev] Capturing Packets with Particular Ethertypes Dear all, I am trying to capture packets with a particular Ethertype. Let's say I want the ethertype 0x2323. I first define the new pr

Re: [vpp-dev] Capturing Packets with Particular Ethertypes

2017-07-28 Thread Alessio Silvestro
27, 2017 12:16 PM > *To:* vpp-dev@lists.fd.io > *Subject:* [vpp-dev] Capturing Packets with Particular Ethertypes > > > > Dear all, > > > > I am trying to capture packets with a particular Ethertype. > > > > Let's say I want the ethertype 0x2323. > >

Re: [vpp-dev] Capturing Packets with Particular Ethertypes

2017-07-27 Thread John Lo (loj)
@lists.fd.io Subject: [vpp-dev] Capturing Packets with Particular Ethertypes Dear all, I am trying to capture packets with a particular Ethertype. Let's say I want the ethertype 0x2323. I first define the new protocol type in vpp/srv/vnet/ethernet/types.def ethernet_type (0x2323, MY_PROTOCOL

[vpp-dev] Capturing Packets with Particular Ethertypes

2017-07-27 Thread Alessio Silvestro
Dear all, I am trying to capture packets with a particular Ethertype. Let's say I want the ethertype 0x2323. I first define the new protocol type in vpp/srv/vnet/ethernet/types.def ethernet_type (0x2323, MY_PROTOCOL) Thus, I created and registered a new node "my_node". In the init function