| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=6608
|
|
|
|
| |
svn path=/trunk/; revision=6552
|
|
|
|
| |
svn path=/trunk/; revision=6514
|
|
|
|
|
|
|
| |
<ucd-snmp/version.h>, so get rid of the stuff to check for its presence
and handle its absence.
svn path=/trunk/; revision=6503
|
|
|
|
| |
svn path=/trunk/; revision=6500
|
|
|
|
| |
svn path=/trunk/; revision=6499
|
|
|
|
|
|
|
|
| |
to declare "getopt()" and the variables it uses; tethereal.c already
includes it, but gtk/main.c and gtk2/main.c, which also use "getopt()",
don't - make them do so.
svn path=/trunk/; revision=6497
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
building with an SNMP library.
If we have Net-SNMP, include <net-snmp/version.h>, not
<ucd-snmp/version.h>.
Don't include any of the SNMP headers unless HAVE_SOME_SNMP is defined.
Include <net-snmp/config_api.h> if we have Net-SNMP, to declare
"read_premib_configs()" and "read_configs()".
Supply the include directories for Net-SNMP in the Makefile.nmake for
GTK 1.2 and GTK 2.
svn path=/trunk/; revision=6493
|
|
|
|
|
|
| |
the packet list immediately when the tap is started.
svn path=/trunk/; revision=6488
|
|
|
|
|
|
| |
to taps.
svn path=/trunk/; revision=6487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Define HAVE_SOME_SNMP if either HAVE_UCD_SNMP or HAVE_NET_SNMP
is defined, and use HAVE_SOME_SNMP, rather than HAVE_UCD_SNMP,
in most places when testing whether we have an SNMP library or
not.
Be more selective when including Net-SNMP header files.
Fix up {gtk,gtk2}/main.c to do the same SNMP stuff that tethereal.c
does - including the MIB stuff that gtk/main.c was doing but gtk2/main.c
wasn't doing.
Fix the copyright date in gtk/main.c.
svn path=/trunk/; revision=6483
|
|
|
|
| |
svn path=/trunk/; revision=6397
|
|
|
|
|
|
|
|
|
| |
- gettimeofday changed into glib's g_get_current_time (to be able to
compile)
- disabled multithreading (doesn't seem to work on win32) and used
gtk_timeout_add() as in gtk1.2 to keep tap extensions updating.
svn path=/trunk/; revision=6347
|
|
|
|
|
|
|
| |
This dialog has not been ported to gtk2 yet (see gtk2/STATUS), so it's
just the gtk1 code.
svn path=/trunk/; revision=6346
|
|
|
|
|
|
|
|
| |
Update gtk and gtk2 versions of RPC_STAT to allow a filter string to be specified on both the command line as well as the GUI.
Update the documentation for ethereal to reflect this.
svn path=/trunk/; revision=6343
|
|
|
|
|
|
|
|
|
|
| |
- moved color_filter_t in color.h
- change color_filter_t to use color_t instead of GdkColor
This changed allowed to remove the last gtk includes in file.c. It is
now completely free of any gtk related code.
svn path=/trunk/; revision=6324
|
|
|
|
| |
svn path=/trunk/; revision=6320
|
|
|
|
|
|
|
|
|
| |
In my recent patches to set and use a default directory, I neglected
to set the directory when the user enters a file name directly into the
"Capture Options" and "Print" dialogs instead of using the file dialog.
This set of patches corrects this.
svn path=/trunk/; revision=6318
|
|
|
|
|
|
|
|
|
|
|
|
| |
- created a few packet_list_xxx functions (ui_util.h gtk/packet_list.c
gtk2/packet_list.c) ;
- removed almost all "gtk/xxx" and "gtk2/xxx" includes in file.c
The only remaining includes are related to color filters. We have to
make color_filter_t GUI independent by replacing GdkColor with color_t.
I'll work on this later.
svn path=/trunk/; revision=6311
|
|
|
|
|
|
|
|
|
|
| |
alternating colors in all TreeView widgets (see
gtk_tree_view_set_rules_hint()).
- remove unused preferences in the gtk2 port (tree_expander_style and
tree_line_style).
svn path=/trunk/; revision=6296
|
|
|
|
| |
svn path=/trunk/; revision=6261
|
|
|
|
|
|
| |
functions with their g_signal_xxx equivalent.
svn path=/trunk/; revision=6260
|
|
|
|
| |
svn path=/trunk/; revision=6259
|
|
|
|
|
|
|
| |
returns TRUE (i.e. get data from the selected row only if something has
been selected).
svn path=/trunk/; revision=6258
|
|
|
|
|
|
|
|
| |
and the "gtk" and "gtk2" directories, so that we find "zlib.h", as we
now define "HAVE_ZLIB" in the top-level "config.h.win32" and thus try to
include "zlib.h" on Windows.
svn path=/trunk/; revision=6246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently Ethereal sets and uses a default directory for reading
and writing, but only in some places. This set of patches extends
the setting of the default directory to the -w option as well as
the -r option, and causes all file dialogs to use and set the
default consistently. (I haven't changed the
Preferences/Printing/File dialog, though, as that's a special
case.)
There's also a fix for a bug where Ethereal was issuing the
message "Ring buffer requested, but capture isn't being saved to
a permanent file" even though a file was specified with -w.
There also appear to be some other cleanups in his patch.
svn path=/trunk/; revision=6238
|
|
|
|
| |
svn path=/trunk/; revision=6237
|
|
|
|
|
|
| |
Fix the RCS ID.
svn path=/trunk/; revision=6235
|
|
|
|
|
|
| |
and about making some tree view item behaviors settable by applications.
svn path=/trunk/; revision=6227
|
|
|
|
| |
svn path=/trunk/; revision=6222
|
|
|
|
| |
svn path=/trunk/; revision=6221
|
|
|
|
| |
svn path=/trunk/; revision=6220
|
|
|
|
| |
svn path=/trunk/; revision=6218
|
|
|
|
| |
svn path=/trunk/; revision=6217
|
|
|
|
|
|
|
|
|
| |
Gtk1 is still single threaded so if the tap extensions need to do something
time consuming or cpu intensive, then the main application will suffer.
It is better than nothing.
svn path=/trunk/; revision=6215
|
|
|
|
| |
svn path=/trunk/; revision=6213
|
|
|
|
| |
svn path=/trunk/; revision=6212
|
|
|
|
| |
svn path=/trunk/; revision=6205
|
|
|
|
|
|
| |
instead of a crude busy-wait loop.
svn path=/trunk/; revision=6203
|
|
|
|
| |
svn path=/trunk/; revision=6202
|
|
|
|
|
|
| |
will be easier to reuse these functions on non-threaded gtk1-ethereal.
svn path=/trunk/; revision=6196
|
|
|
|
| |
svn path=/trunk/; revision=6195
|
|
|
|
| |
svn path=/trunk/; revision=6194
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
so that it would be possible to share an unmodified gtk2-rpcstat.c with
any future gtk1-ethereal support for the tap system.
Anyone reading this cvs entry:
Perhaps someone could just try to add a draw_all_listeners() to the place in
file.c where it has finished reading or rescanning all packets.
That might work though it wouldnt update in semi-real time but would
be simple and better than nothing.
svn path=/trunk/; revision=6193
|
|
|
|
|
|
|
| |
Remove unneded includes
Add include wrappers where missing
svn path=/trunk/; revision=6191
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modified while the draw thread is walking it.
Changed the cmdline switch to -z so the same one can be used both for
ethereal and tethereal.
Updated man pages to reflect the RPCSTAT feature.
(Try this with Tools/Statistics/ONC-RPC/RTT and load a capture containing
onc-rpc. )
svn path=/trunk/; revision=6189
|
|
|
|
| |
svn path=/trunk/; revision=6184
|
|
|
|
| |
svn path=/trunk/; revision=6183
|
|
|
|
| |
svn path=/trunk/; revision=6168
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The GTK+ v2 documentation says accelarators should only be used with
menus. For text entries or buttons, we must use mnemonics.
Replace dlg_check_button_new_with_label_with_mnemonic() and
dlg_radio_button_new_with_label_with_mnemonic() with
gtk_check_button_new_with_mnemonic() and
gtk_radio_button_new_with_mnemonic()
For radio buttons, gtk_radio_button_group is deprecated. Use
gtk_radio_button_new_with_mnemonic_from_widget() to create a new button
in an existing group.
svn path=/trunk/; revision=6165
|