Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_22_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### PcapHTTPExtractor

- Updated the Docker image to: *devdemisto/pcap-http-extractor:1.0.0.8936208*.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tags:
- http
timeout: '0'
type: python
dockerimage: demisto/pcap-http-extractor:1.0.0.2034848
dockerimage: devdemisto/pcap-http-extractor:1.0.0.8936208
tests:
- PcapHTTPExtractor-Test
subtype: python3
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.22.13",
"currentVersion": "1.22.14",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
23 changes: 23 additions & 0 deletions Packs/PcapAnalysis/ReleaseNotes/2_4_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

#### Scripts

##### PcapConvert

- Updated the Docker image to: *devdemisto/pcap-miner:1.0.0.8936208*.

##### PcapFileExtractStreams

- Updated the Docker image to: *devdemisto/pcap-miner:1.0.0.8936208*.

##### PcapExtractStreams

- Updated the Docker image to: *devdemisto/pcap-miner:1.0.0.8936208*.

##### PcapMinerV2

- Updated the Docker image to: *devdemisto/pcap-miner:1.0.0.8936208*.

##### PcapFileExtractor

- Updated the Docker image to: *devdemisto/pcap-miner:1.0.0.8936208*.

2 changes: 1 addition & 1 deletion Packs/PcapAnalysis/Scripts/PcapConvert/PcapConvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ''
dockerimage: demisto/pcap-miner:1.0.0.2020843
dockerimage: devdemisto/pcap-miner:1.0.0.8936208
enabled: true
name: PcapConvert
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ''
dockerimage: demisto/pcap-miner:1.0.0.2020843
dockerimage: devdemisto/pcap-miner:1.0.0.8936208
enabled: true
name: PcapExtractStreams
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ''
dockerimage: demisto/pcap-miner:1.0.0.2020843
dockerimage: devdemisto/pcap-miner:1.0.0.8936208
enabled: true
name: PcapFileExtractStreams
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tags:
- Utility
timeout: '0'
type: python
dockerimage: demisto/pcap-miner:1.0.0.2020843
dockerimage: devdemisto/pcap-miner:1.0.0.8936208
tests:
- No tests (auto formatted)
fromversion: 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion Packs/PcapAnalysis/Scripts/PcapMinerV2/PcapMinerV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ tags:
- Utility
timeout: '0'
type: python
dockerimage: demisto/pcap-miner:1.0.0.2020843
dockerimage: devdemisto/pcap-miner:1.0.0.8936208
runas: DBotWeakRole
runonce: true
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/PcapAnalysis/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PCAP Analysis",
"description": "Don't miss out on critical forensic data! This Content Pack automates PCAP file analysis such as parsing, searching, extracting indicators, and more.",
"support": "xsoar",
"currentVersion": "2.4.15",
"currentVersion": "2.4.16",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading