! Resource Database for Epan
! --------------------------

! set the directory for the capture data (you can also
! specify it on the command line)
Epan*datadir:		.

! show only filenames in file selector which match the pattern
Epan*pattern:		*

! disable or enable the "tooltips" (true/false)
Epan*tooltips:		true

! if set to "true" the frame detail browser starts with the first line
! if you're only interested in the application layer data set it to "false"
Epan*frdtop:		false

! capture window: set default capture interface (eth0, sl0, ppp0, ...)
Epan*cap_iface:		eth0

! capture window: set default save filename
! if you don't set the save filename the program will choose a name
Epan*cap_savefile:	

! capture window: set default filter filename
Epan*cap_filterfile:	

! capture window: set default filter command (for example "dst net 10.0")
Epan*cap_filtercmd:	

! capture window: set default number of frames to capture.
! If don't want to limit the number of frames use the value -1
Epan*cap_count:		-1

! capture window: set default snaplen (default: 68)
Epan*cap_snaplen:	1514

! capture window: set default timeout (default: 1000)
Epan*cap_timeout:	1000

! capture window: use device in promisc mode by default
Epan*cap_promisc:	true

! capture window: add timestamp to save filename
Epan*cap_timestamp:	false

! modem speed in bps (necessary for SLIP/PPP/ISDN statistics)
Epan*modemspeed:	64000

