diff --git a/docs/ALL.md b/docs/ALL.md index 115e86e..fd370c1 100644 --- a/docs/ALL.md +++ b/docs/ALL.md @@ -98,9 +98,9 @@ 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. @@ -108,7 +108,7 @@ class Net::Pcap .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. @@ -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. diff --git a/docs/Net-Pcap-C_Buf.md b/docs/Net-Pcap-C_Buf.md index b9ec530..41bd165 100644 --- a/docs/Net-Pcap-C_Buf.md +++ b/docs/Net-Pcap-C_Buf.md @@ -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. diff --git a/docs/Net-Pcap.md b/docs/Net-Pcap.md index 4c99228..d36a75b 100644 --- a/docs/Net-Pcap.md +++ b/docs/Net-Pcap.md @@ -93,9 +93,9 @@ 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. @@ -103,7 +103,7 @@ class Net::Pcap .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.