[Wireshark-dev] Compile error on debian

2024-07-17 Thread Ben Greear
sts.txt:10 (find_package) -- No SSE4.2 compiler flag enabled Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wir

Re: [Wireshark-dev] [PATCH] Fix 80211be u-sig decode.

2024-07-17 Thread Ben Greear
On 7/17/24 17:07, gree...@candelatech.com wrote: From: Ben Greear It is 32-bit instead of 16-bit. This fixes invalid parsing of the bandwidth, probably among other things. Signed-off-by: Ben Greear --- epan/dissectors/packet-ieee80211-radiotap.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [Wireshark-dev] [PATCH] capture-sync: Fix deadlock with lots of interfaces.

2024-07-17 Thread Ben Greear
uld be better to be able to deal with multiple reads. I had reason to pull latest and rebase today. Thank you for getting this patch fixed up to use the project's preferred malloc/free and getting it upstream! Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.cand

Re: [Wireshark-dev] wireshark 4.3.git deadlock on startup.

2024-07-10 Thread Ben Greear
() from /lib64/libc.so.6 #4  0x7f7182283b48 in __GI__IO_file_sync () from /lib64/libc.so.6 #5  0x7f718227944c in fflush () from /lib64/libc.so.6 #6  0x563c67f170a9 in print_statistics_loop () #7  0x563c67f118e9 in main () (gdb) Thanks, Ben -- Ben Greea

[Wireshark-dev] wireshark 4.3.git deadlock on startup.

2024-07-10 Thread Ben Greear
7f170a9 in print_statistics_loop () #7 0x563c67f118e9 in main () (gdb) Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark

Re: [Wireshark-dev] RPM package error on Fedora-30

2024-04-06 Thread Ben Greear
On 4/5/24 17:38, John Thacker wrote: On Fri, Apr 5, 2024 at 8:06 PM Ben Greear mailto:gree...@candelatech.com>> wrote: Hello, I cloned latest wireshark today, and tried to build an RPM package on an fedora-30 system. It fails with this error below..any ideas? Fed

[Wireshark-dev] RPM package error on Fedora-30

2024-04-05 Thread Ben Greear
rpm] Error 2 Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.w

[Wireshark-dev] PATCH: Update LANforge protocol dissector.

2010-01-06 Thread Ben Greear
I changed our LANforge protocol slightly..stealing 1 byte from the 'pattern' field to support larger payload-length. Attached is a patch against the latest wireshark svn to let wireshark decode this properly. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.cande

Re: [Wireshark-dev] Patch to support decoding LANforge packets.

2008-08-29 Thread Ben Greear
Ben Greear wrote: > Abhik Sarkar wrote: >> Hello Ben, >> >> Please follow the instructions here >> (http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html#ChSrcSend) >> to make sure that your contribution is tracked properly and not lost. > >

Re: [Wireshark-dev] Patch to support decoding LANforge packets.

2008-08-04 Thread Ben Greear
bug.cgi?id=2770 Thanks, Ben -- Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc http://www.candelatech.com ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Patch to support decoding LANforge packets.

2008-07-30 Thread Ben Greear
rvice..but can't restrict ports. I'll open a bug report as suggested. Thanks, Ben > Thanx, > Jaap > > Ben Greear wrote: > >> LANforge is a network traffic generator that my company sells. Part of >> our feature set >> is UDP and TCP traffic generatio

[Wireshark-dev] Patch to support decoding LANforge packets.

2008-07-30 Thread Ben Greear
. Please consider adding this to Wireshark, and let me know if there are any suggestions for improvement. Thanks, Ben -- Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc http://www.candelatech.com Index: epan/dissectors/Makefile.