-
A quick search using Google returned https://gist.github.com/driftregion/ee12af4ef4e202ef5111d4c9987a9382 by @driftregion.
It does dissect some traffic, but the payloads don't seem to be dissected.…
-
A simple Wireshark dissector would be nice for evaluating Mosh network-level issues. I'm just thinking of something simple that handles the non-encrypted headers-- a full decrypting dissector would b…
cgull updated
2 years ago
-
I was wondering if this is possible, i believe its udp but charles doesnt support that, is there anything that works?
-
Implement a CXL transaction-level packet dissector for Wireshark in Lua.
Some helpful info:
* https://wiki.wireshark.org/Lua
* https://mika-s.github.io/wireshark/lua/dissector/2017/11/04/creati…
-
Hi,
I'm unsure how the Ambit protocol dissector is supposed to appear in Wireshark.
I'm capturing USB packets to an Ambit watch and the basic USB dissection (Frame, URB, HID Data, etc.) are sho…
-
Hi,
I would like to update the wireshark dissector in order to:
- make it working with newer version of wireshark
- make it working when compiling from wireshark source or as is (ie without wires…
-
So that one can distinguish e.g. whether it is a CNetObj_EntityEx or CNetObj_Laser. Further it would be great if the individual data within a snapshot are named, as for example with a CNetObj_Laser (h…
-
The Wireshark dissector spec for Nano has fallen out-of-date as protocol changes have occurred the past couple years, so an update is needed.
- Current version: https://www.wireshark.org/docs/dfref…
-
I found https://github.com/negram/tarantool-dissector
I'll try to use it with a recent tarantool and if it'll be useful, will add an ebuild.
-
May I suggest putting plugin information in your LUA script please?
```
-----------------------------------------------------------------------------
-- Display version information for Wireshark
…