Re: [Wireshark-dev] 4GB limit for RPC dissector?

2024-01-26 Thread Linux Smiths
Thanks John, that was really helpful! This isn't documented and also Google search for "wireshark 4GB limit" doesn't yield anything helpful. What makes things worse is if we split capture files into say 2GB chunks wireshark/tshark cannot correctly decode the individual files also since the RPC

Re: [Wireshark-dev] 4GB limit for RPC dissector?

2024-01-26 Thread John Thacker
On Fri, Jan 26, 2024, 4:27 AM Linux Smiths wrote: > > Can someone confirm this or if anyone has used wireshark/tshark to decode > RPC streams greater than 4GB your confirmation will be helpful too. Btw > I've tried all the protocol preferences and nothing helps. > > Thanks, > LS > > It's a known

[Wireshark-dev] 4GB limit for RPC dissector?

2024-01-26 Thread Linux Smiths
Hello, I am trying to check for all NFS WRITE RPC requests in a packet capture that's around 27GB in size. I know that all NFS WRITEs are 1MB in size, so there should be ~27K NFS WRITE requests in the capture, but tshark (and also wireshark) give up after exactly 4095. # ls -lh merged.pcap