Commit graph

5072 commits

Author SHA1 Message Date
Jaap Keuter
3c9cfef565 Fix for bug 5513:
Prepare filter must take Fwd and Rev part in combined filter.

svn path=/trunk/; revision=35247
2010-12-22 20:24:51 +00:00
Sake Blok
516bfe3363 Fix marking functionality (bug 5279)
svn path=/trunk/; revision=35244
2010-12-22 17:25:06 +00:00
Jaap Keuter
dfb9193526 Set default graph file format to more appropriate Portable Network Graphics.
svn path=/trunk/; revision=35236
2010-12-21 08:08:28 +00:00
Jaap Keuter
015cd4a18d From Marc Giertzsch:
Dialog RTP Graph analysis is not showing forward and reverse delta.

svn path=/trunk/; revision=35235
2010-12-21 08:07:24 +00:00
Guy Harris
a8bc4a0d13 Rename the routines that handle dissector tables with unsigned integer
keys to have _uint in their names, to match the routines that handle
dissector tables with string keys.  (Using _port can confuse people into
thinking they're intended solely for use with TCP/UDP/etc. ports when,
in fact, they work better for things such as Ethernet types, where the
binding of particular values to particular protocols are a lot
stronger.)

svn path=/trunk/; revision=35224
2010-12-20 05:35:29 +00:00
Jaap Keuter
5ae824fc8f From k barnard:
Flag when a packet has been dropped by the jitter buffer in the audio player,
by showing:
 D dropped packet
 W wrong timestamp
 S silence added by wireshark

To show when audio 'glitches' may have come from the processing the received
packets through the jitter buffer.

svn path=/trunk/; revision=35192
2010-12-15 18:38:17 +00:00
Balint Reczey
2118fd723c Always provide wslua_plugin_list, even if we don't have Lua configured.
svn path=/trunk/; revision=35163
2010-12-09 15:20:14 +00:00
Jeff Morriss
fc47a70c65 Change includes for getenv_utf8()
svn path=/trunk/; revision=35150
2010-12-07 21:20:39 +00:00
Sake Blok
740dfb5a4d Change the accelerator keys for "goto previous/next packet in conversation" from "<ctrl>+[" and "<ctrl>+]" to "<ctrl>+," and "<ctrl>+." as the bracket keys cause problems on many keyboards where they are "hidden" behind AltGr (I was tipped by a user with a German keyboard that has that "problem"). The new keys should cause no problems on most keyboards according to http://en.wikipedia.org/wiki/Keyboard_layout.
svn path=/trunk/; revision=35143
2010-12-07 11:42:32 +00:00
Stephen Fisher
36deb61faa Revert r35132 so that a better fix can be implemented that doesn't break
non-printable non-UTF8 ASCII characters such as in binary streams.


svn path=/trunk/; revision=35136
2010-12-06 21:33:19 +00:00
Stephen Fisher
a27983a413 Remove unnecessary #include "../isprint.h"
svn path=/trunk/; revision=35135
2010-12-06 21:24:25 +00:00
Stephen Fisher
8525fe0037 Change isprint() calls in follow_stream.c (shared code that supports Follow
TCP, UDP and SSL streams) to g_unichar_isprint() so that UTF-8 characters
are displayed properly.


svn path=/trunk/; revision=35132
2010-12-06 18:34:26 +00:00
Bill Meier
03b57df5a0 Fix various typos and spelling errors.
svn path=/trunk/; revision=35126
2010-12-06 01:34:58 +00:00
Stephen Fisher
5a7b4defa3 After applying GUI preferences, reset the welcome screen's header message
in case the show version in welcome screen option was toggled.


svn path=/trunk/; revision=35114
2010-12-03 22:19:58 +00:00
Stephen Fisher
a3d313a967 Don't include epan/emem.h twice.
svn path=/trunk/; revision=35109
2010-12-03 18:47:10 +00:00
Stephen Fisher
f4b4c45af1 Change the Wireshark stock icon description from "Auto Scroll in Live Capture"
to "Auto Scroll" to save space in the main toolbar.  Leave the rest of the
references (such as in the view menu) as they were.


svn path=/trunk/; revision=35108
2010-12-03 17:31:58 +00:00
Jeff Morriss
ad2730d302 Convert the .c file names to .obj before putting them in WIRESHARK_GTK_OBJECTS.
svn path=/trunk/; revision=35081
2010-11-30 21:32:04 +00:00
Jeff Morriss
b8cb5e53ff Move the port audio source into a separate variable which is not run through checkapi.
svn path=/trunk/; revision=35080
2010-11-30 20:57:43 +00:00
Jeff Morriss
c755b2fd54 Oh yeah, there's a reason we don't put targets in Makefile.common: the first target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069.
svn path=/trunk/; revision=35075
2010-11-30 02:04:55 +00:00
Sake Blok
a857d6d69b Fix "colorize with filter" functionality that got broken with the new_packet_list.
svn path=/trunk/; revision=35074
2010-11-29 22:50:21 +00:00
Jeff Morriss
5f3ff94816 Move the checkapi targes to Makefile.common. Rename Makefile.nmake's WIRESHARK_GTK_SRC to WIRESHARK_GTK_ALL_SRC to avoid reusing the variable of the same name from Makefile.common; Put DIRTY_GENERATED_C_FILES back in that variable since checkapi is no longer run on it.
svn path=/trunk/; revision=35069
2010-11-29 20:53:22 +00:00
Jeff Morriss
6dc182c9d9 Remove DIRTY_GENERATED_C_FILES from WIRESHARK_GTK_SRC so we don't run checkapi on it. Also remove capture_if_details_dlg_win32.c from the checkapi list since it's in WIRESHARK_GTK_SRC (which is in the list of files checkapi is run against).
svn path=/trunk/; revision=35067
2010-11-29 20:37:24 +00:00
Jeff Morriss
564e85b8fe Remove file_dlg_win32.c and print_win32.c from the checkapi target.
svn path=/trunk/; revision=35066
2010-11-29 20:09:09 +00:00
Jeff Morriss
9f8a83e19c Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by distclean).
svn path=/trunk/; revision=35065
2010-11-29 20:07:43 +00:00
Martin Mathieson
4f5e11eaca Allow DCT error strings containing given subsets to be filtered upon.
svn path=/trunk/; revision=35059
2010-11-29 12:09:18 +00:00
Jörg Mayer
4ee8c642d6 u3.c has moved.
svn path=/trunk/; revision=35057
2010-11-28 21:44:06 +00:00
Guy Harris
9ff6526256 Partially clean up white space.
svn path=/trunk/; revision=35049
2010-11-28 00:53:23 +00:00
Guy Harris
49ddccb45b Clean up white space.
svn path=/trunk/; revision=35048
2010-11-28 00:41:47 +00:00
Stephen Fisher
eda0f472c9 Move u3 code to top-level directory since it's not GTK specific
svn path=/trunk/; revision=35046
2010-11-28 00:15:21 +00:00
Guy Harris
46356d715c Don't report an error twice.
svn path=/trunk/; revision=35045
2010-11-28 00:13:38 +00:00
Guy Harris
186ce16c52 Add GCC-style printf annotation to the routines that now take a format
string and format arguments, and fix issues warned about by that.

