New Member
May 16, 2017
Question
txt conversion to pcap via Perl script
- May 16, 2017
- 2 replies
- 17865 views
Hi all,
I am trying to convert the txt file to pcap by using PERL script as per be low link:
http://kb.fortinet.com/kb...nk.do?externalId=11186
but every time I am trying to convert it I am getting the below error:
C:\Users\m.a>fgt2eth.pl -in pcap.txt -out pcpaps.pcap Can't use string ("5b") as an ARRAY ref while "strict refs" in use at C:\Users\m.a\fgt2eth.pl line 220, <fh_in> line 16.
and the pcap files comes up as empty, I've uploaded txt file and used the below sniffer command to get it:
diag sniffer packet wan1 "port 443" 6 10
Thanks