Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Jan 22, 2024
1 parent 8e620ff commit b4b1d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ loop {
reader.consume(offset);
},
Err(PcapError::Eof) => break,
Err(PcapError::Incomplete) => {
Err(PcapError::Incomplete(_)) => {
reader.refill().unwrap();
},
Err(e) => panic!("error while reading: {:?}", e),
Expand Down

0 comments on commit b4b1d27

Please sign in to comment.