Copyright and Wireshark

This commit is contained in:
2025-03-21 08:02:38 +01:00
parent ff0bd0c8a6
commit a9918e4759
3 changed files with 14 additions and 3 deletions

6
main.c
View File

@@ -1,3 +1,9 @@
/*
pcapmirror - A simple packet mirroring tool using libpcap
Copyright (c) 2025, Matthias Cramer, cramer@freestone.net
*/
#include <stdio.h>
#include <stdlib.h>
#include <pcap.h>