Wireshark-commits: [Wireshark-commits] rev 28709: /trunk-1.2/ /trunk-1.2/epan/dissectors/: packet-g
From: gerald@xxxxxxxxxxxxx
Date: Thu, 11 Jun 2009 18:38:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28709 User: gerald Date: 2009/06/11 11:38 AM Log: Copy over revisions from the trunk: ------------------------------------------------------------------------ r28670 | sake | 2009-06-08 23:23:37 -0700 (Mon, 08 Jun 2009) | 14 lines Changed paths: M /trunk/docbook/wsug_src/WSUG_chapter_use.xml M /trunk/gtk/main_menu.c Reverted part of SVN 27411. The "home" and "end" key bindings overruled the use of these keys while editing a filter in the filter toolbar. The keys "ctrl-home" and "ctrl-end" already provide the functionality to go to the first or last packet in the packet-list. I added these as accelerator keys and updated the users guide accordingly. Of course we can also make "home" and "end" work, without breaking functionality in the filter toolbar, but that takes a little more work (at least for me... maybe not after going to Steve's session at Sharkfest :-)). (will add this to inclusion list for 1.0.9 and 1.2.0) ------------------------------------------------------------------------ r28671 | stig | 2009-06-09 00:39:58 -0700 (Tue, 09 Jun 2009) | 2 lines Changed paths: M /trunk/services Update the services file from IANA's port-numbers. ------------------------------------------------------------------------ r28672 | jmayer | 2009-06-09 03:52:28 -0700 (Tue, 09 Jun 2009) | 4 lines Changed paths: M /trunk/epan/dissectors/packet-radius.c RFC3576 states, that some messages will use port 3799 instead of the "standard" radius ports. Register radius to that port as well. ------------------------------------------------------------------------ r28675 | gerald | 2009-06-09 13:08:47 -0700 (Tue, 09 Jun 2009) | 4 lines Changed paths: M /trunk/capture_wpcap_packet.c M /trunk/gtk/airpcap_gui_utils.c M /trunk/gtk/capture_if_details_dlg_win32.c M /trunk/gtk/capture_if_details_dlg_win32.h M /trunk/gtk/capture_if_dlg.c For interfaces that don't support PacketOpenAdapter (such as TurboCap), disable the "Details" button in the interface list. Update an error dialog to try to be more helpful. ------------------------------------------------------------------------ r28679 | stig | 2009-06-09 14:41:53 -0700 (Tue, 09 Jun 2009) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-ospf.c From Edward J. Paradise via bug 3520: From revision 00 to revision 01 the tlv values changed for the SCS TLV's. ------------------------------------------------------------------------ r28681 | stig | 2009-06-09 16:23:07 -0700 (Tue, 09 Jun 2009) | 3 lines Changed paths: M /trunk/gtk/filter_autocomplete.c Resize the list in the autocompletion popup when narrowing down the elements to remove a possible horizontal scrollbar when not needed. ------------------------------------------------------------------------ r28683 | gerald | 2009-06-09 16:54:07 -0700 (Tue, 09 Jun 2009) | 2 lines Changed paths: M /trunk/Makefile.nmake M /trunk/config.nmake M /trunk/tools/win32-setup.sh Update KFW to 2.6.5. ------------------------------------------------------------------------ r28684 | gerald | 2009-06-09 18:30:49 -0700 (Tue, 09 Jun 2009) | 2 lines Changed paths: M /trunk/Makefile.nmake M /trunk/config.nmake M /trunk/packaging/nsis/wireshark.nsi Upgrade to KFW 3.2.2. ------------------------------------------------------------------------ r28687 | stig | 2009-06-10 11:13:07 -0700 (Wed, 10 Jun 2009) | 5 lines Changed paths: M /trunk/gtk/filter_autocomplete.c From yami via bug 3508: Fix a performance issue in filter autocomplete by disable sorting before calling build_autocompletion_list() in filter_autocomplete_handle_backspace(), and enable it after building list. ------------------------------------------------------------------------ r28690 | stig | 2009-06-10 15:03:31 -0700 (Wed, 10 Jun 2009) | 2 lines Changed paths: M /trunk/gtk/filter_autocomplete.c Make it compile with gtk < 2.6. ------------------------------------------------------------------------ r28686 | gerald | 2009-06-10 11:06:33 -0700 (Wed, 10 Jun 2009) | 2 lines Changed paths: M /trunk/config.nmake M /trunk/tools/win32-setup.sh Update the GTK+/GLib libraries. ------------------------------------------------------------------------ r28696 | tuexen | 2009-06-11 04:24:29 -0700 (Thu, 11 Jun 2009) | 3 lines Changed paths: M /trunk/wiretap/pcapng.c When writing pcapng files use correct interface index of 0 instead of 1. ------------------------------------------------------------------------ r28689 | kukosa | 2009-06-10 14:08:01 -0700 (Wed, 10 Jun 2009) | 1 line Changed paths: M /trunk/Makefile.nmake M /trunk/config.nmake M /trunk/tools/win32-setup.sh Update to the GnuTLS 2.8.1 ------------------------------------------------------------------------ r28704 | etxrab | 2009-06-11 09:24:06 -0700 (Thu, 11 Jun 2009) | 1 line Changed paths: M /trunk/gtk/expert_comp_dlg.c M /trunk/gtk/expert_dlg.c Windows transient to main window and destoyed with it. ------------------------------------------------------------------------ r28705 | etxrab | 2009-06-11 09:25:35 -0700 (Thu, 11 Jun 2009) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-gtpv2.c From Duncan Salerno: GTPv2 IE names incorrect/incomplete https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3525 ------------------------------------------------------------------------ r28706 | etxrab | 2009-06-11 09:26:31 -0700 (Thu, 11 Jun 2009) | 1 line Changed paths: M /trunk/epan/dissectors/packet-gsm_a_common.c M /trunk/epan/dissectors/packet-gsm_a_common.h M /trunk/epan/dissectors/packet-nas_eps.c Updates to Jun spec. version. ------------------------------------------------------------------------ Copy over with manual intervention: ------------------------------------------------------------------------ r28700 | stig | 2009-06-11 06:08:06 -0700 (Thu, 11 Jun 2009) | 2 lines Changed paths: M /trunk/epan/wslua/console.lua M /trunk/epan/wslua/dtd_gen.lua M /trunk/epan/wslua/wslua_gui.c Update Lua menu defines and put Lua functions in Tools. ------------------------------------------------------------------------ Update the release notes. Directory: /trunk-1.2/epan/dissectors/ Changes Path Action +61 -12 packet-gsm_a_common.c Modified +1 -1 packet-gsm_a_common.h Modified +35 -19 packet-gtpv2.c Modified +33 -6 packet-nas_eps.c Modified +7 -8 packet-ospf.c Modified +2 -0 packet-radius.c Modified Directory: /trunk-1.2/docbook/ Changes Path Action +38 -6 release-notes.xml Modified Directory: /trunk-1.2/gtk/ Changes Path Action +1 -1 airpcap_gui_utils.c Modified +24 -2 capture_if_details_dlg_win32.c Modified +5 -0 capture_if_details_dlg_win32.h Modified +5 -1 capture_if_dlg.c Modified (15 files not shown)
- Prev by Date: [Wireshark-commits] rev 28708: /trunk/doc/ /trunk/doc/: README.developer
- Next by Date: [Wireshark-commits] rev 28710: /trunk/doc/ /trunk/doc/: tshark.pod
- Previous by thread: [Wireshark-commits] rev 28708: /trunk/doc/ /trunk/doc/: README.developer
- Next by thread: [Wireshark-commits] rev 28710: /trunk/doc/ /trunk/doc/: tshark.pod
- Index(es):