Ask Your Question

Stig's profile - activity

2023-11-23 13:20:09 +0000 received badge  Rapid Responder (source)
2023-11-23 13:20:09 +0000 answered a question Can I disable dark mode in Windows version

This is currently not possible, but you can follow issue 19328.

2023-11-23 13:15:55 +0000 received badge  Rapid Responder (source)
2023-11-23 13:15:55 +0000 answered a question Using BLE nRF Sniffer Plugin in Tshark

It's not possible to use the nRF BLE Sniffer with tshark, but you can use the command line variant to start the capture

2022-10-08 21:10:15 +0000 commented answer LUA script add item to end of data gives stack overflow

buffer(35,-1) and buffer(35) should give the exact same result, and it does for me. Are you able to add back the -1 and

2021-06-08 12:59:56 +0000 commented question could not create profiles directory mac mojave 10.14.6

This is a directory and needs the execute bit. Doing chmod 755 /Users/macuser/.config should help.

2020-03-06 20:01:08 +0000 received badge  Commentator
2020-03-06 20:01:08 +0000 commented question MQTT malformed packets

Are you able to share a capture file to show this?

2020-01-09 21:28:09 +0000 commented question Wireshark(3.2.0) displaying the 6lowpan source link-local address incorrect

Do you have a capture file which shows this?

2019-12-17 12:50:58 +0000 commented question can't detect interfaces on macos 10.15.2

Is this the same issue as in this question?

2019-12-12 07:27:53 +0000 received badge  Rapid Responder (source)
2019-12-12 07:27:53 +0000 answered a question updated catalina no interfaces found

This looks like a bug in Catalina 10.15.2 when you have Wi-Fi turned off. Try turn Wi-Fi on and start Wireshark again.

2019-12-11 19:18:52 +0000 commented question updated catalina no interfaces found

What does "tcpdump -D" print?

2019-09-13 11:46:17 +0000 answered a question Can I set default *Find Packet...* settings?

The find packet settings will be stored in the upcoming version 3.2 release.

2019-08-08 14:17:38 +0000 received badge  Nice Answer (source)
2019-08-08 07:31:38 +0000 received badge  Rapid Responder (source)
2019-08-08 07:31:38 +0000 answered a question tshark -C $profile produces "Configuration Profile does not exist"

The -C option requires a profile name, not a path. Try with one of your existing profile names created in Wireshark.

2019-08-07 18:38:40 +0000 commented question Two-pane layout by default

You have found a bug. The menu setting "View -> Packet Bytes" (gui.byte_view_show) is stored correctly in the recent

2019-07-22 18:38:15 +0000 answered a question How do you pass arguments to subdissectors in Lua?

You can use the pinfo.private table to send values from one Lua dissector to another. The values are available using pin

2019-03-26 11:28:36 +0000 received badge  Enthusiast
2019-03-01 14:35:01 +0000 received badge  Nice Answer (source)
2019-03-01 14:06:42 +0000 answered a question "Trailing stray characters" warning

You have configured Show data as text in the Data dissector. The data you are showing as text is zero terminated inside

2019-01-25 18:29:47 +0000 received badge  Rapid Responder (source)
2019-01-25 18:29:47 +0000 answered a question Crash on Mac when stopping capture - segmentation fault

This is Wireshark bug 14631. I believe it's an issue with Qt 5.3.2 because I'm unable to reproduce this locally using a

2018-11-12 12:44:10 +0000 commented question BLE plugin, what is the python program nrf_sniffer.py looking for?

This is a Wireshark extcap plugin and is intended to be called from Wireshark. Have a look at the provided tutorial how

2018-10-18 11:42:03 +0000 commented question When I work with BLE sniffer can I use filters by advertising data?

This depends on which advertising data you want to filter on. Wireshark supports generic types but not many manufacturer

2018-08-16 19:01:24 +0000 received badge  Teacher (source)
2018-08-13 14:01:26 +0000 answered a question What is a good solution to capture Bluetooth traffic?

If you have a nRF development kit you can try the free nRF Sniffer from Nordic Semiconductor: https://www.nordicsemi.com

2017-12-15 13:28:43 +0000 commented answer how to change COL_PROTOCOL with lua code

You can also use pinfo.cols.protocol, pinfo.cols.info, etc. for changing the columns.

2017-12-06 08:06:06 +0000 commented answer where do I find a version of Wireshark that works with the Nordic BLE sniffer plugin

The newly released nRF Sniffer 2.0.0-1.beta is updated with improved support for macOS, Linux and Windows, and is design

2017-12-06 08:05:41 +0000 commented answer Problems decoding BLE capture from another Wireshark program

The newly released nRF Sniffer 2.0.0-1.beta is updated with improved support for macOS, Linux and Windows, and is design

2017-12-04 12:12:49 +0000 answered a question How do i use multiple pipes for live capturing?

You should have a look at using the Wireshark extcap interface. The upcoming 2.0 version of the nRF Sniffer uses extcap

2017-12-02 16:00:59 +0000 received badge  Organizer (source)
2017-11-30 21:03:18 +0000 received badge  Rapid Responder (source)
2017-11-30 21:03:18 +0000 answered a question where do I find a version of Wireshark that works with the Nordic BLE sniffer plugin

Please use the latest 2.4.x version of Wireshark with the nRF Sniffer from Nordic. This version has improved BTLE and L

2017-11-28 19:15:04 +0000 received badge  Autobiographer
2017-11-27 20:54:43 +0000 commented question Problems decoding BLE capture from another Wireshark program

Is this captured using the Nordic BLE Sniffer? If so then you need to go to Preferences -> Protocols -> DLT_USER

2017-11-27 20:52:57 +0000 commented question Problems decoding BLE capture from another Wireshark program

Is this captured using the Nordic BLE Sniffer? If so then you need to go to Preferences -> Protocols -> DLT_USER

2017-11-27 20:51:23 +0000 commented question Problems decoding BLE capture from another Wireshark program

Is this captured using the Nordic BLE Sniffer? If so then you need to go to Preferences -> Protocols -> DLT_USER

2017-11-22 19:48:00 +0000 commented question Columns display format

You can try right-click the column header and turn off "Resolve Names".