[Wireshark-users] LUA-script in Tshark

2020-07-31 Thread Gisle Vanem
Hello list. I use this .lua-script: https://github.com/VE3NEA/Afedri-Dissector/blob/master/afedri.lua to dissect traffic to/from my newly acquired short-wave radio. First I used windump to generate a 4GByte capture (10 minutes of control + data on port 5). Then wanting to see the details o

Re: [Wireshark-users] LUA dissector - combine data from 2 UDP packets, display issue

2020-07-31 Thread Michael Poroger
Something I build by myself. The idea is similar to this implementation (in the answer) - just storing the data between packet X-1 to packet X. Not sure about the actual implementation (as already on weekend), but I think that thi

Re: [Wireshark-users] Clue on sshdump w/special characters in passwords

2020-07-31 Thread Jason Lixfeld
Although this particular example wasn’t on the command line, I tried it on the command line previously, both quoted and escaped, neither seemed to work. I will open a bug report. Thank you. > On Jul 31, 2020, at 10:28 AM, Jeff Morriss wrote: > > If this reflects what was actually sent on the

Re: [Wireshark-users] Clue on sshdump w/special characters in passwords

2020-07-31 Thread Jeff Morriss
If this reflects what was actually sent on the command line: --remote-password XX then it sounds like a quoting problem to me. That is, it should be: --remote-password "X" I'd suggest opening a bug report: https://bugs.wireshark.org On Fri, Jul 31, 2020 at 7:49 AM Jason Lixfeld

Re: [Wireshark-users] LUA dissector - combine data from 2 UDP packets, display issue

2020-07-31 Thread Jeff Morriss
On Fri, Jul 31, 2020 at 8:58 AM Michael Poroger wrote: > Hello users :) > > I've successfully created a dissector which combines data from 2 UDP > packets. Every time I select this kind of packet, I'm getting an error on > the packet details on the custom protocol section. > > Only when I select

[Wireshark-users] LUA dissector - combine data from 2 UDP packets, display issue

2020-07-31 Thread Michael Poroger
Hello users :) I've successfully created a dissector which combines data from 2 UDP packets. Every time I select this kind of packet, I'm getting an error on the packet details on the custom protocol section. Only when I select the previous packet and then the current packet, I can see the dissec

Re: [Wireshark-users] Clue on sshdump w/special characters in passwords

2020-07-31 Thread Jason Lixfeld
Hi, No, ‘X’ is what the debug logger obfuscates the password to. A special character could be, for example, one that is returned when you hold shift and hit one of the top row of numbers on your keyboard (US layout). Sent from a mobile device > On Jul 31, 2020, at 7:34 AM, Jaap Keuter wrote:

Re: [Wireshark-users] Clue on sshdump w/special characters in passwords

2020-07-31 Thread Jaap Keuter
Hi, I recon ‘X’ is not a special character, so what did you consider special in this context? Thanks, Jaap > On 30 Jul 2020, at 22:38, Jason Lixfeld wrote: > > Hi, > > I’m wondering if anyone has some clue on a sshdump GUI oddity. The attempt > to start the sshdump always seems to result i