Commit graph

4500 commits

Author SHA1 Message Date
Bill Meier
538dd47d5d Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31731
2010-01-29 19:09:01 +00:00
Bill Meier
7b01915b6b Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31730
2010-01-29 16:13:26 +00:00
Martin Mathieson
9cc7ad9f66 Add a check-box to allow filtering of only status PDUs (AM only)
svn path=/trunk/; revision=31728
2010-01-29 15:09:33 +00:00
Bill Meier
33cf0af255 Fix some gcc -Wshadow warnings;
Use consistent indentation.

svn path=/trunk/; revision=31727
2010-01-29 14:24:18 +00:00
Stig Bjørlykke
c8e3f1a597 Disable ignored counts when 0.
svn path=/trunk/; revision=31696
2010-01-27 11:55:57 +00:00
Stig Bjørlykke
a44fe4937d Added "Remove Ignored packets" to the win32 dialogs.
svn path=/trunk/; revision=31695
2010-01-27 11:45:16 +00:00
Stig Bjørlykke
ff9123acbe Cleanup the escape/unescape underscore in Packet List column headers.
We only have to do this when actually set or get the title from the widget.

svn path=/trunk/; revision=31689
2010-01-26 23:05:40 +00:00
Gerasimos Dimitriadis
c08fa6f3cf Move underscore escaping/unscaping function to strutil.c;
Update decoding of IS-801 Request GPS Acquisition Assistance

svn path=/trunk/; revision=31685
2010-01-26 18:21:17 +00:00
Stig Bjørlykke
77fb961f3d Introduce "Remove Ignored packets" in Packet Range frames, which is used in
Save As, Export and Print dialogs.

svn path=/trunk/; revision=31680
2010-01-26 13:08:22 +00:00
Anders Broman
98f7fe5f9a From Jakub Zawadzki:
- Create only one marker in packet_hex_print_common.
- Set start & end values in good keys.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4403

svn path=/trunk/; revision=31669
2010-01-25 20:58:24 +00:00
Gerasimos Dimitriadis
e50527b8e1 Handle underscore escaping/unescaping for old packet list; Simplify
and make more robust the unescaping function.

svn path=/trunk/; revision=31668
2010-01-25 20:30:09 +00:00
Martin Mathieson
40b7c56f01 Add a field to allow easy filtering of one SN of interest.
svn path=/trunk/; revision=31666
2010-01-25 18:32:18 +00:00
Gerasimos Dimitriadis
065546cdcb Change the prefix of the underscore escaping/unescaping
functions from g_ to ws_; Insert function names in
libwireshark.def

svn path=/trunk/; revision=31662
2010-01-25 18:14:01 +00:00
Gerasimos Dimitriadis
11e340038f Handle underscore escaping/unescaping of the column titles
under the new packet list

svn path=/trunk/; revision=31649
2010-01-24 22:25:40 +00:00
Gerasimos Dimitriadis
6c80168b46 When a custom column is added, escape the underscores in the name of
the column so that the underscores are printed and the next characters
are not interpreted as accelerators.

svn path=/trunk/; revision=31644
2010-01-24 19:57:21 +00:00
Martin Mathieson
346c1878bc Show NACKs in the UE table
svn path=/trunk/; revision=31622
2010-01-22 17:02:40 +00:00
Martin Mathieson
85a419a8fe Fix some counters.
svn path=/trunk/; revision=31621
2010-01-22 16:40:10 +00:00
Martin Mathieson
2fe243a071 Fix some labels, and maintain overall frame count
svn path=/trunk/; revision=31618
2010-01-22 14:16:49 +00:00
Martin Mathieson
a33e4ee41e Add a simple help page for LTE RLC stats.
svn path=/trunk/; revision=31616
2010-01-22 12:42:53 +00:00
Martin Mathieson
b5edad51e3 Fix a test, and make some more functions static.
svn path=/trunk/; revision=31592
2010-01-20 12:54:57 +00:00
Stig Bjørlykke
693d58697c Added rlc_lte_stat_dlg.c.
svn path=/trunk/; revision=31591
2010-01-20 12:54:39 +00:00
Martin Mathieson
417b1839f1 Add initial version of LTE RLC stats dialog.
svn path=/trunk/; revision=31588
2010-01-20 12:37:26 +00:00
Anders Broman
eef24f0765 From Jim Young:
Wireshark GUI not reporting filename after save of new capture file.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4406

svn path=/trunk/; revision=31587
2010-01-20 06:44:03 +00:00
Bill Meier
e0064797fb Use more unique names for certain enum constants.
(enum constant names are part of the global name space).
(Fixes at least one gcc -Wshadow warning).

svn path=/trunk/; revision=31572
2010-01-19 19:37:03 +00:00
Guy Harris
982cfc5410 From Jakub Zawadzki: get rid of redundant BYTE_VIEW_WIDTH and
BIT_VIEW_WIDTH definitions in favor of BYTES_PER_LINE and BITS_PER_LINE.

While we're at it, move the definition of BYTE_VIEW_SEP down among the
other definitions.

