aboutsummaryrefslogtreecommitdiffstats
path: root/capture_errs.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-06add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.culfl1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16693 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-05fix cant_load_winpcap_err() parameterulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16123 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-04Include <glib.h> to declare "g_strdup_printf()".guy1-1/+1
Properly declare "cant_load_winpcap_err()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16110 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureguy1-0/+32
problems, and use the first routine in it in multiple places. Get rid of DISSECTOR_SUPPORT_INCLUDES - just add its contents to ETHEREAL_COMMON_INCLUDES. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16109 f5534014-38df-0310-8fa8-9805f1628bb7