CoolBoy119

Results 16 comments of CoolBoy119

Do you know how I can modify the DataPathStateTLV to support airplay?

I now try to send dns service information to the awdl0 network port. The Mac computer can find the Airplay service, but it fails when I click to connect. I...

I cannot capture the tcp sync during the connection through wireshark, but I can capture the udp packet of mdns.

awdl0 is the virtual node generated after starting owl

When you say the node where wireshark captures packets, you mean the node generated by owl, right?

> This is the code in my library, which parses the flags. > > ```rust > bitfield! { > #[derive(Clone, Copy, Debug, Default, PartialEq, Eq)] > pub struct DataPathFlags: u16...

Can you tell me if there are any other meanings?

owl turned out to be like this: struct awdl_data_path_state_tlv { uint8_t type; uint16_t length; uint16_t flags; char country_code[3]; uint16_t social_channels; struct ether_addr awdl_addr; uint16_t ext_flags; /* uint32_t logtrigger_id; if (ext_flags...

owl turned out to be like this: struct awdl_data_path_state_tlv { uint8_t type; uint16_t length; uint16_t flags; char country_code[3]; uint16_t social_channels; struct ether_addr awdl_addr; uint16_t ext_flags; /* uint32_t logtrigger_id; if (ext_flags...

I found that a crash occurs when adding a txt record