Steve Arnold

Results 134 comments of Steve Arnold

Finally, when I analyze or generate a list of controls I still need to (manually) verify whether the existing reference/id/rule actually makes sense when compared to the rev5 control text....

Also I only have a small number of current data points BUT one customer (a while back) asked for a GPOS STIG and the same customer on a newer project...

Yes, this would be very useful! (I've been doing that with `sed`) Actually still trying to mesh the markdown output with Sphinx docs build in the same repo.

@andreasvc fixes in #47

> > If building from master, I get a a different unexpected result: > > ``` > > $ ./tcpdump --version > > tcpdump version 1.11.0-PRE-GIT > > libpcap version...

yep, that was indeed the missing bit: ``` $ ./tcpdump --version tcpdump version 4.99.5 libpcap version 1.10.5 (with TPACKET_V3) 64-bit build, 64-bit time_t ```

Also some of the branches have `configure` and some don't (not sure why) so i added the `./autogen.sh` bits to the build script.

Sorry I don't have any time for spelunking right now, but I might be able to pluck that ^^ second commit if that's enough to get round-trip doc bits. Work...