CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/03/29 08:09:29
Modified files: usr.sbin/tcpdump: print-ipsec.c print-rip.c Log message: Most packets generate one line in tcpdump. For AH and RIP there was an extra line without benefit. Remove the new-line in printf to make parsing easier. OK lteo@ mikeb@