http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44410
User: gerald
Date: 2012/08/09 05:08 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r43961 | etxrab | 2012-07-24 08:03:59 -0700 (Tue, 24 Jul 2012) | 8 lines
Changed paths:
M /trunk/ui/gtk/main.c
M /trunk/ui/gtk/main.h
M /trunk/ui/gtk/main_menubar.c
Analyze->Apply as Filter and Analyze->Prepare a Filter cause crashes
user_data is NULL in the callbacks from the menu_bar, and when preparing filters we need to find the filter widget with g_object_get_data(G_OBJECT(data), E_DFILTER_TE_KEY).
The object is saved in the global variable popup_menu_object.
Use that in the filter callbacks from the menu bar.
- remove unused widget from a couple of callbacks.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7506
------------------------------------------------------------------------
r43999 | etxrab | 2012-07-25 08:15:16 -0700 (Wed, 25 Jul 2012) | 6 lines
Changed paths:
M /trunk/ui/gtk/main_menubar.c
Unify the AktionEntries for apply/prepare filter we should probably
do the same type thing for the ui_desciptions.
eg put a "place holder" in the UI descriptions and
make a call from main_menubar.c i.e add_filter_menu()
and do the UI stuff there.
------------------------------------------------------------------------
r43981 | tuexen | 2012-07-25 00:08:20 -0700 (Wed, 25 Jul 2012) | 4 lines
Changed paths:
M /trunk/dumpcap.c
Update recv/drop counters also when no threads are used.
This should fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7523
------------------------------------------------------------------------
r44008 | pascal | 2012-07-25 13:04:33 -0700 (Wed, 25 Jul 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_a_common.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7524 :
8-PSK structure in GSM Classmark 3 is not properly dissected
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+36 -7 packet-gsm_a_common.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+26 -1 release-notes.xml Modified
Directory: /trunk-1.8/ui/gtk/
Changes Path Action
+6 -7 main.c Modified
+2 -4 main.h Modified
+228 -204 main_menubar.c Modified
Directory: /trunk-1.8/
Changes Path Action
+5 -1 dumpcap.c Modified