Skip to content

Commit

Permalink
Documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mranney committed Aug 24, 2010
1 parent b8cdf26 commit ab2145e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This is a set of bindings from `libpcap` to node as well as some useful librarie
analyze packets. `libpcap` is a packet capture library used by programs like `tcpdump` and `wireshark`.
It has been tested on OSX and Linux.

Sadly, `node_pcap` is _not done_ yet. While it is incomplete, it is still already useful for capturing
and manipulating packets in JavaScript. The best example of this so far is `http_trace`, described below.
`node_pcap` is useful for many things, but it does not yet understand all common protocols. A popular reason
to use this package is `examples/http_trace`, described below.

## Why?

Expand Down
4 changes: 4 additions & 0 deletions node_ko_article.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## node_pcap

OK, I hear you. Capturing packets is hard and best left to kernel hackers, assembly language programmers,
and other elite wizards who have somehow managed to figure this stuff out.

0 comments on commit ab2145e

Please sign in to comment.