Wireshark-commits: [Wireshark-commits] rev 33861: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-b
From: gerald@xxxxxxxxxxxxx
Date: Fri, 20 Aug 2010 18:24:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33861 User: gerald Date: 2010/08/20 11:24 AM Log: Copy over revisions from the trunk: ------------------------------------------------------------------------ r33676 | gerald | 2010-07-29 15:46:10 -0700 (Thu, 29 Jul 2010) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-ppi.c Use ep-allocated strings for our data source names. ------------------------------------------------------------------------ r33683 | rbalint | 2010-08-01 03:45:42 -0700 (Sun, 01 Aug 2010) | 4 lines Changed paths: M /trunk/configure.in M /trunk/gtk/help_dlg.c Use local copy of Wireshark documentation on UNIX if it's available. Installation has to be done manually to the location specified by --docdir configure option. ------------------------------------------------------------------------ r33684 | rbalint | 2010-08-01 04:14:49 -0700 (Sun, 01 Aug 2010) | 2 lines Changed paths: M /trunk/gtk/help_dlg.c Fix Windows builds broken by previous commit ------------------------------------------------------------------------ r33689 | etxrab | 2010-08-01 13:55:29 -0700 (Sun, 01 Aug 2010) | 1 line Changed paths: M /trunk/epan/dissectors/packet-gtp.c Try to fix the GTP' header dissection a bit. ------------------------------------------------------------------------ r33719 | jake | 2010-08-05 12:11:35 -0700 (Thu, 05 Aug 2010) | 2 lines Changed paths: M /trunk/config.nmake Remove experimental marker from NEW_PACKET_LIST. ------------------------------------------------------------------------ r33725 | wmeier | 2010-08-06 07:34:14 -0700 (Fri, 06 Aug 2010) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-rtsp.c From John Sullivan: Fix for 'Uninitialised pointer in packet-rtsp.c causes crash' See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5081 ------------------------------------------------------------------------ r33735 | stig | 2010-08-08 12:04:35 -0700 (Sun, 08 Aug 2010) | 4 lines Changed paths: M /trunk/epan/ftypes/ftype-tvbuff.c Protect tvb_* functions in a TRY-CATCH block. This fixes bug 5087. ------------------------------------------------------------------------ r33742 | stig | 2010-08-09 04:19:15 -0700 (Mon, 09 Aug 2010) | 2 lines Changed paths: M /trunk/epan/addr_resolv.c Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2. ------------------------------------------------------------------------ r33748 | wmeier | 2010-08-09 11:40:12 -0700 (Mon, 09 Aug 2010) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-bacapp.c Fix a compile error. ------------------------------------------------------------------------ r33749 | wmeier | 2010-08-09 11:46:23 -0700 (Mon, 09 Aug 2010) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-bacapp.c Fix another compile error :( ------------------------------------------------------------------------ r33750 | wmeier | 2010-08-09 11:53:18 -0700 (Mon, 09 Aug 2010) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-bacapp.c Fix another compile error. (Note to self: take the time to read *all* the compiler error output before committing). ------------------------------------------------------------------------ r33743 | etxrab | 2010-08-09 09:16:58 -0700 (Mon, 09 Aug 2010) | 1 line Changed paths: M /trunk/gtk/expert_comp_table.c Update the experimental code to use the UI manager. ------------------------------------------------------------------------ r33214 | martinm | 2010-06-13 07:55:11 -0700 (Sun, 13 Jun 2010) | 2 lines Changed paths: M /trunk/gtk/expert_comp_table.c M /trunk/gtk/filter_utils.h Add Copy (to clipboard) to expert item popup menu. ------------------------------------------------------------------------ r33757 | etxrab | 2010-08-10 04:08:18 -0700 (Tue, 10 Aug 2010) | 3 lines Changed paths: M /trunk/gtk/expert_comp_table.c - Fix a crash when an entry in the popup menue is selected and there are no epert info entries. - Updates to GUManager code(still incomplete). ------------------------------------------------------------------------ r33751 | jake | 2010-08-09 12:28:09 -0700 (Mon, 09 Aug 2010) | 11 lines Changed paths: M /trunk/epan/dissectors/packet-dcm.c From David Aggeler: - Finally, better reassembly using fragment_add_seq_next(). The previous mode is still supported. - Fixed sporadic decoding and export issues. Always decode association negotiation, since performance check (tree==NULL) is now only in dissect_dcm_pdv_fragmented(). - Added one more PDV length check - Show Association Headers as individual items - Code cleanup. i.e. moved a few lookup functions to be closer to the dissection. ------------------------------------------------------------------------ r33765 | etxrab | 2010-08-11 04:43:04 -0700 (Wed, 11 Aug 2010) | 6 lines Changed paths: M /trunk/epan/dissectors/packet-bacapp.c From Herbert Lischka: Resolves problems reported in bug #5090 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5090 I have 3 potentially risks of endless loop eliminated the rest is cosmetic ------------------------------------------------------------------------ r33771 | morriss | 2010-08-11 06:42:28 -0700 (Wed, 11 Aug 2010) | 1 line Changed paths: M /trunk/epan/dissectors/packet-bacapp.c Remove non-ASCII characters. ------------------------------------------------------------------------ Copy over by hand: ------------------------------------------------------------------------ r33694 | gerald | 2010-08-02 17:09:41 -0700 (Mon, 02 Aug 2010) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-tcp.c Revert r30979, which removed the window size in SYN packets. People were asking where it went. ------------------------------------------------------------------------ r33747 | wmeier | 2010-08-09 11:20:07 -0700 (Mon, 09 Aug 2010) | 8 lines Changed paths: M /trunk/AUTHORS M /trunk/epan/dissectors/packet-bacapp.c From Herbert Lischka: "corrected the dissection of reassembled UDP packets". See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5051 From me: - Move proto_register... and proto_reg_handoff.. to the end of the file; - Define a function as static; - Minor reformatting and whitespace cleanup. ------------------------------------------------------------------------ Directory: /trunk-1.4/epan/dissectors/ Changes Path Action +405 -236 packet-bacapp.c Modified +572 -301 packet-dcm.c Modified +13 -7 packet-gtp.c Modified +2 -2 packet-ppi.c Modified +1 -1 packet-rtsp.c Modified +4 -6 packet-tcp.c Modified Directory: /trunk-1.4/epan/ Changes Path Action +1 -1 addr_resolv.c Modified Directory: /trunk-1.4/epan/ftypes/ Changes Path Action +86 -0 ftype-tvbuff.c Modified Directory: /trunk-1.4/gtk/ Changes Path Action +140 -39 expert_comp_table.c Modified +4 -0 filter_utils.h Modified +9 -0 help_dlg.c Modified (3 files not shown)
- Prev by Date: [Wireshark-commits] rev 33860: /trunk/gtk/ /trunk/gtk/: wlan_stat_dlg.c
- Next by Date: [Wireshark-commits] rev 33862: /trunk/diameter/ /trunk/diameter/: dictionary.dtd mobileipv6.xml
- Previous by thread: [Wireshark-commits] rev 33860: /trunk/gtk/ /trunk/gtk/: wlan_stat_dlg.c
- Next by thread: [Wireshark-commits] rev 33862: /trunk/diameter/ /trunk/diameter/: dictionary.dtd mobileipv6.xml
- Index(es):