Module Name: src Committed By: ozaki-r Date: Mon Sep 2 05:14:45 UTC 2024
Modified Files: src/usr.bin: Makefile Added Files: src/usr.bin/shmif_pcapin: Makefile shmif_pcapin.1 shmif_pcapin.c Log Message: Add shmif_pcapin(1) utility program It can send any frames that are stored in a pcap(3) file format to shmif(4) Ethernet interface via the bus of it. If you want to write some tests for networking with rump kernels and the tests need to send frames that are difficult to generate by stock programs, shmif_pcapin can be helpful. The author of shmif_pcapin is k-goda@IIJ and the man page is written by ozaki-r. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/usr.bin/Makefile cvs rdiff -u -r0 -r1.1 src/usr.bin/shmif_pcapin/Makefile \ src/usr.bin/shmif_pcapin/shmif_pcapin.1 \ src/usr.bin/shmif_pcapin/shmif_pcapin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.