Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Penetration Testing
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
RE: Converting raw 802.11 (rfmon) capture file to standard libpcap
Jan 14 2004 05:13AM
Chris Eagle (cseagle redshift com)
Jerry Shenk wrote:
>
> That is exactly what I want...
Ok I cobbled this up. It's rough but it seems to work for me:
# gcc -o wifi2eth wifi2eth.c -lpcap
# ./wifi2eth raw.dat eth.dat
--------------------------------------------------------------
/*
File: wifi2eth.c
Copyright (c) 2004 Chris Ea...
[ more ]
Privacy Statement
Copyright 2009, SecurityFocus
>
> That is exactly what I want...
Ok I cobbled this up. It's rough but it seems to work for me:
# gcc -o wifi2eth wifi2eth.c -lpcap
# ./wifi2eth raw.dat eth.dat
--------------------------------------------------------------
/*
File: wifi2eth.c
Copyright (c) 2004 Chris Ea...
[ more ]