Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpve committed Jun 11, 2015
1 parent ac627e3 commit 102fb43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/ALL.md
Expand Up @@ -98,17 +98,17 @@ class Net::Pcap

.next() returns Parcel
Get next frame.

*Usage of .next_ex() is preferred due to better error messages!*

Returns a parcel with two elements:
- Net::Pcap::pcap_pkthdr_t structure
- Net::Pcap::C_Buf containing the frame.
Uses pcap_next().

.next_ex() returns Parcel
Get next frame.

Returns a parcel with two elements:
- Net::Pcap::pcap_pkthdr_t structure
- Net::Pcap::C_Buf containing the frame.
Expand Down Expand Up @@ -205,7 +205,7 @@ class Net::Pcap::C_Buf
$.carray is uint8p
Pointer to the C buffer
$.carray contains this pointer cast to uint8p

$.elems is Int
Number of elements (bytes) in the buffer.

Expand Down
2 changes: 1 addition & 1 deletion docs/Net-Pcap-C_Buf.md
Expand Up @@ -73,7 +73,7 @@ class Net::Pcap::C_Buf
$.carray is uint8p
Pointer to the C buffer
$.carray contains this pointer cast to uint8p

$.elems is Int
Number of elements (bytes) in the buffer.

Expand Down
6 changes: 3 additions & 3 deletions docs/Net-Pcap.md
Expand Up @@ -93,17 +93,17 @@ class Net::Pcap

.next() returns Parcel
Get next frame.

*Usage of .next_ex() is preferred due to better error messages!*

Returns a parcel with two elements:
- Net::Pcap::pcap_pkthdr_t structure
- Net::Pcap::C_Buf containing the frame.
Uses pcap_next().

.next_ex() returns Parcel
Get next frame.

Returns a parcel with two elements:
- Net::Pcap::pcap_pkthdr_t structure
- Net::Pcap::C_Buf containing the frame.
Expand Down

0 comments on commit 102fb43

Please sign in to comment.