Skip to content

Commit

Permalink
Merge pull request #221 from lmangani/pcap_reader
Browse files Browse the repository at this point in the history
Update Pcap reader to v0.0.2
  • Loading branch information
carlopi authored Dec 7, 2024
2 parents 3cf348a + e459a5d commit 5a063e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/pcap_reader/description.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extension:
name: pcap_reader
description: Read PCAP files from DuckDB
version: 0.0.1
version: 0.0.2
language: Rust
build: cmake
license: MIT
Expand All @@ -13,11 +13,11 @@ extension:

repo:
github: quackscience/duckdb-extension-pcap
ref: 658db756b32a434a144ef3521872bc5727a5f996
ref: 254f94f7cf1e3ca512f751abbabb4c3e3ce02161

docs:
hello_world: |
-- Basic PCAP reader
-- Basic PCAP reader for local or remote files
D SELECT * FROM pcap_reader('test.pcap') LIMIT 3;
┌────────────┬────────────────┬────────────────┬──────────┬──────────┬──────────┬─────────┬───────────────────────────────────────────┐
│ timestamp │ src_ip │ dst_ip │ src_port │ dst_port │ protocol │ length │ payload │
Expand Down

0 comments on commit 5a063e6

Please sign in to comment.