Tshark command like
can produce detailed info about fields of a packet and the output can be piped to other application for some processing. Wonder if it's possible to get information on offsets of each fields in addition. This is an analogy to wireshark where you click a decoded field, the relevant bytes in the pcap got highlighted. Thanks. asked 26 Mar '15, 20:34 sharkfun |
One Answer:
That's not possible with the current release. It would require a code change. If you want/need that feature, please file an enhancement bug at https://bugs.wireshark.org Regards answered 30 Mar '15, 04:22 Kurt Knochner ♦ |
Thanks Kurt, I created a ticket on this.
Please post the bug ID or the link here for other users.
Sorry didn't see this comment earlier. The bug ID is 11097. Thanks.