| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=31730
|
|
|
|
|
|
| |
Made some functions static.
svn path=/trunk/; revision=30323
|
|
|
|
| |
svn path=/trunk/; revision=28916
|
|
|
|
|
|
|
| |
- Use g_get_tmp_dir, just like get_tempfile_path.
- Don't make the caller worry about the path buffer length.
svn path=/trunk/; revision=28915
|
|
|
|
| |
svn path=/trunk/; revision=28600
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Prevent "dead" save-as window if unable to open file for write
or if a directory is entered as the filename;
Work-around is to always kill save-as window whether success
or an error causing alert-box popup;
- Fix a memory leak.
- Define certain functions used only in follow_stream.c as static;
(Remove declarations for them from follow_stream.h)
svn path=/trunk/; revision=28574
|
|
|
|
|
|
|
|
|
|
|
|
| |
The hexdump of the "Follow TCP Stream" feature creates a file that is about 160
characters wide. That's far beyond the size of my screen. The appended patch
suggests a narrower layout.
From me:
Add a note about prepending each line with "C" or "S" instead.
svn path=/trunk/; revision=28386
|
|
|
|
| |
svn path=/trunk/; revision=28178
|
|
|
|
|
|
| |
Also: Define various internal functions as static;
svn path=/trunk/; revision=28177
|
|
|
|
| |
svn path=/trunk/; revision=28062
|
|
|
|
| |
svn path=/trunk/; revision=27743
|
|
|
|
|
|
|
|
|
| |
adapted from print_dlg.c;
Also: fix some bugs wherein an incorrect filename
could be printed if an error occurred
opening/writing/etc an output file.
svn path=/trunk/; revision=27680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
equivalent API
gtk_container_border_width() ==> gtk_container_set_border_width()
gtk_container_children() ==> gtk_container_get_children()
gtk_entry_new_with_max_length() ==> gtk_entry_new(); gtk_entry_set_max_length()
gtk_menu_append() ==> gtk_menu_shell_append()
gtk_menu_prepend() ==> gtk_menu_shell_prepend()
gtk_notebook_set_page() ==> gtk_notebook_set_current_page()
gtk_paned_gutter_size() ==> gtk_paned_set_gutter_size()
gtk_radio_button_group() ==> gtk_radio_button_get_group()
gtk_signal_connect() ==> g_signal_connect()
gtk_signal_disconnect() ==> g_signal_handler_disconnect()
gtk_signal_emit_by_name() ==> g_signal_emit_by_name()
gtk_signal_handler_block_by_data() ==> g_signal_handlers_block_matched()
gtk_signal_handler_block_by_func() ==> g_signal_handlers_block_by_func()
gtk_signal_handler_unblock_by_data() ==> g_signal-handlers_unblock_matched()
gtk_signal_handler_unblock_by_func() ==> g_signal-handlers_unblock_by_func()
gtk_spin_button_get_value_as_float() ==> gtk_spin_button_get_value()
gtk_toggle_button_set_state() ==> gtk_toggle_button_set_active()
svn path=/trunk/; revision=25634
|
|
|
|
| |
svn path=/trunk/; revision=25505
|
|
|
|
|
|
|
|
| |
the multi-purpose nature of the follow_stream.c code (you can also follow
SSL and UDP streams with it.)
svn path=/trunk/; revision=25363
|
|
|
|
|
|
|
| |
support GTK 2.4+ now.
svn path=/trunk/; revision=25361
|
|
|
|
|
|
|
|
|
| |
libwireshark (and the plugins using those functions) do not depend on
wiretap on Windows.
While doing that, rename the eth_* functions to ws_*.
svn path=/trunk/; revision=25354
|
|
|
|
|
|
|
| |
(GTK+ 2.4+).
svn path=/trunk/; revision=25198
|
|
|
|
| |
svn path=/trunk/; revision=25182
|
|
|
|
|
|
|
| |
remove color.c
rename colors.h into color_utils.h (hopefully this reduces confusion to /color.h)
svn path=/trunk/; revision=24974
|
|
|
|
| |
svn path=/trunk/; revision=24972
|
|
|
|
| |
svn path=/trunk/; revision=24968
|
|
|
|
| |
svn path=/trunk/; revision=24921
|
|
|
|
| |
svn path=/trunk/; revision=24914
|
|
|
|
|
|
| |
gtk_button_new_from_stock
svn path=/trunk/; revision=24904
|
|
|
|
| |
svn path=/trunk/; revision=24895
|
|
|
|
| |
svn path=/trunk/; revision=24776
|
|
|
|
|
|
|
| |
wrapped lines
svn path=/trunk/; revision=24742
|
|
|
|
| |
svn path=/trunk/; revision=24733
|
|
|
|
|
|
| |
format.
svn path=/trunk/; revision=24732
|
|
|
|
| |
svn path=/trunk/; revision=24715
|
|
|
|
|
|
|
| |
Follow TCP/UDP/SSL Stream. This error was introduced when merging
duplicate code between TCP & SSL stream functions, r22869.
svn path=/trunk/; revision=24610
|
|
|
|
|
|
| |
problems on Windows.
svn path=/trunk/; revision=23605
|
|
|
|
|
|
|
| |
- Add "Follow UDP Stream" feature
svn path=/trunk/; revision=23346
|
|
|
|
|
|
|
| |
stream functions.
svn path=/trunk/; revision=22869
|
|
|
|
| |
svn path=/trunk/; revision=22841
|
|
|
|
| |
svn path=/trunk/; revision=22613
|
|
|
|
| |
svn path=/trunk/; revision=22523
|
|
svn path=/trunk/; revision=22520
|