uav_electronic_ids icon indicating copy to clipboard operation
uav_electronic_ids copied to clipboard

Tag : ID ANSI warning/malformed Wireshark for id_france

Open simon88 opened this issue 1 year ago • 0 comments

Hi,

Trying to use your repo with id_france, work fine but when I snif my esp with wireshark I got a warning for ID ANSI tag :

image

Do you know why ? I initialise squitter like that

strcpy(utm_parameters_fr.UAS_operator, my_op_num);
strcpy(utm_parameters_fr.UAV_id, my_uav_id);

my_uav_id is formed like that XXXXEXXXXXXXXXXXXXX length 19, am I doing something wrong ?

simon88 avatar Feb 28 '24 13:02 simon88