-
preferences/wireshark.conf
-
This file contains your Wireshark preferences,
including defaults for capturing and displaying packets.
It is a simple text file containing statements of the form:
variable: value
The settings from this file are
read in at program start and written to disk when you press the
Save button in the "Preferences" dialog box.
-
recent
-
This file contains various GUI related settings like the main window
position and size, the recent files list and such.
It is a simple text file containing statements of the form:
variable: value
It is read at program start and written at program exit.
-
cfilters
-
This file contains all the capture filters that you have defined
and saved. It consists of one or more lines, where each
line has the following format:
"<filter name>" <filter string>
The settings from this file are read in at program start and written
to disk when you press the Save button in the "Capture Filters" dialog
box.
-
dfilters
-
This file contains all the display filters that you have defined
and saved. It consists of one or more lines, where each
line has the following format:
"<filter name>" <filter string>
The settings from this file are read in at program start and written
to disk when you press the Save button in the "Display Filters" dialog
box.
-
colorfilters
-
This file contains all the color filters that you have
defined and saved. It consists of one or more lines,
where each line has the following format:
@<filter name>@<filter string>@[<bg RGB(16-bit)>][<fg RGB(16-bit)>]
The settings from this file are read in at program start and written
to disk when you press the Save button in the "Coloring Rules" dialog
box.
-
disabled_protos
-
Each line in this file specifies a disabled protocol name. The
following are some examples:
tcp
udp
The settings from this file are read in at program start and written
to disk when you press the Save button in the "Enabled Protocols"
dialog box.
-
ethers
-
When Wireshark is trying to translate Ethernet hardware
addresses to names, it consults the files listed in
Table A.1, “Configuration files and folders overview”.
If an address is not found in /etc/ethers,
Wireshark looks in $HOME/.wireshark/ethers
Each line in these files consists of one hardware address and
name separated by whitespace. The digits of hardware
addresses are separated by colons (:), dashes (-) or
periods(.). The following are some examples:
ff-ff-ff-ff-ff-ff Broadcast
c0-00-ff-ff-ff-ff TR_broadcast
00.2b.08.93.4b.a1 Freds_machine
The settings from this file are read in at program start and never
written by Wireshark.
-
manuf
-
Wireshark uses the files listed in Table A.1, “Configuration files and folders overview”
to translate the first three bytes of an Ethernet address into a
manufacturers name. This file has the same format as the ethers
file, except addresses are three bytes long.
An example is:
00:00:01 Xerox # XEROX CORPORATION
The settings from this file are read in at program start and never
written by Wireshark.
-
hosts
-
Wireshark uses the files listed in Table A.1, “Configuration files and folders overview”
to translate IPv4 and IPv6 addresses into names.
This file has the same format as the usual /etc/hosts file on Unix systems.
An example is:
# Comments must be prepended by the # sign!
192.168.0.1 homeserver
The settings from this file are read in at program start and never
written by Wireshark.
-
services
-
Wireshark uses the files listed in Table A.1, “Configuration files and folders overview”
to translate port numbers into names.
An example is:
mydns 5045/udp # My own Domain Name Server
mydns 5045/tcp # My own Domain Name Server
The settings from this file are read in at program start and never
written by Wireshark.
-
subnets
-
Wireshark uses the files listed in Table A.1, “Configuration files and folders overview”
to translate an IPv4 address into a subnet name. If no exact match from the
hosts file or from DNS is found, Wireshark will attempt a partial match for the subnet
of the address.
Each line of this file consists of an IPv4 address, a subnet mask length separated
only by a '/' and a name separated by whitespace. While the address must be a full IPv4
address, any values beyond the mask length are subsequently ignored.
An example is:
# Comments must be prepended by the # sign!
192.168.0.0/24 ws_test_network
A partially matched name will be printed as "subnet-name.remaining-address". For example,
"192.168.0.1" under the subnet above would be printed as "ws_test_network.1"; if the mask length
above had been 16 rather than 24, the printed address would be "ws_test_network.0.1".
The settings from this file are read in at program start and never
written by Wireshark.
-
ipxnets
-
Wireshark uses the files listed in Table A.1, “Configuration files and folders overview”
to translate IPX network numbers into names.
An example is:
C0.A8.2C.00 HR
c0-a8-1c-00 CEO
00:00:BE:EF IT_Server1
110f FileServer3
The settings from this file are read in at program start and never
written by Wireshark.
-
plugins
folder
-
Wireshark searches for plugins in the directories listed in
Table A.1, “Configuration files and folders overview”.
They are searched in the order listed.
-
temp
folder
-
If you start a new capture and don't specify a filename for it,
Wireshark uses this directory to store that file; see
Section 4.7, “Capture files and file modes”.