Ask Your Question
0

How do you wireshark wireless body area networks?

asked 2019-11-01 04:03:35 +0000

What procedure do I follow to capture Wireless Body Area Networks (WBAN) using Wireshark? I assume the internet protocol is the wrong protocol, but nothing prevents data from being redistributed on IP.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-01 06:45:02 +0000

Guy Harris gravatar image

updated 2019-11-03 09:41:32 +0000

grahamb gravatar image

What procedure do I follow to capture Wireless Body Area Networks (WBAN) using Wireshark?

If you're talking about an IEEE 802.15.6 BAN, then the first few steps of the procedure are:

  1. get a linktype value assigned to 802.15.6 for use in pcap and pcapng files;
  2. find a device capable of capturing 802.15.6 traffic;
  3. write software that either
    1. supports that device in libpcap
    2. writes pcap or pcapng files as an extcap module
    3. writes pcap or pcapng files as a stand-alone program;
  4. write a dissector for IEEE 802.15.6 and submit it for inclusion in Wireshark.

I.e., there's no procedure you can use with the existing Wireshark; Wireshark, and possibly other software, will need to be extended to handle it.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-11-01 04:03:35 +0000

Seen: 325 times

Last updated: Nov 03 '19