Skip to content

Commit 265007b

Browse files
author
Victor Ronchetti
committed
avdecc - msvc net interface - fix bug in ethernet filter setting
1 parent 1ae7ea2 commit 265007b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/lib/src/msvc/net_interface_imp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ int STDCALL net_interface_imp::select_interface_by_num(uint32_t interface_num)
192192

193193
uint16_t ether_type[1];
194194
ether_type[0] = JDKSAVDECC_AVTP_ETHERTYPE;
195-
set_capture_ether_type(ether_type, 0); // Set the filter
195+
set_capture_ether_type(ether_type, 1); // Set the filter
196196

197197
free(AdapterInfo);
198198
return 0;

0 commit comments

Comments
 (0)