mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
updated all binaries, previous ones may not work
This commit is contained in:
parent
f2dd146e56
commit
83010de9f4
Binary file not shown.
Binary file not shown.
@ -1246,7 +1246,7 @@ int configureMAC() {
|
||||
|
||||
int i=0;
|
||||
/* for(i=0;i<32;i++) { modified for Aldo*/
|
||||
if (Beb_SetBebSrcHeaderInfos(beb_num,send_to_ten_gig,src_mac,src_ip,src_port) &&
|
||||
if (Beb_SetBebSrcHeaderInfos(beb_num,send_to_ten_gig,src_mac,src_ip,srcport) &&
|
||||
Beb_SetUpUDPHeader(beb_num,send_to_ten_gig,header_number+i,dst_mac,dst_ip, dst_port)) {
|
||||
LOG(logDEBUG1, ("\tset up left ok\n"));
|
||||
} else {
|
||||
@ -1260,7 +1260,7 @@ int configureMAC() {
|
||||
dst_port = dstport;
|
||||
|
||||
/*for(i=0;i<32;i++) {*//** modified for Aldo*/
|
||||
if (Beb_SetBebSrcHeaderInfos(beb_num,send_to_ten_gig,src_mac,src_ip,src_port) &&
|
||||
if (Beb_SetBebSrcHeaderInfos(beb_num,send_to_ten_gig,src_mac,src_ip,srcport) &&
|
||||
Beb_SetUpUDPHeader(beb_num,send_to_ten_gig,header_number+i,dst_mac,dst_ip, dst_port)) {
|
||||
LOG(logDEBUG1, (" set up right ok\n"));
|
||||
} else {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,10 +3,10 @@
|
||||
#define APILIB 0x200227
|
||||
#define APIRECEIVER 0x200227
|
||||
#define APIGUI 0x200227
|
||||
#define APICTB 0x200311
|
||||
#define APIGOTTHARD 0x200326
|
||||
#define APIGOTTHARD2 0x200326
|
||||
#define APIJUNGFRAU 0x200326
|
||||
#define APIMYTHEN3 0x200311
|
||||
#define APIMOENCH 0x200326
|
||||
#define APIEIGER 0x200326
|
||||
#define APICTB 0x200331
|
||||
#define APIGOTTHARD 0x200331
|
||||
#define APIGOTTHARD2 0x200331
|
||||
#define APIJUNGFRAU 0x200331
|
||||
#define APIMYTHEN3 0x200331
|
||||
#define APIMOENCH 0x200331
|
||||
#define APIEIGER 0x200331
|
||||
|
Loading…
x
Reference in New Issue
Block a user