1 | initial version |
To make extcap preferences work in TShark is necessary to add "currentprefs" to the command.
"C:\Program Files\Wireshark\tshark.exe" "currentprefs" "-l" "-n" "-T" "pdml" "-o" "extcap.cc2531.channel:11" "-i" "TI CC2531 802.15.4 packet sniffer"
This change was introduce in v3.0.0, commit 9c53ac0187.
Anyway, I will update the plugins at @grahamb suggested.
2 | No.2 Revision |
To make extcap preferences work in TShark is necessary to add "currentprefs" to the command.
"C:\Program Files\Wireshark\tshark.exe" "currentprefs" "-l" "-n" "-T" "pdml" "-o" "extcap.cc2531.channel:11" "-i" "TI CC2531 802.15.4 packet sniffer"
This change was introduce in v3.0.0, commit 9c53ac0187.
Anyway, I will update the plugins at @grahamb suggested.
Edit: Fix has been merged.