> I am using ethereal 0.8.16. Is there a way I can > configure it to start decoding packets from a > specific offset i.e skip the encapusaltion What do you mean by "start decoding packets from a specific offset?" If you start decoding at, say, the offset of the first byte after the link-layer, you don't necessarily know *how* to dissect the data. In an Ethernet packet, the protocol type field appears in the link layer, so if you start decoding after the link-layer header, you don't know what dissector should handle the rest of the packet (The IP or IPv6 dissector? The ARP dissector? The IPX dissector? The ...?).
Powered by MHonArc 2.6.10