Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Wireshark's code shows: " prefs_register_obsolete_preference(ieee802154_module, "802154_cc24xx");"

'git blame' helps us find the origin of this change .

Where

if (ieee802154_fcs_type == IEEE802154_FCS_OK_BIT) {
    options |= DISSECT_IEEE802154_OPTION_CC24xx;
}

Leading to the flags: - wpan.802154_fcs_ok , which I leave at its default value, and, - wpan.fcs_format , to set as -o "wpan.fcs_format:TI CC24xx metadata"

Wireshark's code shows: " prefs_register_obsolete_preference(ieee802154_module, "802154_cc24xx");"

'git blame' helps us find the origin of this change .

Where

if (ieee802154_fcs_type == IEEE802154_FCS_OK_BIT) {
    options |= DISSECT_IEEE802154_OPTION_CC24xx;
}

Leading to the flags: - wpan.802154_fcs_ok , flags:

wpan.802154_fcs_ok

which I leave at its default value, and, - wpan.fcs_format , and,

wpan.fcs_format

to set as

-o "wpan.fcs_format:TI CC24xx metadata" 

metadata"

Wireshark's code shows: " shows:

prefs_register_obsolete_preference(ieee802154_module, "802154_cc24xx");"

"802154_cc24xx");

'git blame' helps us find the origin of this change .

Where

if (ieee802154_fcs_type == IEEE802154_FCS_OK_BIT) {
    options |= DISSECT_IEEE802154_OPTION_CC24xx;
}

Leading to the flags:

wpan.802154_fcs_ok

which I leave at its default value, and,

wpan.fcs_format

to set as

-o "wpan.fcs_format:TI CC24xx metadata"