Commit graph

4164 commits

Author SHA1 Message Date
Anders Broman
2cd2eecd0a Compute the loading time and show it in the main status bar.
(Modified code from Didier Gautheron).

svn path=/trunk/; revision=29592
2009-08-28 05:19:52 +00:00
Stig Bjørlykke
9c1f832cb4 Remove the three dots in the menu item.
svn path=/trunk/; revision=29584
2009-08-27 11:58:03 +00:00
Anders Broman
beb57e259b make the columns sortable.
svn path=/trunk/; revision=29583
2009-08-27 06:57:53 +00:00
Anders Broman
0267ffb01c Don't copy const strings, store the pointer in the list store instead,
saves memory.

svn path=/trunk/; revision=29582
2009-08-27 05:34:06 +00:00
Bill Meier
db04e3941f Add #include <stdio.h>
svn path=/trunk/; revision=29581
2009-08-27 05:17:40 +00:00
Bill Meier
fb37e926f6 Add #include <stdio.h>
svn path=/trunk/; revision=29579
2009-08-27 05:04:05 +00:00
Bill Meier
a15bb4beb9 Add #include <stdio.h> in a few more places ....
svn path=/trunk/; revision=29578
2009-08-27 04:47:28 +00:00
Bill Meier
1bc9f19f05 Add #include <stdio.h> in a few more places for Solaris.
svn path=/trunk/; revision=29577
2009-08-27 03:54:57 +00:00
Bill Meier
1826a02933 Add #include <stdio.h> in a few places for Solaris
svn path=/trunk/; revision=29576
2009-08-27 02:53:13 +00:00
Bill Meier
fd7021476f Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
svn path=/trunk/; revision=29575
2009-08-26 23:24:22 +00:00
Bill Meier
228bc22aa9 Keep Solaris buildbot happy ....
svn path=/trunk/; revision=29573
2009-08-26 22:45:07 +00:00
Bill Meier
94f28dd8f9 (FWIW) One step towards including stdio.h & stdlib.h only when req'd.
svn path=/trunk/; revision=29568
2009-08-26 19:27:49 +00:00
Anders Broman
5e4e5755a8 From Didier Gautheron:
expert info clean up,
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3948

svn path=/trunk/; revision=29566
2009-08-26 17:26:26 +00:00
Bill Meier
cd107a40f2 Fix some indentation
svn path=/trunk/; revision=29563
2009-08-26 13:58:17 +00:00
Anders Broman
3c399bf8bb Make it possible to close and reactivate the window.
svn path=/trunk/; revision=29557
2009-08-26 04:37:08 +00:00
Anders Broman
2dd60e1b66 Custom columnfication:
* Deprecate COL_BSSGP_TLLI (GPRS BSSGP IE TLLI). Use bssgp.tlli

svn path=/trunk/; revision=29546
2009-08-25 05:42:14 +00:00
Guy Harris
9b62cfb7f1 Fix another typo.
svn path=/trunk/; revision=29545
2009-08-25 01:01:55 +00:00
Guy Harris
559dd27964 Fix typo.
svn path=/trunk/; revision=29544
2009-08-24 21:38:57 +00:00
Anders Broman
112dda41fa From Didier Gautheron:
Speed up expert info composite.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935

svn path=/trunk/; revision=29542
2009-08-24 20:33:49 +00:00
Anders Broman
e5822b1874 Use our own version of gdk_color_to_string if GTK < 2.12
svn path=/trunk/; revision=29541
2009-08-24 18:45:01 +00:00
Guy Harris
04544e1213 We no longer need the "ascending arrow" and "descending arrow" images
for clists, as we're not using a clist.

Clean up white space, and use C89 comments rather than C99/C++ comments.

svn path=/trunk/; revision=29540
2009-08-24 18:20:20 +00:00
Anders Broman
efba5a7678 Use list_store isf deprecated clist.
Try to optimize expert_comp_table.

svn path=/trunk/; revision=29539
2009-08-24 16:11:00 +00:00
Bill Meier
a8e3b5d758 Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warning
svn path=/trunk/; revision=29537
2009-08-24 14:30:55 +00:00
Kovarththanan Rajaratnam
60a30e223e From Didier gautheron via bug 3929:
* Expert Info / Expert Info Composite requires a full protocol tree.
* Delay tree NULL pointer check in bootp dissector

svn path=/trunk/; revision=29530
2009-08-23 18:32:29 +00:00
Kovarththanan Rajaratnam
7c1d96d831 From Didier gautheron via bug 3929:
* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14

From me:

* Whitespace fixes

svn path=/trunk/; revision=29529
2009-08-23 18:13:03 +00:00
Kovarththanan Rajaratnam
23d4eba3b1 Custom columnfication:
* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta

