Skip to content

Commit 6ec4872

Browse files
authored
Merge pull request #239 from cglewis/master
add ethernet vendor lookup
2 parents 6d795fa + a627642 commit 6ec4872

File tree

3 files changed

+25999
-3
lines changed

3 files changed

+25999
-3
lines changed

pcap_stats/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apk update && \
1313

1414
RUN pip3 install -r requirements.txt
1515

16+
COPY nmap-mac-prefixes.txt nmap-mac-prefixes.txt
1617
COPY pcap_stats.py pcap_stats.py
1718

1819
ENTRYPOINT ["python3", "pcap_stats.py"]

0 commit comments

Comments
 (0)