http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22849
User: jake
Date: 2007/09/11 09:31 PM
Log:
From Pieter de Boer:
tshark can read a HP-UX nettl IP packet dump (written with 'nettl -traceon all
-entity ns_ls_ip -file dump'), but cannot convert it to a pcap raw IP packet
dump, with 'tshark -r dump.nettl -w dump.pcap'. A single-line patch to
wiretap/libpcap.c makes it possible to do this.
The input file uses encapsulation type WTAP_ENCAP_NETTL_RAW_IP.
Directory: /trunk/wiretap/
Changes Path Action
+1 -0 libpcap.c Modified