Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

dumpcap -k is not accepting channel type values

I'm trying to perform a manual 802.11ac packet capture on a VHT80 channel.

When invoke the -k option, i'm getting not valid channel type errors:

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220 dumpcap: "80Mhz" is not a valid 802.11 channel type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220 dumpcap: "VHT80" is not a valid 802.11 channel type HQSML-1688263:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT40,5220 dumpcap: "VHT40" is not a valid 802.11 channel type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220 dumpcap: "40MHz" is not a valid 802.11 channel type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220 dumpcap: "40Mhz" is not a valid 802.11 channel type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220 dumpcap: "80MHz" is not a valid 802.11 channel type

When i checked the source code, I see the function call and enumerated list for the "-k" option, but it appears the string definitions for the channel type are commented out.

https://github.com/wireshark/wireshark/blob/master/dumpcap.c https://github.com/boundary/wireshark/blob/master/ws80211_utils.h

https://fossies.org/dox/wireshark-3.2.2/ws80211__utils_8h.html https://fossies.org/dox/wireshark-3.2.2/dumpcap_8c.html

I'm running WireShark 3.2.2 on MacOS 10.14.6

Can someone provide the proper syntax for setting 5GHz channel 44 (5220 MHz) @ 80 MHz bandwidth?

dumpcap -k is not accepting channel type values

I'm trying to perform a manual 802.11ac packet capture on a VHT80 channel.

When invoke the -k option, i'm getting not valid channel type errors:

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220 dumpcap: "80Mhz" is not a valid 802.11 channel type type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220 dumpcap: "VHT80" is not a valid 802.11 channel type type

HQSML-1688263:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT40,5220 dumpcap: "VHT40" is not a valid 802.11 channel type type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220 dumpcap: "40MHz" is not a valid 802.11 channel type type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220 dumpcap: "40Mhz" is not a valid 802.11 channel type type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220 dumpcap: "80MHz" is not a valid 802.11 channel type

When i checked the source code, I see the function call and enumerated list for the "-k" option, but it appears the string definitions for the channel type are commented out.

https://github.com/wireshark/wireshark/blob/master/dumpcap.c https://github.com/wireshark/wireshark/blob/master/dumpcap.c

https://github.com/boundary/wireshark/blob/master/ws80211_utils.h

https://fossies.org/dox/wireshark-3.2.2/ws80211__utils_8h.html https://fossies.org/dox/wireshark-3.2.2/ws80211__utils_8h.html

https://fossies.org/dox/wireshark-3.2.2/dumpcap_8c.html

I'm running WireShark 3.2.2 on MacOS 10.14.6

Can someone provide the proper syntax for setting 5GHz channel 44 (5220 MHz) @ 80 MHz bandwidth?

dumpcap -k is not accepting channel type values

I'm trying to perform a manual 802.11ac packet capture on a VHT80 channel.

When invoke the -k option, i'm getting not valid channel type errors:

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220 5220,80Mhz,5220

dumpcap: "80Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220 5220,VHT80,5220

dumpcap: "VHT80" is not a valid 802.11 channel type

HQSML-1688263:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT40,5220 5220,VHT40,5220

dumpcap: "VHT40" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220 5220,40MHz,5220

dumpcap: "40MHz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220 5220,40Mhz,5220

dumpcap: "40Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220 5220,80MHz,5220

dumpcap: "80MHz" is not a valid 802.11 channel type

When i checked the source code, I see the function call and enumerated list for the "-k" option, but it appears the string definitions for the channel type are commented out.

https://github.com/wireshark/wireshark/blob/master/dumpcap.c

https://github.com/boundary/wireshark/blob/master/ws80211_utils.h

https://fossies.org/dox/wireshark-3.2.2/ws80211__utils_8h.html

https://fossies.org/dox/wireshark-3.2.2/dumpcap_8c.html

I'm running WireShark 3.2.2 on MacOS 10.14.6

Can someone provide the proper syntax for setting 5GHz channel 44 (5220 MHz) @ 80 MHz bandwidth?

dumpcap -k is not accepting channel type values

I'm trying to perform a manual 802.11ac packet capture on a VHT80 channel.

When invoke the -k option, i'm getting not valid channel type errors:

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220

dumpcap: "80Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220

type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220 dumpcap: "VHT80" is not a valid 802.11 channel type

type HQSML-1688263:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT40,5220

5220,VHT40,5220 dumpcap: "VHT40" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220

type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220 dumpcap: "40MHz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220

type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220 dumpcap: "40Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220

type HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220 dumpcap: "80MHz" is not a valid 802.11 channel type

type

When i checked the source code, I see the function call and enumerated list for the "-k" option, but it appears the string definitions for the channel type are commented out.

https://github.com/wireshark/wireshark/blob/master/dumpcap.c

https://github.com/wireshark/wireshark/blob/master/dumpcap.c https://github.com/boundary/wireshark/blob/master/ws80211_utils.h

https://fossies.org/dox/wireshark-3.2.2/ws80211__utils_8h.html

https://fossies.org/dox/wireshark-3.2.2/dumpcap_8c.html

I'm running WireShark 3.2.2 on MacOS 10.14.6

Can someone provide the proper syntax for setting 5GHz channel 44 (5220 MHz) @ 80 MHz bandwidth?

click to hide/show revision 5
None

dumpcap -k is not accepting channel type values

I'm trying to perform a manual 802.11ac packet capture on a VHT80 channel.

When invoke the -k option, i'm getting not valid channel type errors:

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220

dumpcap: "80Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220

dumpcap: "VHT80" is not a valid 802.11 channel type

HQSML-1688263:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT40,5220

dumpcap: "VHT40" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220

dumpcap: "40MHz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220

dumpcap: "40Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220

dumpcap: "80MHz" is not a valid 802.11 channel type

When i checked the source code, I see the function call and enumerated list for the "-k" option, but it appears the string definitions for the channel type are commented out.

https://github.com/wireshark/wireshark/blob/master/dumpcap.c https://github.com/boundary/wireshark/blob/master/ws80211_utils.h

I'm running WireShark 3.2.2 on MacOS 10.14.6

Can someone provide the proper syntax for setting 5GHz channel 44 (5220 MHz) @ 80 MHz bandwidth?

click to hide/show revision 6
None

dumpcap -k is not accepting channel type valuesvalues on macOS

I'm trying to perform a manual 802.11ac packet capture on a VHT80 channel.

When invoke the -k option, i'm getting not valid channel type errors:

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80Mhz,5220

dumpcap: "80Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT80,5220

dumpcap: "VHT80" is not a valid 802.11 channel type

HQSML-1688263:~ Eng_Eval$ dumpcap -i en0 -k 5220,VHT40,5220

dumpcap: "VHT40" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40MHz,5220

dumpcap: "40MHz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,40Mhz,5220

dumpcap: "40Mhz" is not a valid 802.11 channel type

HQSML-16882:~ Eng_Eval$ dumpcap -i en0 -k 5220,80MHz,5220

dumpcap: "80MHz" is not a valid 802.11 channel type

When i checked the source code, I see the function call and enumerated list for the "-k" option, but it appears the string definitions for the channel type are commented out.

https://github.com/wireshark/wireshark/blob/master/dumpcap.c https://github.com/wireshark/wireshark/blob/master/dumpcap.c

https://github.com/boundary/wireshark/blob/master/ws80211_utils.h

I'm running WireShark 3.2.2 on MacOS 10.14.6

Can someone provide the proper syntax for setting 5GHz channel 44 (5220 MHz) @ 80 MHz bandwidth?