Commit Graph

10 Commits

Author SHA1 Message Date
Matteo Cypriani 4d78da4721 Doc and comments: some typos & small additions 2014-02-18 10:22:35 -05:00
Matteo Cypriani b227bb17b5 [doc] Change format of links to other manpages
Links to other manual pages are now in italic, to match the links
generated by pod.
2013-07-25 19:11:03 -04:00
Matteo Cypriani 779c859add [doc] owlps: add Cross-version compatibility note 2013-07-17 18:09:14 -04:00
Matteo Cypriani f4980d003e [doc] Add copyright notices in man pages 2013-07-17 18:09:14 -04:00
Matteo Cypriani 6c1c182039 [Listener] Adapt get_mac_addr() to build on BSD
The get_mac_addr() function was the only real blocker that prevented
building on BSD systems, as it used the Linux-specific SIOCGIFHWADDR
ioctl. When compiling for Linux, we still use this ioctl, but for the
BSD version we use sysctl().

This allows OwlPS Listener to build on BSD (tested on NetBSD, OpenBSD
and DragonFly). That doesn't mean it will actually work when trying to
capture packets though (that has to be tested on real hardware), but
that's still a progress.
2013-07-17 18:09:12 -04:00
Matteo Cypriani 86510d490f [doc] owlps.t2t: update main description 2013-06-12 12:34:36 -04:00
Matteo Cypriani 35eef92e94 [doc] Fix links to commands' manuals 2013-06-12 12:32:12 -04:00
Matteo Cypriani 1971e2def6 [doc] owlps: add section Contribute 2013-04-24 14:13:06 -04:00
Matteo Cypriani a3b76dd9ec [doc] Fix preproc-man & owlps.t2t 2013-01-11 16:21:38 -05:00
Matteo Cypriani 867ee1cd80 Add doc/
Add the directory for all the future documentation. The file owlps.t2t
is aimed at being the entry point of all the other documentation pages.
Included are a Makefile to generate man pages and a couple of scripts to
improve the rendering.
2012-11-08 21:45:56 +01:00