error.c:void write_error(char *msg, int daemonized)
fltedit.c:	write_error("Error opening filter data file", daemonized);
fltmgr.c:	write_error("Error loading filter list file", daemonized);
fltmgr.c:	write_error("Error writing filter list file", daemonized);
fltmgr.c:	    write_error(imsg, daemonized);
hostmon.c:	write_error(msgstring, daemonized);
ifaces.c:    write_error("Specified interface not supported", daemonized);
ifaces.c:    write_error("Specified interface not active", daemonized);
ifstats.c:	write_error
ifstats.c:	write_error(err_msg, daemonized);
instances.c:	write_error(errstring, daemonized);
itrafmon.c:	    write_error("Can't spawn new process; lookups will block",
itrafmon.c:		write_error("Can't start rvnamed; lookups will block",
itrafmon.c:	write_error(msgstring, daemonized);
pktsize.c:	write_error("Unable to open socket for MTU determination",
pktsize.c:	write_error("Unable to obtain interface MTU", daemonized);
pktsize.c:	write_error(msgstring, daemonized);
promisc.c:		    write_error(err_msg, daemonized);
promisc.c:	write_error("Unable to save interface flags", daemonized);
promisc.c:	write_error("Unable to retrieve saved interface flags",
promisc.c:	write_error("Unable to open socket for flag change", daemonized);
promisc.c:		write_error(fullmsg, daemonized);
serv.c:	write_error(msgstring, daemonized);
error.c:void errbox(char *message, char *prompt, int *response)
error.c:	errbox(msg, ANYKEY_MSG, &response);
fltedit.c:	errbox("Cannot create filter record file", ANYKEY_MSG,
fltedit.c:		errbox("Unable to write filter record", ANYKEY_MSG,
fltedit.c:	    errbox("Unable to save filter changes", ANYKEY_MSG, &resp);
fltedit.c:	errbox("No memory for new filter entry", ANYKEY_MSG, &resp);
fltmgr.c:	    errbox("TCP filter data file in use; try again later",
fltmgr.c:	    errbox("UDP filter data file in use; try again later",
fltmgr.c:            errbox("Other IP protocol filter data file in use; try again later",
fltselect.c:	errbox("Filter state file currently in use; try again later",
fltselect.c:	errbox("Unable to write filter state information", ANYKEY_MSG, &resp);
ifstats.c:	errbox("Unable to obtain interface list", ANYKEY_MSG, &resp);
landesc.c:    errbox("Unable to open host description file", ANYKEY_MSG, &resp);
landesc.c:	errbox("No descriptions", ANYKEY_MSG, &resp);
log.c:    errbox("Unable to open log file", ANYKEY_MSG, &resp);
options.c:	errbox("Cannot create config file", ANYKEY_MSG, &response);
options.c:	errbox("Unable to write config file", ANYKEY_MSG, &response);
options.c:		errbox("Invalid timeout value", ANYKEY_MSG, &resp);
options.c:	errbox("Only the first instance of IPTraf can configure",
packet.c:	errbox("Unable to open raw socket", ANYKEY_MSG, &dummy);
serv.c:	errbox("Unable to open port list file", ANYKEY_MSG, &resp);
serv.c:	    errbox("Unable to write port/range entry", ANYKEY_MSG, &resp);
serv.c:	    errbox("Duplicate port/range entry", ANYKEY_MSG, &resp);
serv.c:	    errbox("Error reading port list", ANYKEY_MSG, &resp);
serv.c:	errbox("No custom ports", ANYKEY_MSG, &resp);
hostmon.c:	snprintf(msgstring, 80, "LAN station monitor already running on %s", gen_iface_msg(ifptr));
ifstats.c: * Function to check if an interface is already in the interface list.
ifstats.c:	    if (ifinlist(*list, ifname))	/* ignore entry if already in */
ifstats.c:	    ("General interface stats already active in another process",
ifstats.c:        snprintf(err_msg, 80, "Detailed interface stats already monitoring %s", iface);
itrafmon.c:        snprintf(msgstring, 80, "IP Traffic Monitor already listening on %s", gen_iface_msg(ifptr));
itrafmon.c:		 *        if first fragment already in {
itrafmon.c:			 * it's a RST, which was already logged earlier in
pktsize.c:        snprintf(msgstring, 80, "Packet sizes already being monitored on %s", ifname);
rvnamed.c: * Check if name is already resolved and in the cache.
serv.c:        snprintf(msgstring, 80, "TCP/UDP monitor already running on %s", ifname);
tcptable.c:	 * already has its indicator set to 1 (FIN sent, not ACKed), and
