Difference between revisions of "Libpcap"

From Hackepedia
Jump to navigationJump to search
m (New page: libpcap stands for packet capture library. It provides a portable interface on top of packet sniffers such as BPF and others. It allows you to write your program on Linux and chances...)
 
m (link fix)
 
Line 1: Line 1:
libpcap stands for packet capture library.  It provides a portable interface on top of packet sniffers such as [[BPF]] and others.  It allows you to write your program on Linux and chances are that it'll work on BSD as well.  The same people who wrote [[tcpdump]] wrote libpcap and the one relies on the other to build.
+
libpcap stands for packet capture library.  It provides a portable interface on top of packet sniffers such as [[Bpf|BPF]] and others.  It allows you to write your program on Linux and chances are that it'll work on BSD as well.  The same people who wrote [[tcpdump]] wrote libpcap and the one relies on the other to build.
  
 
Spooks and law enforcement are often interested in libpcap, however it can do a lot more than keeping an eye on your data as in [[sniff]]ing
 
Spooks and law enforcement are often interested in libpcap, however it can do a lot more than keeping an eye on your data as in [[sniff]]ing

Latest revision as of 13:06, 31 January 2008

libpcap stands for packet capture library. It provides a portable interface on top of packet sniffers such as BPF and others. It allows you to write your program on Linux and chances are that it'll work on BSD as well. The same people who wrote tcpdump wrote libpcap and the one relies on the other to build.

Spooks and law enforcement are often interested in libpcap, however it can do a lot more than keeping an eye on your data as in sniffing