File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,17 @@ class Net::Pcap
9898
9999    .next() returns Parcel 
100100      Get next frame. 
101-         
101+ 
102102      *Usage of .next_ex() is preferred due to better error messages!* 
103-         
103+ 
104104      Returns a parcel with two elements: 
105105      - Net::Pcap::pcap_pkthdr_t structure 
106106      - Net::Pcap::C_Buf containing the frame. 
107107      Uses pcap_next(). 
108108
109109    .next_ex() returns Parcel 
110110      Get next frame. 
111-         
111+ 
112112      Returns a parcel with two elements: 
113113      - Net::Pcap::pcap_pkthdr_t structure 
114114      - Net::Pcap::C_Buf containing the frame. 
@@ -205,7 +205,7 @@ class Net::Pcap::C_Buf
205205    $.carray          is uint8p 
206206      Pointer to the C buffer 
207207      $.carray contains this pointer cast to uint8p 
208-         
208+ 
209209    $.elems           is Int 
210210      Number of elements (bytes) in the buffer. 
211211
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class Net::Pcap::C_Buf
7373    $.carray          is uint8p 
7474      Pointer to the C buffer 
7575      $.carray contains this pointer cast to uint8p 
76-         
76+ 
7777    $.elems           is Int 
7878      Number of elements (bytes) in the buffer. 
7979
Original file line number Diff line number Diff line change @@ -93,17 +93,17 @@ class Net::Pcap
9393
9494    .next() returns Parcel 
9595      Get next frame. 
96-         
96+ 
9797      *Usage of .next_ex() is preferred due to better error messages!* 
98-         
98+ 
9999      Returns a parcel with two elements: 
100100      - Net::Pcap::pcap_pkthdr_t structure 
101101      - Net::Pcap::C_Buf containing the frame. 
102102      Uses pcap_next(). 
103103
104104    .next_ex() returns Parcel 
105105      Get next frame. 
106-         
106+ 
107107      Returns a parcel with two elements: 
108108      - Net::Pcap::pcap_pkthdr_t structure 
109109      - Net::Pcap::C_Buf containing the frame. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments