*.foreground: brown *.background: ivory2 ! These are the fonts used in the summary window. For best results, choose ! fixed fonts where the second font is exactly the same size as the first, only ! BOLD !*FontList: courier12=chset1, courB12=chset2 ! ! This is the directory that contains the external protocol filters ! default is /usr/local/lib/tcpview/filters Tcpview.filters: /usr/local/lib/tcpview/filters ! ! Print Command. Default is "lpr" Tcpview.printcommand: lpr ! ! set the height and width of the initial window ! There are no defaults Tcpview.height: 465 Tcpview.width: 600 ! ! this sets the number of visible items in each pane ! There are no defaults Tcpview.pane*visibleItemCount: 10 !Tcpview.pane*DetailList*visibleItemCount: 10 !Tcpview.pane*SummaryList*visibleItemCount: 15 ! ! Full pathnames for files containing manufacturer id's, ethernet numbers, ! and tcp/udp service mappings. See sample files for format. ! Defaults are /usr/local/lib/tcpview/manuf, /usr/local/lib/tcpview/hosts, ! and /etc/services Tcpview.manuf: /usr/local/lib/tcpview/manuf Tcpview.hostnames: /usr/local/lib/tcpview/hosts Tcpview.services: /etc/services ! Lookup (using DNS) names of hosts not on your local subnet ! default is true. If 'false', IP numbers will be used on foreign hosts. !Tcpview.foreign: false ! These set the initial size of the default external protocol output *external_window.height: 400 *external_window.width: 600 ! if you don't want to use the default viewer for external protocol output, you ! can define your own here !Tcpview.viewer: emacs -ms yellow -geometry 80x35 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! THE FOLLOWING SET THE INITIAL VALUES FOR THE "CAPTURE OPTIONS" ! ! maximum number of bytes to capture per frame. Default is 68 Tcpview.maxbytes: 1520 ! ! network device to use for capture. Default is the first one found !Tcpview.device: ln1 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! THE FOLLOWING SET THE INITIAL VALUES FOR THE "SUMMARY OPTIONS" ! ! Use full domain names? Default is FALSE !Tcpview.domain: true ! ! Use all numeric addresses? Default is FALSE !Tcpview.numeric: true ! ! Use manufacturer id's in ethernet numbers? Default is TRUE !Tcpview.use_manuf: false ! ! Display link-level (DLC) header? Default is FALSE !Tcpview.dlc: true ! ! Use relative sequence numbers in TCP? Default is TRUE !Tcpview.relative_seq: false ! ! Display line numbers? Default is FALSE !Tcpview.lines: true ! ! Verbosity level. Default is 1 ! 0 - corresponds to tcpdump -q ! 1 - normal ! 2 - corresponds to tcpdump -v. Prints IP TTL and TOS !Tcpview.verbose: 0 ! ! Time format (default is 4 ): ! 0 - Print Absolute time ! 1 - Don't print time ! 2 - Print Unix timestamp ! 3 - Print Delta times ! 4 - Print Relative times ! !Tcpview.time: 4