svn path=/trunk/; revision=35044
2010-11-28 00:02:39 +00:00
Guy Harris
1a4a8ff9c3 Clean up white space.
svn path=/trunk/; revision=35043
2010-11-28 00:00:58 +00:00
Guy Harris
002a1b75fa Make some other statusbar routines take a format string and format args,
and get rid of an unnecessary string pointer.

Make the argument to welcome_header_push_msg() a const pointer.

svn path=/trunk/; revision=35042
2010-11-27 23:06:14 +00:00
Guy Harris
a4cc25f84d Move main_statusbar.h to the top-level directory; none of its routines
use GTK+ data types, so, at least in theory, it could be implemented
atop another toolkit.

Make statusbar_push_temporary_msg() take a format string and format
arguments.  Use it instead of simple_status(), and change one call to
just take a format string and arguments rather than to take the result
of using that format string and arguments with g_strdup_printf() and
passing the result to statusbar_push_temporary_msg().

svn path=/trunk/; revision=35041
2010-11-27 21:50:49 +00:00
Stephen Fisher
049e9e39e8 Fix the rest of the include paths after the move of native win32 code to win32 and out of the gtk directory in r35032
svn path=/trunk/; revision=35034
2010-11-26 20:57:46 +00:00
Stephen Fisher
587bd2724f Move native Win32 code to its own directory and out of gtk directory (hopefully without breaking any builds)
svn path=/trunk/; revision=35032
2010-11-26 19:16:06 +00:00
Anders Broman
d65eab20bc Update comments to point to the previous commit to enhance traceabillity.
svn path=/trunk/; revision=35028
2010-11-25 15:21:24 +00:00
Anders Broman
9e277ae615 Remove threading of tap update.
See http://www.wireshark.org/lists/wireshark-dev/200611/msg00199.html

svn path=/trunk/; revision=35027
2010-11-25 13:56:29 +00:00
Jaap Keuter
bc3b5e96a9 Create proper Help reference.
svn path=/trunk/; revision=35026
2010-11-25 07:01:39 +00:00
Jaap Keuter
cd7c2e0241 Try to fix dummy header settings alignment.
svn path=/trunk/; revision=35019
2010-11-24 08:41:22 +00:00
Bill Meier
613efa359b Remove print_update_dynamic() decl from file_dlg_win32.h since only used in [...].c
svn path=/trunk/; revision=35008
2010-11-22 19:45:03 +00:00
Anders Broman
98fba4de6f From Jakub Zawadzki via Alexander Koeppe.
Improvement of checking available length highlighting byteview data.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5383

svn path=/trunk/; revision=34989
2010-11-21 10:41:01 +00:00
Sake Blok
831f5777b6 Repair copy (summary and as filter) functionality in the packet-list context menu. It got broken in the bulk of work required to move to the UImanager.
svn path=/trunk/; revision=34984
2010-11-20 14:55:02 +00:00
Anders Broman
2f0ee70e27 Remove comments used when editing.
svn path=/trunk/; revision=34975
2010-11-19 16:34:51 +00:00
Anders Broman
023fb81cbc [UImanager]Add missing GO to frame, and copy paste errors.
svn path=/trunk/; revision=34945
2010-11-18 15:57:12 +00:00
Chris Maynard
1e2ae5a88a Quote all fields when exporting to CSV. Fixes bug 2811.
svn path=/trunk/; revision=34920
2010-11-17 03:29:12 +00:00
Jeff Morriss
d63f2559da Split libui into libui and libui_dirty. The latter contains (only)
text_import_scanner.c (which is generated and not by us so we can't guarantee
that it's clean).

svn path=/trunk/; revision=34912
2010-11-16 20:13:26 +00:00
Anders Broman
4323fa647d Try to clean up the makefile a bit.
svn path=/trunk/; revision=34898
2010-11-16 09:15:15 +00:00
Jaap Keuter
8921865a93 Accomodate older flex versions.
Make scanner compilation more environment agnostic.

svn path=/trunk/; revision=34897
2010-11-16 06:46:12 +00:00
Jörg Mayer
3f62247f78 Another unused function with MAIN_MENU_USE_UIMANAGER
svn path=/trunk/; revision=34895
2010-11-16 00:18:54 +00:00