| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=12115
|
|
|
|
|
|
| |
according to Gisle Vanem, WIN32 isn't a built-in in MSVC, but _WIN32 is.
svn path=/trunk/; revision=11972
|
|
|
|
| |
svn path=/trunk/; revision=11897
|
|
|
|
|
|
| |
file open dialog (as requested by Ronnie Sahlberg).
svn path=/trunk/; revision=11859
|
|
|
|
| |
svn path=/trunk/; revision=11744
|
|
|
|
|
|
|
|
|
|
|
| |
preferences to the new multi-port ones, so that, instead of complaining
when the old preferences were seen, we make the port be the one port in
the new preference.
Make the "message_win" "generic ASN.1" preference an obsolete
preference, so we silently ignore it rather than complaining about it.
svn path=/trunk/; revision=11623
|
|
|
|
|
|
|
| |
include of <resolv.h> in any system header file gets the system
<resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]).
svn path=/trunk/; revision=11615
|
|
|
|
|
|
|
|
|
| |
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.
svn path=/trunk/; revision=11400
|
|
|
|
| |
svn path=/trunk/; revision=11269
|
|
|
|
|
|
| |
layout type.
svn path=/trunk/; revision=11264
|
|
|
|
| |
svn path=/trunk/; revision=11196
|
|
|
|
| |
svn path=/trunk/; revision=11195
|
|
|
|
| |
svn path=/trunk/; revision=11034
|
|
|
|
|
|
|
| |
when somethings wrong with the preferences,
as it's always a good idea to give a helping hand :-)
svn path=/trunk/; revision=10990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
convenient to put into a command line (no capital letters, no spaces to
require quotes), and one that's a detailed description for use in the
UI. Allow either of them in the preferences file or "-o" option; use
the detailed description in the UI, and also use it when writing the
preferences out, so that the preference will be readable by older
versions of Ethereal (assuming the preference existed in that version).
Update "README.developer" to give more detail about an enum_val_t (and
to put the _t in), and to give a more detailed description of the
"radio_buttons" argument to "prefs_register_enum_preference()".
svn path=/trunk/; revision=10982
|
|
|
|
|
|
| |
never (default), automatic (like before), always
svn path=/trunk/; revision=10870
|
|
|
|
|
|
|
| |
Add an entry to that enum at the end and use that to generate the value
of LAYOUT_QTY.
svn path=/trunk/; revision=10800
|
|
|
|
|
|
|
|
|
| |
definitions to "prefs.h".
Use them, rather than (incorrect) raw numerical values, when
initializing the preferences.
svn path=/trunk/; revision=10736
|
|
|
|
|
|
| |
also added some preferences and a new preference page for this
svn path=/trunk/; revision=10729
|
|
|
|
| |
svn path=/trunk/; revision=10555
|
|
|
|
|
|
| |
fonts and the like when we pop up the font selection dialog.
svn path=/trunk/; revision=10255
|
|
|
|
|
|
|
| |
follow TCP stream data display. As a result, we can now make the distinction
between real data and whitespace wrapping by the UI.
svn path=/trunk/; revision=10201
|
|
|
|
| |
svn path=/trunk/; revision=10160
|
|
|
|
|
|
|
|
| |
added new pref / recent setting: "maximized main window",
which will save, if the main window is maximized or not,
this will take effect on GTK version 2 only, but is saved nonetheless
svn path=/trunk/; revision=9949
|
|
|
|
| |
svn path=/trunk/; revision=9879
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
prevent problems when switching between GTK1 and GTK2 ethereal versions
b.) added new feature "Edit->Go To First Packet" "Edit->Go To Last Packet" with corresponding menu and toolbar items
c.) added new feature "View->Zoom In" / "View->Zoom Out" / View->Normal Size" with corresponding menu and toolbar items
This feature will act as a "size offset" to the current fontsize, so that the packet list/tree view/... will have a larger/smaller font size.
The value is stored inside the recent file.
d.) Win32 only: Try to get the win32 system font and fontsize at program startup and show the menus/dialogs and such with the same font and fontsize like other win32 windows.
This makes the program make a *lot* more feel like a normal win32 program.
svn path=/trunk/; revision=9753
|
|
|
|
|
|
| |
saving the states in the recent file
svn path=/trunk/; revision=9726
|
|
|
|
| |
svn path=/trunk/; revision=9561
|
|
|
|
| |
svn path=/trunk/; revision=9505
|
|
|
|
|
|
|
|
| |
Get rid of an unused variable.
Fix up whitespace.
svn path=/trunk/; revision=9475
|
|
|
|
|
|
|
| |
Here we can read and write it from and to the preferences file. I only have
to add code to allow it to be set in the Edit->Preferences area,
svn path=/trunk/; revision=9464
|
|
|
|
|
|
|
|
|
|
| |
prefs.gui_recent_file_count_max variable entry, and fix a small spelling/grammar mistake.
Now all we need is some enterprising individual to write the small amount of
preferences code to actually allow it to be changed etc, but I have to go to
Costco, so, later...
svn path=/trunk/; revision=9463
|
|
|
|
| |
svn path=/trunk/; revision=9434
|
|
|
|
|
|
| |
pref_set_pair_fct() for every key/value pair found
svn path=/trunk/; revision=9274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make "proto_is_protocol_enabled()" and "proto_get_protocol_short_name()"
take a "protocol_t *" as an argument, so they don't have to look up the
"protocol_t" - this will probably speed them up considerably, and
they're called on almost every dissector handoff.
Get rid of a number of "proto_is_protocol_enabled()" calls that aren't
necessary (dissectors called through handles, including those called
through dissector tables, or called as heuristic dissectors, aren't even
called if their protocol isn't enabled).
Change some direct dissector calls to go through handles.
svn path=/trunk/; revision=8979
|
|
|
|
|
|
|
|
| |
Copy the "gui_fileopen_*" fields in "copy_prefs()".
Fix a typo in "free_prefs()".
svn path=/trunk/; revision=8915
|
|
|
|
|
|
| |
the main toolbar (currently no GUI to set it; that's in progress).
svn path=/trunk/; revision=8754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
style.
Make the style text arrays static, as nobody uses them outside prefs.c.
Use FALSE and TRUE for the values for the Boolean controlling the
highlighting style.
Note that we're now using stock icons in the toolbar in GTK+ 2.x.
Put back the resizing of elements in the top-level container, at least
for GTK+ 1.2[.x]; otherwise, the toolbar's height never gets smaller,
even if you change the style in such a way as to reduce the height of
the elements (icons+text -> icons or text, icons -> text).
Make some routines and variables not used outside gtk/toolbar.c static.
svn path=/trunk/; revision=8720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a preference to control whether the "File > Open" dialog box
should start out in the last directory in which it looked - and
save that in the preferences file across invocations - or should
always start out in a user-specified directory, and add another
preference to specify that directory.
Write out section name comments into the preferences file.
Clean up white space a bit.
svn path=/trunk/; revision=8699
|
|
|
|
|
|
|
| |
doesn't have any settable preferences (for example, if it has only
obsolete preferences).
svn path=/trunk/; revision=8590
|
|
|
|
| |
svn path=/trunk/; revision=8453
|
|
|
|
|
|
|
|
|
|
|
| |
support for user-supplied interface descriptions;
support for hiding interfaces in drop-down list in capture
dialog.
Clean up comments written to preferences file.
svn path=/trunk/; revision=8419
|
|
|
|
| |
svn path=/trunk/; revision=8267
|
|
|
|
|
|
|
|
|
|
|
| |
a list of disabled protocols, and to save that list from the Edit >
Protocols dialog box.
Add checks for read errors in "read_prefs()".
Clean up white space.
svn path=/trunk/; revision=8144
|
|
|
|
|
|
| |
names, which include hyphens.
svn path=/trunk/; revision=8127
|
|
|
|
|
|
| |
set its concurrency level. Fix an ADNS queueing bug.
svn path=/trunk/; revision=8063
|
|
|
|
|
|
|
|
|
|
|
|
| |
add support for a system-wide color filter file;
fix a bug where "read_filters()" didn't close the file handle.
Use the "get_datafile_path()" routine he added to construct the pathname
of the Diameter directory, the global preferences file, and the manuf
file.
svn path=/trunk/; revision=7677
|
|
|
|
| |
svn path=/trunk/; revision=7518
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
calling "tcp_dissect_pdus()", so that if we don't have the final segment
of a multi-segment packet, we don't change the columns or put in an
empty protocol tree item for NDPS.
Rename "ndps.desegment_ndps" to "ndps.desegment_tcp" - the "ndps." is
sufficient to indicate that it's for desegmenting NDPS, but we now have
a flag for desegmenting NDPS-over-SPX, so we should indicate that the
other flag is for desegmenting NDPS-over-TCP.
svn path=/trunk/; revision=7425
|
|
|
|
|
|
|
|
| |
that's the name of the module, as long as the prefix doesn't end with
"." or "_" (so you can register "tc.tcp.port" or "tc.tcp_port", but not
"tc.tc.port" or "tc.tc_port").
svn path=/trunk/; revision=7351
|