svn path=/trunk/; revision=31570
2010-01-19 19:18:51 +00:00
Guy Harris
4b8554fa3c From Jakub Zawadzki: fix the return type of hex_view_get_byte().
svn path=/trunk/; revision=31569
2010-01-19 19:12:55 +00:00
Anders Broman
ca43f3cb6a From Didier Gautheron:
Wlan stat: sorting on broadcast is broken if MAC name resolution is disabled.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4398

svn path=/trunk/; revision=31530
2010-01-15 07:01:19 +00:00
Stig Bjørlykke
68199d5506 Improved the Interface Options dialog:
- Use toggle checkbox for Hide? column
- Adjusted default column width (device name is shorter on UN*X)
- Increased dialog height

svn path=/trunk/; revision=31513
2010-01-13 14:00:20 +00:00
Stig Bjørlykke
ac458da257 Display the capture filter in the main window title when capturing.
svn path=/trunk/; revision=31512
2010-01-13 10:21:25 +00:00
Stig Bjørlykke
a8a225d1f2 Use get_column_custom_field() to get unknown custom column field.
svn path=/trunk/; revision=31490
2010-01-11 08:27:10 +00:00
Stig Bjørlykke
5c771d6e5f Fixed the tooltip for unknown custom column field.
Apply the correction fix for the old packet list.

svn path=/trunk/; revision=31489
2010-01-11 08:16:14 +00:00
Anders Broman
12479a1376 From Jim Young:
Wireshark crash with new packet list if unknown custom column field.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4379

svn path=/trunk/; revision=31485
2010-01-11 07:56:29 +00:00
Guy Harris
118cd1fbb5 Clean up indentation.
svn path=/trunk/; revision=31459
2010-01-07 02:24:06 +00:00
Stig Bjørlykke
60ffce32e7 Check for valid linktype_history in capture_get_linktype().
svn path=/trunk/; revision=31438
2010-01-04 11:59:27 +00:00
Stig Bjørlykke
330a257c0a Set correct linktype when starting capture from the welcome page.
svn path=/trunk/; revision=31393
2009-12-30 19:21:21 +00:00
Martin Mathieson
ccaca7c006 Show in stats % of UL traffic that is padding (subheader or payload).
svn path=/trunk/; revision=31390
2009-12-29 22:55:39 +00:00
Guy Harris
bdf87f037f Squelch warning from MSVC++ when building 64-bit code.
svn path=/trunk/; revision=31389
2009-12-29 21:37:20 +00:00
Bill Meier
9924afab1f Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().
svn path=/trunk/; revision=31386
2009-12-29 19:23:39 +00:00
Bill Meier
b28c81bf19 Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_update;
svn path=/trunk/; revision=31384
2009-12-29 17:46:34 +00:00
Bill Meier
a6a1c4ce68 Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_update;
Optimize the progress_bar related code a bit;
Fix some indentation.

svn path=/trunk/; revision=31383
2009-12-29 17:41:06 +00:00
Jaap Keuter
e03e8553dd Fix for bug 4354:
Set Edit and Delete button sensitivity when deleting a row.

svn path=/trunk/; revision=31364
2009-12-27 13:26:00 +00:00
Jaap Keuter
ac7dd7b085 Add save option to RTP graph window.
svn path=/trunk/; revision=31363
2009-12-24 21:28:38 +00:00
Gerald Combs
6580e861df Rename splash_register_freq to info_update_freq. Use it to throttle name
resolution updates as well as splash screen updates.

svn path=/trunk/; revision=31351
2009-12-22 20:29:28 +00:00
Gerald Combs
4f30c2170e Change host_name_lookup_process to return TRUE if anything new has been
resolved since the last time it was called. Use this to redraw the packet
list and detail any time we have newly-resolved objects.

svn path=/trunk/; revision=31350
2009-12-22 20:01:06 +00:00
Stig Bjørlykke
c280820a86 Renamed some menu items to clarify the usage:
"Mark All Packets"   -> "Mark All Displayed Packets"
 "Ignore All Packets" -> "Ignore All Displayed Packets"

svn path=/trunk/; revision=31349
2009-12-22 12:57:39 +00:00
Stig Bjørlykke
6c329cdc06 Set correct sensitivity for "Ignore All Packets".
svn path=/trunk/; revision=31348
2009-12-22 12:53:05 +00:00
Sake Blok
5c665874ba Only mark/ignore displayed frames when doing mark/ignore all packets
svn path=/trunk/; revision=31345
2009-12-22 07:37:00 +00:00
Sake Blok
2cd7003383 Add "Ignore all packets", just like "Mark all packets"
svn path=/trunk/; revision=31343
2009-12-21 23:07:14 +00:00
Stig Bjørlykke
fe793ed781 Added Copy Profile functionality.
svn path=/trunk/; revision=31335
2009-12-21 12:32:31 +00:00
Stig Bjørlykke
d9de90be12 Set new column minimum width and resize column when changing column title
from the packet list popup menu.

svn path=/trunk/; revision=31329
2009-12-20 23:15:04 +00:00