Skip to content

Commit

Permalink
resync
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Aug 26, 2023
1 parent 6cd5ec4 commit d4b16af
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions example.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ var pcapFile = log2pcap.encodePcap([
{srcIp:"127.0.0.2", srcPort: 5080, dstIp: "127.0.0.1", dstPort: 5060, proto: 17, data: Buffer.from("WORLD")}
])
fs.writeFileSync('helloworld.pcap', pcapFile)
console.log('done! analyize with: tshark -r helloworld.pcap');
61 changes: 61 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4b16af

Please sign in to comment.