Commit Graph

37085 Commits

Author SHA1 Message Date
Anders Broman 643653e90a GTK3 expose_event -> draw
svn path=/trunk/; revision=38697
2011-08-24 04:53:50 +00:00
Guy Harris 40a863f8bf Fix prematurely-terminated comment.
svn path=/trunk/; revision=38696
2011-08-24 02:37:36 +00:00
Guy Harris 898334c7a5 Fix a comment; this includes describing an additional way in which we
could fail to open the capture file.

svn path=/trunk/; revision=38695
2011-08-24 02:25:08 +00:00
Michael Tüxen 2ab112d5dd Hopefully fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6256.

svn path=/trunk/; revision=38694
2011-08-23 23:10:50 +00:00
Stig Bjørlykke 713de3b54b From Akos Lukovics:
Bugfix moving averages.

svn path=/trunk/; revision=38693
2011-08-23 20:40:34 +00:00
Anders Broman 7dc08c05c8 Make the byte highlighting work in GTK3
svn path=/trunk/; revision=38692
2011-08-23 16:39:40 +00:00
Jörg Mayer 0ff88cef85 Status update.
The lua menu items do work in the ItemFactory code.

svn path=/trunk/; revision=38691
2011-08-23 14:53:18 +00:00
Anders Broman fbbdfa8d1e Missed backing out one line...
svn path=/trunk/; revision=38690
2011-08-23 14:48:05 +00:00
Anders Broman a192182e1c Make colors work on GTK3 take 2
Revert tcp_graph commit by mistake, typo etc

svn path=/trunk/; revision=38689
2011-08-23 14:17:30 +00:00
Jörg Mayer 97548261df Fix build in the non gtk3 case: Add gpointer data to the
parameter list.
Remove some trailing spaces.

svn path=/trunk/; revision=38688
2011-08-23 14:13:34 +00:00
Anders Broman 637490272d Make colors work on GTK3
svn path=/trunk/; revision=38687
2011-08-23 13:49:37 +00:00
Stig Bjørlykke 8f2076f5ef From Gisle Vanem:
Rename header guard.

svn path=/trunk/; revision=38686
2011-08-23 13:16:44 +00:00
Anders Broman 7fc21673a5 Make the IO-grph work in GTK3.
The "expose-event" needs to be changed to "draw" in all files.

svn path=/trunk/; revision=38685
2011-08-23 11:18:35 +00:00
Jörg Mayer 4c7d6af730 GTK3 only builds if portaudio is disabled (rtp player is not
yet gtk3 ready).

svn path=/trunk/; revision=38684
2011-08-23 09:31:25 +00:00
Stig Bjørlykke 5603cef9f2 Remove support for libpcre, we use GRegex in GLib.
svn path=/trunk/; revision=38683
2011-08-23 09:25:06 +00:00
Anders Broman b213104006 Fix colors in GTK3
svn path=/trunk/; revision=38682
2011-08-23 07:36:41 +00:00
Anders Broman 7e3d918027 "fix":
Error: Found non-ASCII characters on line 4135 of packet-bacapp.c
Error: Found non-ASCII characters on line 4163 of packet-bacapp.c
Error: Found non-ASCII characters on line 4198 of packet-bacapp.c

svn path=/trunk/; revision=38681
2011-08-23 05:06:54 +00:00
Anders Broman 3acc73fd0c From Andrei Emeltchenko via Chris Maynard:
btl2cap extended window shows wrong bit.
Patch would not apply cleanly so added by hand.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6257

svn path=/trunk/; revision=38680
2011-08-23 04:49:24 +00:00
Anders Broman 1f23674191 From Jack Yu modified by Chris Maynard:
Enhancement of text2cap for parsing flexibility.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1723

svn path=/trunk/; revision=38679
2011-08-23 04:36:37 +00:00
Anders Broman 01d1f950d3 From Steve Karg:
BACnet Dissector latest enumerations for properties, states, error codes, and vendor ids.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6249

svn path=/trunk/; revision=38678
2011-08-23 04:26:01 +00:00
Chris Maynard f8cc368559 From Gisle Vanem via http://www.wireshark.org/lists/wireshark-dev/201108/msg00377.html: In follow_stream_cb(), if ct is NULL, bail out. It was noted in a follow-up post by Guy that the "Follow stream" button should be grayed out if there are no conversations. Until that is fixed, let's at least not crash.
svn path=/trunk/; revision=38677
2011-08-23 01:54:13 +00:00
Chris Maynard 4d30da3a59 Removed the call to g_warning() in proto_reg_handoff_opensafety(), as I didn't care to see the "openSAFETY - Profinet IO heuristic dissector cannot be registered, openSAFETY/PNIO native dissection." message when I ran, "tshark -v".
svn path=/trunk/; revision=38676
2011-08-23 01:08:32 +00:00
Jörg Mayer 25f4979255 Get the build working with GTK3 for real.
Remove the check whether to disable the GTK_DEPRECATED stuff from menus.c,
  as it is only used for the deprecated code.

svn path=/trunk/; revision=38675
2011-08-22 16:35:53 +00:00
Jörg Mayer 8268c2c656 Missed (at least) one place where to rename UI_MANAGER -> ENABLE_UI_MANAGER
svn path=/trunk/; revision=38674
2011-08-22 16:16:16 +00:00
Anders Broman 3334a753a7 From Akos Lukovics:
Calculate moving averages in IO Graphs.

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

