Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Why this code not working with pcap files?

by grizzley (Chaplain)
on Nov 02, 2012 at 11:15 UTC ( [id://1001946]=note: print w/replies, xml ) Need Help??


in reply to Why this code not working with pcap files?

It worked on my example file. Maybe your pcap is so big, that it takes time to proceed and you only think it was frozen? Try
print "Processing line $." if $. % 10 == 0;
right after while (<TD>) { line to see if it does anything.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1001946]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found