mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
57 lines
1.8 KiB
Text
57 lines
1.8 KiB
Text
--- DOC/Tcpview.orig 1993-03-29 23:26:25 UTC
|
|
+++ DOC/Tcpview
|
|
@@ -1,18 +1,22 @@
|
|
+*.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
|
|
+!*FontList: courier12=chset1, courB12=chset2
|
|
!
|
|
! This is the directory that contains the external protocol filters
|
|
-! default is /usr/local/tcpview/filters
|
|
-!Tcpview.filters: /usr/staff/martinh/tcp/filters
|
|
+! default is /usr/local/lib/tcpview/filters
|
|
+Tcpview.filters: /usr/local/lib/tcpview/filters
|
|
!
|
|
! Print Command. Default is "lpr"
|
|
-Tcpview.printcommand: enscript -2r
|
|
+Tcpview.printcommand: lpr
|
|
!
|
|
! set the height and width of the initial window
|
|
! There are no defaults
|
|
-Tcpview.height: 800
|
|
+Tcpview.height: 465
|
|
Tcpview.width: 600
|
|
!
|
|
! this sets the number of visible items in each pane
|
|
@@ -23,11 +27,11 @@ Tcpview.pane*visibleItemCount: 10
|
|
!
|
|
! Full pathnames for files containing manufacturer id's, ethernet numbers,
|
|
! and tcp/udp service mappings. See sample files for format.
|
|
-! Defaults are /usr/local/tcpview/manuf, /usr/local/tcpview/hosts,
|
|
+! Defaults are /usr/local/lib/tcpview/manuf, /usr/local/lib/tcpview/hosts,
|
|
! and /etc/services
|
|
-!Tcpview.manuf: /usr/local/sniffer/manuf
|
|
-!Tcpview.hostnames: /usr/local/sniffer/ethers
|
|
-!Tcpview.services: /usr/local/sniffer/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.
|
|
@@ -85,10 +89,3 @@ Tcpview.maxbytes: 1520
|
|
! 4 - Print Relative times
|
|
!
|
|
!Tcpview.time: 4
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|
|
-
|