I am new to Wireshark and wanted to ask some questions, firstly, when looking at "Encapsulation type : Ethernet (1)" what does the "(1)" mean? I have also seen "Per-packet Information Header (97)", what is the "(97)"? So many questions.... so little knowledge... asked 15 Feb '16, 13:49 JimmyM |
One Answer:
It's a Wireshark-internal value that represents the particular link-layer header type for the packet in question - and the numerical values are subject to change from release to release, so perhaps we shouldn't be displaying it. Wireshark's capture-file-reading code maps the link-layer header type or types in the file - which have values that may be different for different file types - into the internal value so that the Wireshark dissection code doesn't need to know the particular values used in pcap/pcapng files or the ones used in Microsoft Network Monitor files or the ones used in {Ether,Token,Airo,Omini}Peek files or.... answered 15 Feb '16, 14:01 Guy Harris ♦♦ |
Thank you very much for that! If I don't need to know, then I am happier