![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| searching through pcap files | hershey101 | High Level Programming | 4 | 06-23-2008 05:59 PM |
| Filtering pcap files | hershey101 | UNIX for Dummies Questions & Answers | 1 | 06-23-2008 09:55 AM |
| How do I Process Multiple Files | dc1743 | UNIX for Dummies Questions & Answers | 1 | 09-13-2007 03:11 PM |
| How to choose Multiple process or Multiple threads? | ashleykumar | IP Networking | 0 | 04-10-2006 07:30 AM |
| How to process multiple files in Korn Shell | stevefox | Shell Programming and Scripting | 3 | 11-22-2005 06:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Process multiple pcap files at once
Hi all,
I'm writing a program using libpcap, and I have multiple pcap files in a folder that I want to capture. I currently have handle = pcap_open_offline("/data/traffic/pcap1.pcap", errbuf"); which works fine since pcap_open_offline() takes in a filename. However, I want to process multiple pcap files from the directory /data/traffic/ at once. Is there a way to do that? Thank you. Regards, Rayne |
![]() |
| Bookmarks |
| Tags |
| unresolved, unresolved for months, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|