Commit Graph

12 Commits

Author SHA1 Message Date
gerald 54a21b335e Add 'extern "C"' wrappers and #include guards to various header files.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40321 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-29 00:08:47 +00:00
stig 13934fac0d Fixed some small typos.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24035 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-08 23:14:13 +00:00
stig 4adbfa7132 Changed email address for Gerald from zing.org to wireshark.org
in a lot of files, which I suppose is correct.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24034 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-08 22:54:51 +00:00
ulfl 111b85b1e9 Change the filter dialog (capture and display filters), so it has a real Cancel button now - the former Close button didn't reverted the changes done.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19390 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-01 17:59:30 +00:00
sahlberg 33270db64f name change
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21 05:12:17 +00:00
guy 8dd34ec0ba "read_filter_list()" and "save_filter_list()" mallocate the path string
that they return through the "pref_path_return" argument; make it a
"char **", as a pointer to a "char *" is passed to it, and the caller
has to free that.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15249 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-06 18:42:07 +00:00
jmayer 73328cb9d8 Last set of char -> const char trivial warning fixes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15244 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-06 14:03:14 +00:00
guy 0f43797234 Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18 00:24:25 +00:00
guy 25696883ad In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assign
its value to pointer-to-const variables.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9161 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-04 00:45:39 +00:00
jmayer 68cedde616 Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28 21:04:11 +00:00
guy 6725db54d5 Have separate capture and display filter lists; some filter dialog boxes
use the capture filter lists, and others use the display filter list, as
appropriate.

Have separate menu items for editing the capture and display filter
lists.

Have separate "~/.ethereal/cfilters" and "~/.ethereal/dfilters" files
for the two lists; if either of those files isn't found, we try
"~/.ethereal/filters", which means that you will start out with two
identical lists holding all your filters - if certain filters belong
only in one list, you'll have to delete them by hand from the other
list.

Do I/O error checking when reading and writing filter lists; when
writing a filter list, write it to a new file, and then rename the new
file on top of the old file, so that you don't lose your old filter list
if, for example, you run out of disk space or disk quota.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2948 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-28 09:13:10 +00:00
guy 4175149808 Pull the stuff to read and write the list of filter expressions up into
a file in the top-level directory.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2946 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-28 04:43:26 +00:00