On Sun, Oct 12, 2003 at 02:13:33AM +0200, Krzysztof Halasa wrote: > I have prepared a patch (attached below) for tcpdump/print-fr.c.
Checked in, with some changes to fix compiler warnings, and: > 1. Unused things (mbuf, rtentry, #include "addrtoname.h") have been removed. #include "addrtoname.h" *not* removed, as it declares "etherproto_string()", which is called in "fr_if_print()". > With CCITT LMI tcpdump now produces something like: > 00:31:01.165621 DLCI 0, LMI, length 9: CCITT STATUS ENQUIRY > IE: 51 Len: 1, LINK VERIFY > IE: 53 Len: 2, TX Seq: 9, RX Seq: 8 I think the general convention is not to print more than one line per packet unless "-vv" or more is given, i.e. don't print more than one line per packet unless vflag > 1. - This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]
