LEGO wrote:
dissector_add("ppp.protocol", ETHERTYPE_IP, ip_handle);
a different way to do IP over PPP (?)
dissector_add("null.type", BSD_AF_INET, ip_handle);
IP over .... a null socket type????
dissector_add("chdlctype", ETHERTYPE_IP, ip_handle);
IP over ????
dissector_add("osinl.excl", NLPID_IP, ip_handle);
IP over OSI Network Layer???
dissector_add("wtap_encap", WTAP_ENCAP_RAW_ICMP, icmp_handle);
First one is ok that ICMP packet processed IP header and then giving data part to ICMP but what is other thing wtap_encap?
This I realy do not know, it might well be ICMP found raw in a pcap file by wiretap.
Yes, it's raw ICMP in HP-UX nettl files.
Powered by MHonArc 2.6.10