Wireshark-commits: [Wireshark-commits] rev 29099: /trunk-1.2/ /trunk-1.2/asn1/ansi_map/: ansi_map.a
From: gerald@xxxxxxxxxxxxx
Date: Wed, 15 Jul 2009 00:10:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29099 User: gerald Date: 2009/07/14 05:10 PM Log: Copy over revisions from the trunk: ------------------------------------------------------------------------ r28768 | tuexen | 2009-06-18 11:43:36 -0700 (Thu, 18 Jun 2009) | 3 lines Changed paths: M /trunk/wiretap/pcapng.c M /trunk/wiretap/wtap-int.h Fix for bug 3539: Address as signess issue for fcs_len. Bugfix scheduled for 1.2.1. ------------------------------------------------------------------------ r28769 | stig | 2009-06-18 14:26:13 -0700 (Thu, 18 Jun 2009) | 2 lines Changed paths: M /trunk/tools/asn2wrs.py Use BASE_NONE for FT_BYTES. ------------------------------------------------------------------------ r28773 | stig | 2009-06-18 20:37:52 -0700 (Thu, 18 Jun 2009) | 2 lines Changed paths: M /trunk/tools/asn2wrs.py Write NULL for empty blurb. ------------------------------------------------------------------------ r28803 | stig | 2009-06-21 23:16:39 -0700 (Sun, 21 Jun 2009) | 2 lines Changed paths: M /trunk/tools/asn2wrs.py Default to BASE_NONE for FT_BOOLEAN with zero value for display. ------------------------------------------------------------------------ r28774 | stig | 2009-06-18 20:47:40 -0700 (Thu, 18 Jun 2009) | 3 lines Changed paths: M /trunk/asn1/ansi_map/ansi_map.asn From Anders: Fix wrong tag numbers. Dissector will be generated when we fix some "empty blurb issues". ------------------------------------------------------------------------ r28796 | etxrab | 2009-06-21 13:42:07 -0700 (Sun, 21 Jun 2009) | 1 line Changed paths: M /trunk/gtk/afp_stat.c M /trunk/gtk/airpcap_dlg.c M /trunk/gtk/ansi_a_stat.c M /trunk/gtk/ansi_map_stat.c M /trunk/gtk/bootp_stat.c M /trunk/gtk/camel_counter.c M /trunk/gtk/camel_srt.c M /trunk/gtk/capture_if_details_dlg_win32.c M /trunk/gtk/capture_if_dlg.c M /trunk/gtk/compare_stat.c M /trunk/gtk/conversations_table.c M /trunk/gtk/dcerpc_stat.c M /trunk/gtk/diameter_stat.c M /trunk/gtk/fc_stat.c M /trunk/gtk/fileset_dlg.c M /trunk/gtk/flow_graph.c M /trunk/gtk/funnel_stat.c M /trunk/gtk/gsm_a_stat.c M /trunk/gtk/gsm_map_stat.c M /trunk/gtk/gsm_map_summary.c M /trunk/gtk/gtp_stat.c M /trunk/gtk/h225_counter.c M /trunk/gtk/h225_ras_srt.c M /trunk/gtk/hostlist_table.c M /trunk/gtk/io_stat.c M /trunk/gtk/ldap_stat.c M /trunk/gtk/mcast_stream_dlg.c M /trunk/gtk/megaco_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. ------------------------------------------------------------------------ r28810 | etxrab | 2009-06-22 08:22:37 -0700 (Mon, 22 Jun 2009) | 1 line Changed paths: M /trunk/gtk/hostlist_table.c M /trunk/gtk/mgcp_stat.c M /trunk/gtk/mtp3_stat.c M /trunk/gtk/mtp3_summary.c M /trunk/gtk/ncp_stat.c M /trunk/gtk/radius_stat.c M /trunk/gtk/rpc_progs.c M /trunk/gtk/rpc_stat.c M /trunk/gtk/rtp_player.c M /trunk/gtk/scsi_stat.c M /trunk/gtk/sctp_byte_graph_dlg.c M /trunk/gtk/sctp_chunk_stat.c M /trunk/gtk/sctp_graph_dlg.c M /trunk/gtk/sip_stat.c M /trunk/gtk/smb2_stat.c M /trunk/gtk/smb_stat.c M /trunk/gtk/voip_calls_dlg.c M /trunk/gtk/wsp_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. ------------------------------------------------------------------------ r28801 | jake | 2009-06-21 22:57:44 -0700 (Sun, 21 Jun 2009) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-ipmi-se.c Fix for bug 3559: Don't let the index run over the size of the array. ------------------------------------------------------------------------ r28815 | gerald | 2009-06-22 15:38:29 -0700 (Mon, 22 Jun 2009) | 5 lines Changed paths: M /trunk/epan/dissectors/packet-afs.c Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string and add it to the tree, just call proto_tree_add_item. Fixes bug 3564. Replace another tvb_get_ptr call with tvb_format_text. ------------------------------------------------------------------------ r28818 | jake | 2009-06-22 23:45:59 -0700 (Mon, 22 Jun 2009) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-icmpv6.c From Shinsuke SUZUKI: Due to an incorrect offset setting in packet-icmpv6.c Wireshark cannot parse RA router-lifetime and RA flags properly. ------------------------------------------------------------------------ r28822 | etxrab | 2009-06-23 09:01:55 -0700 (Tue, 23 Jun 2009) | 1 line Changed paths: M /trunk/diameter/dictionary.xml Update 3GPP AVP:s ------------------------------------------------------------------------ r28837 | stig | 2009-06-24 12:10:50 -0700 (Wed, 24 Jun 2009) | 3 lines Changed paths: M /trunk/epan/addr_resolv.c From Kovarththanan Rajaratnam via bug 3555: Cancel hostname lookup timers if c-ares is not initialized. ------------------------------------------------------------------------ r28838 | jake | 2009-06-24 13:27:58 -0700 (Wed, 24 Jun 2009) | 2 lines Changed paths: M /trunk/wiretap/dct3trace.c From Duncan Salerno: Ensure dct3trac packets never longer than 23 bytes. ------------------------------------------------------------------------ r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-infiniband.c Remove a tvb_free() call. ------------------------------------------------------------------------ r28850 | tuexen | 2009-06-26 08:08:04 -0700 (Fri, 26 Jun 2009) | 12 lines Changed paths: M /trunk/wiretap/pcapng.c * Allocate enough memory for reading a packet. * Initialize pseudoheader. * Add some input validation / protection code. * Fix some return values. * Clean up some whitespaces. This fixes Bug 3565. Thanks to Tyson Key how reported the issue and provided capture files for debugging. This fix is scheduled for inclusion in Wireshark 1.2.1 and higher. ------------------------------------------------------------------------ r28852 | gerald | 2009-06-26 14:25:09 -0700 (Fri, 26 Jun 2009) | 3 lines Changed paths: M /trunk/AUTHORS M /trunk/dumpcap.c Unfortunately, r28452 seems to cause more problems than it fixes. Back out the change for now. ------------------------------------------------------------------------ r28857 | tuexen | 2009-06-27 04:39:47 -0700 (Sat, 27 Jun 2009) | 8 lines Changed paths: M /trunk/wiretap/libpcap.c M /trunk/wiretap/pcap-common.c M /trunk/wiretap/pcap-common.h M /trunk/wiretap/pcapng.c This commit * adds an encap argument to pcap_process_pseudo_header. * adds support for reading pseudo headers. It fixes Bug 3560. Thanks to Tyson Key for reporting the bug and providing trace files. This fix will be scheduled for inclusion in Wireshark 1.2.1 and higher. ------------------------------------------------------------------------ r28858 | tuexen | 2009-06-27 05:14:18 -0700 (Sat, 27 Jun 2009) | 10 lines Changed paths: M /trunk/wiretap/pcapng.c If all interfaces use the same encapsulation, use this a the file encapsulation. This fixes a bug where you can not save a file in libpcap format when you captured it as a pcapng one. This fix will be scheduled for Wireshark 1.2.1 and higher. ------------------------------------------------------------------------ r28859 | tuexen | 2009-06-27 05:41:06 -0700 (Sat, 27 Jun 2009) | 7 lines Changed paths: M /trunk/wiretap/libpcap.c M /trunk/wiretap/pcap-common.c M /trunk/wiretap/pcap-common.h M /trunk/wiretap/pcapng.c This patch * adds an encapsulation argument to pcap_write_phdr. * writes the pseudo header when writing pcapng files. This fixes a bug where you could not write pcapng files when using encapsulations requiring pseudo headers. ------------------------------------------------------------------------ Update the release notes and version. Directory: /trunk-1.2/asn1/ansi_map/ Changes Path Action +13 -12 ansi_map.asn Modified Directory: /trunk-1.2/diameter/ Changes Path Action +60 -8 dictionary.xml Modified Directory: /trunk-1.2/epan/dissectors/ Changes Path Action +5 -11 packet-afs.c Modified +2 -2 packet-icmpv6.c Modified +1 -1 packet-ieee80211.c Modified +0 -3 packet-infiniband.c Modified +1 -1 packet-ipmi-se.c Modified Directory: /trunk-1.2/docbook/ Changes Path Action +71 -234 release-notes.xml Modified Directory: /trunk-1.2/epan/ Changes Path Action +4 -0 addr_resolv.c Modified Directory: /trunk-1.2/gtk/ Changes Path Action +2 -1 afp_stat.c Modified +4 -2 airpcap_dlg.c Modified (54 files not shown)
- Prev by Date: [Wireshark-commits] rev 29098: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afs.c
- Next by Date: [Wireshark-commits] rev 29100: /trunk/epan/ /trunk/epan/: proto.c
- Previous by thread: [Wireshark-commits] rev 29098: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-afs.c
- Next by thread: [Wireshark-commits] rev 29100: /trunk/epan/ /trunk/epan/: proto.c
- Index(es):