[Wireshark-dev] Re: byte range selections in tshark -e fields

2025-01-13 Thread Sake Blok | SYN-bit
> wireshark GUI supports byte selection by means of indexing an protocol > field in display filters, e.g.: > > "gsm_map.ms.autn[6] == 0x80" > > is it possible to use expressions indexed like shown above for tshark > fields specified with -e option? what is the syntax for it? Yes it is, and it su

[Wireshark-dev] Re: byte range selections in tshark -e fields

2025-01-10 Thread John Thacker
On Fri, Jan 10, 2025 at 9:08 AM Cristian Constantin via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > wireshark GUI supports byte selection by means of indexing an protocol > field in display filters, e.g.: > > "gsm_map.ms.autn[6] == 0x80" > > is it possible to use expressions indexed like