svn path=/trunk/; revision=29524
2009-08-23 12:30:48 +00:00
Kovarththanan Rajaratnam
b9cbd15469 Custom columnfication:
* Deprecate COL_REL_CONV_TIME (Relative time (conversation)). Use tcp.time_relative

svn path=/trunk/; revision=29523
2009-08-23 12:24:14 +00:00
Kovarththanan Rajaratnam
55cf35e3a0 Custom columnfication:
* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci

svn path=/trunk/; revision=29522
2009-08-23 12:16:10 +00:00
Kovarththanan Rajaratnam
51ca1739ae Custom columfication:
* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield

svn path=/trunk/; revision=29518
2009-08-23 11:12:12 +00:00
Kovarththanan Rajaratnam
00670c55c6 Custom columfication:
* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid

svn path=/trunk/; revision=29517
2009-08-23 10:25:51 +00:00
Kovarththanan Rajaratnam
205129d25c Custom columfication:
* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys

svn path=/trunk/; revision=29516
2009-08-23 10:20:42 +00:00
Kovarththanan Rajaratnam
56369978ae Custom columfication:
* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call

svn path=/trunk/; revision=29515
2009-08-23 09:52:57 +00:00
Kovarththanan Rajaratnam
6b89de8393 Custom columfication:
* Deprecate COL_COS_VALUE (L2 COS Value (802.1p)). Use vlan.priority

svn path=/trunk/; revision=29513
2009-08-23 09:07:54 +00:00
Jörg Mayer
dfac9e4091 Get rid of a bunch of "warning: redundant redeclaration of" messages.
In that process, include the contents of packet-fmp_notify.h directly
in packet-fmp_notify.c - it wasn't used anywhere else.

svn path=/trunk/; revision=29512
2009-08-23 06:57:16 +00:00
Anders Broman
3c86b750e5 expert_comp_table.c: Minor cleanup
expert_dlg.c change GtkOptionMenu to GtkComboBox.

svn path=/trunk/; revision=29504
2009-08-22 16:17:42 +00:00
Michael Tüxen
cc11620041 From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported by
Christian Constantin.

svn path=/trunk/; revision=29498
2009-08-21 20:10:51 +00:00
Kovarththanan Rajaratnam
27f7d88c84 Also fake empty field_info's by gracefully handling NULL field_info pointer elsewhere.
svn path=/trunk/; revision=29490
2009-08-21 11:03:30 +00:00
Anders Broman
1108352f00 Use col_text in frame data.
- colum-utils needs more work, based on
 Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=29489
2009-08-21 10:12:47 +00:00
Martin Mathieson
70284d6cc4 Trivial formatting changes
svn path=/trunk/; revision=29484
2009-08-20 13:16:34 +00:00
Anders Broman
a599db08d8 Destroy window with parent, update label when showing window.
svn path=/trunk/; revision=29481
2009-08-19 19:20:45 +00:00
Anders Broman
31132240f9 Make it possible to run checkapi with "deprecated-gtk-todo".
svn path=/trunk/; revision=29479
2009-08-19 18:39:30 +00:00
Anders Broman
7ec476b88a From Didier Gautheron:
Part 2
Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
Optimize expert info.
Slightly changed by me.

svn path=/trunk/; revision=29478
2009-08-19 18:37:13 +00:00
Anders Broman
2c87da6c66 From Didier Gautheron:
Part 1
Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
Optimize expert info.
Slightly changed by me.

svn path=/trunk/; revision=29477
2009-08-19 18:36:36 +00:00
Anders Broman
bbaf419559 Fix a memmory leak.
svn path=/trunk/; revision=29470
2009-08-19 06:04:30 +00:00
Anders Broman
a47a4a5242 Add new_packet_list_recent_write_all().
svn path=/trunk/; revision=29469
2009-08-18 23:00:42 +00:00
Jaap Keuter
e2c8640c8d Properly handle closing/destruction of RTP player window.
svn path=/trunk/; revision=29468
2009-08-18 17:36:30 +00:00
Anders Broman
3208870317 Make copy summary work for new_packet_list.
XXX The enum in .h file does not seem to work???

svn path=/trunk/; revision=29467
2009-08-18 14:40:51 +00:00
Jaap Keuter
201746a1a1 Change window_new() to dlg_window_new() and destroy the window with the top level window.
svn path=/trunk/; revision=29457
2009-08-17 19:10:19 +00:00
Anders Broman
a1772b0197 Remove #if 0
svn path=/trunk/; revision=29455
2009-08-17 15:13:58 +00:00
Anders Broman
a1a129abb5 Prepare to store column data from pinfo.
svn path=/trunk/; revision=29454
2009-08-17 15:05:43 +00:00