svn path=/trunk/; revision=38673
2011-08-22 14:22:50 +00:00
Michael Tüxen 9050e380c8 gtk_action_get_label() is available in gtk+ 2.16 and higher...
svn path=/trunk/; revision=38672
2011-08-22 14:15:57 +00:00
Anders Broman 3c0f8dbb61 gtk_action_get_label() is GTK 2.16
svn path=/trunk/; revision=38671
2011-08-22 13:30:45 +00:00
Anders Broman d9efa28128 Typo
svn path=/trunk/; revision=38670
2011-08-22 13:01:53 +00:00
Anders Broman f1546275e0 Add conversation filter menu
svn path=/trunk/; revision=38669
2011-08-22 12:34:41 +00:00
Michael Tüxen 131a7195f4 #if 0 in a consistent way. This should unbreak the Mac OS builders.
svn path=/trunk/; revision=38668
2011-08-22 11:27:39 +00:00
Michael Tüxen 6651ef4b53 merge_all_tap_menus() has been moved to menus.c.
svn path=/trunk/; revision=38667
2011-08-22 11:25:59 +00:00
Michael Tüxen bdca36761c our_menu_callback() is only used when MAIN_MENU_USE_UIMANAGER
is not defined.

svn path=/trunk/; revision=38666
2011-08-22 11:25:00 +00:00
Anders Broman 1d40fa4604 More code cleanup.
svn path=/trunk/; revision=38665
2011-08-22 10:36:04 +00:00
Anders Broman 4329c2f573 funnel_stat.c:606: warning: unused parameter 'group'
svn path=/trunk/; revision=38664
2011-08-22 10:22:18 +00:00
Jörg Mayer 7af4e6942f Fix a typo
svn path=/trunk/; revision=38663
2011-08-22 08:42:52 +00:00
Anders Broman 1c50da1fab Don't export register_stat_menu_item_stock().(UI_MANAGER).
svn path=/trunk/; revision=38662
2011-08-22 08:37:32 +00:00
Anders Broman 06f9266fdd walk_menu_tree_for_selected_packet() and walk_menu_tree_for_selected_tree_row does not work as we no longer get the path. Leave those menus enabled by default.
svn path=/trunk/; revision=38661
2011-08-22 08:16:14 +00:00
Anders Broman f295a2b917 dcerpc_stat.c:525: warning: unused parameter 'action'
svn path=/trunk/; revision=38660
2011-08-22 08:09:09 +00:00
Jörg Mayer cf889e0707 Rename UI_MANAGER to ENABLE_UI_MANAGER, put it into
CMakeOptions and enable it by default.
Update comment in proto_help that this feature is no
  longer built by default.
Enable PYTHON by default.


svn path=/trunk/; revision=38659
2011-08-22 08:08:38 +00:00
Anders Broman 6d409485ac Remove register_stat_menu_item() if MAIN_MENU_USE_UIMANAGER 1
svn path=/trunk/; revision=38658
2011-08-22 07:46:10 +00:00
Anders Broman 2450d57b38 make MAIN_MENU_USE_UIMANAGER the default.
svn path=/trunk/; revision=38657
2011-08-22 07:44:56 +00:00
Anders Broman 338bd24858 Remove remaining gtk_item_factory (#ifdef HAVE_GTKOSXAPPLICATION) some one with OSX needs to test it.
I'm not sure if it will work.

svn path=/trunk/; revision=38656
2011-08-22 05:22:00 +00:00
Anders Broman 494cb3cd70 Add missing menus.
svn path=/trunk/; revision=38655
2011-08-22 05:14:08 +00:00
Gerald Combs 5aeec1def6 The canonical IANA port number URL now returns XML. Update
make-services.pl to to use the old-style text URL and add a comment
about parsing the XML instead.

Update the services file. Due to format changes it generates a lot of
text that should be commented out, but it's apparently been doing that
for a while now.

svn path=/trunk/; revision=38652
2011-08-21 22:34:50 +00:00
Anders Broman c5433bb140 Fix a bunch of copy paste errors:
ui_manager_tree_view_menu -> ui_manager_main_menubar

svn path=/trunk/; revision=38651
2011-08-21 21:29:52 +00:00
Anders Broman af6d7d7963 Make MAIN_MENU_USE_UIMANAGER the default.
svn path=/trunk/; revision=38650
2011-08-21 20:39:58 +00:00
Anders Broman 37454a3b0e Add the remaining menus when MAIN_MENU_USE_UIMANAGER.
svn path=/trunk/; revision=38649
2011-08-21 20:28:49 +00:00
Stig Bjørlykke 67149a7874 Add some NSTime methods: add, sub and unm.
svn path=/trunk/; revision=38648
2011-08-21 18:06:53 +00:00
Stig Bjørlykke 17f5a61ae0 Removed nstime_diff() in favour of nstime_delta().
Use nstime_delta() in nstime_subtract().

svn path=/trunk/; revision=38647
2011-08-21 18:06:42 +00:00
Stig Bjørlykke af91342478 Use nstime_delta() to calculate time difference.
svn path=/trunk/; revision=38646
2011-08-21 18:06:19 +00:00