0
votes
2answers
47 views
libpcap : No Wireless Devices detected
Hi. I want to capture packets going out of my machine, and I'm using libpcap (version 1.0.0-1) for the same. The problem is, that a basic program like this -
#include <stdio.h>
#include …
1
vote
2answers
88 views
how do you decrypt SSH .pcap file that uses Diffie Hellman ecryption. With public and private keys.
how do you decrypt SSH .pcap file that uses Diffie Hellman ecryption. With public and private keys.
We are trying through Wireshark with no luck. please advise.
0
votes
1answer
126 views
pcap struct pcap_pkthdr len vs caplen
We're sniffing packets using libpcap on linux
The header we get on each packet looks like:
struct pcap_pkthdr {
struct timeval ts; /* time stamp */
bpf_u_int32 caplen; /* …
0
votes
2answers
231 views
How do I modify the destination MAC address in a packet?
I've a question related to a very basic thing in Perl, but I'm unable to find an efficient solution.
Here's a bit of context first. I use Net::Pcap etc and when I'm in my function which processes …
0
votes
1answer
35 views
PCAP Alternatives
Are there any alternatives to PCAP DLL for capturing packets, that are not drivers?
0
votes
0answers
128 views
How to read multiple pcap files >2GB?
I am trying to parse large pcap files with libpcap but there is a file limitation so my files are separated at 2gb. I have 10 files of 2gb and I want to parse them at one shot. Is there a possibility …
0
votes
3answers
525 views
How to concatenate two tcpdump files (pcap files)
How to concatenate two tcpdump files, so that one traffic will appear after another in the file? To be concrete I want to "multiply" one tcpdump file, so that all the sessions will be repeated one …
2
votes
3answers
604 views
Can libpcap reassemble TCP segments
I need to sniff TCP traffic into my application.
Can libpcap reassemble TCP segments or I have to do it manually?
The home page says "Full documentation is provided with the source packages in man …
0
votes
2answers
287 views
Getting the number of packets in a pcap capture file?
I need a program which prints the number of packets in a capture file which uses the pcap format. This number does not seem available in the pcap header (probably because it is written before the …
2
votes
4answers
566 views
IPv6 decoder for pcapy/impacket
I use the pcapy/impacket library to decode network packets in Python. It has an IP decoder which knows about the syntax of IPv4 packets but apparently no IPv6 decoder.
Does anyone get one?
In a …
0
votes
1answer
257 views
libpcap, pcap_next_ex, and incompatible pointer types
Disclaimer: This is for a homework assignment, but the question is not regarding the assignment, just about general syntax weirdness.
I'm trying to use libpcap in the context of a much larger …
