The bpf(4) man page's SEE ALSO section lists this as a reference:
McCanne, S. and Jacobson, V., An efficient, extensible, and
portable network monitor.
That paper is most likely an unpublished draft because it can't be found
online. The only reference I found to it is in a 1992 research report
(http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-92-2.pdf) which lists it as a
"Work in progress."
I think the authors' 1993 Winter USENIX paper is a more authoritative reference
for this man page:
McCanne, S. and Jacobson, V., "The BSD Packet Filter: A New Architecture
for User-level Packet Capture", 1993 Winter USENIX Conference, January
1993.
The PDF is available here for anyone who's interested:
https://www.usenix.org/conference/usenix-winter-1993-conference/bsd-packet-filter-new-architecture-user-level-packet
ok?
Index: bpf.4
===================================================================
RCS file: /cvs/src/share/man/man4/bpf.4,v
retrieving revision 1.34
diff -u -p -r1.34 bpf.4
--- bpf.4 21 Jan 2014 11:03:32 -0000 1.34
+++ bpf.4 9 Jan 2015 03:46:59 -0000
@@ -1029,7 +1029,9 @@ struct bpf_insn insns[] = {
.Rs
.%A McCanne, S.
.%A Jacobson, V.
-.%J "An efficient, extensible, and portable network monitor"
+.%D January 1993
+.%J 1993 Winter USENIX Conference
+.%T The BSD Packet Filter: A New Architecture for User-level Packet Capture
.Re
.Sh HISTORY
The Enet packet filter was created in 1980 by Mike Accetta and Rick Rashid