Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing Raw IP PCAP files #18

Open
devanenWl opened this issue Aug 20, 2014 · 0 comments
Open

Parsing Raw IP PCAP files #18

devanenWl opened this issue Aug 20, 2014 · 0 comments

Comments

@devanenWl
Copy link

Hello,

I've been trying to use PacketQ on PCAP files generated with ulogd2. Since these files are in Raw IP format (without L2 information), PacketQ is not able to parse them correctly.

I've been able to parse the PCAP files generated by manually adding L2 information in the PCAP file with tcprewrite (part of the tcpreplay package on Debian), using the following command :

tcprewrite --dlt=enet --enet-dmac=01:23:45:67:89:ab --enet-smac=fe:dc:ba:98:76:54 --infile=dns_input.pcap --outfile=dns_output.pcap

Could you please look into adding support for Raw IP PCAP files ?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant