Wireshark-commits: [Wireshark-commits] rev 33867: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-g
Date: Fri, 20 Aug 2010 23:04:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33867

User: gerald
Date: 2010/08/20 04:04 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33764 | etxrab | 2010-08-11 04:33:40 -0700 (Wed, 11 Aug 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-sdp.c
 
 Add a komment about the format of the MSRP path parameter.
 ------------------------------------------------------------------------
 r33774 | stig | 2010-08-11 14:27:35 -0700 (Wed, 11 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-sdp.c
 
 Added check for valid tvb before calling tvb_length().
 ------------------------------------------------------------------------
 r33776 | etxrab | 2010-08-11 14:39:22 -0700 (Wed, 11 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-sdp.c
 
 Add a warning message if H264 profile-level-id parameter wasn't
 posible to parse.
 ------------------------------------------------------------------------
 r33777 | etxrab | 2010-08-11 14:52:35 -0700 (Wed, 11 Aug 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-sdp.c
 
 Update the comment.
 ------------------------------------------------------------------------
 r33775 | stig | 2010-08-11 14:37:04 -0700 (Wed, 11 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-h264.c
 
 Call tvb_get_bits32() if leading_zero_bits > 16.
 ------------------------------------------------------------------------
 r33778 | etxrab | 2010-08-11 14:56:19 -0700 (Wed, 11 Aug 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-h264.c
 
 Do DISSECTOR_ASSERT_NOT_REACHED(); if golmb coded data is > 32 bits.
 ------------------------------------------------------------------------
 r33780 | stig | 2010-08-11 23:26:21 -0700 (Wed, 11 Aug 2010) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ip.c
 
 From Chris Maynard via bug 5105:
 IP should not compute the header checksum if within an error packet
 such as ICMP.
 ------------------------------------------------------------------------
 r33773 | jake | 2010-08-11 14:23:49 -0700 (Wed, 11 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/print.c
    M /trunk/print.ps
 
 Change font for packet information from Courier to Monaco.
 ------------------------------------------------------------------------
 r33789 | jake | 2010-08-12 09:39:29 -0700 (Thu, 12 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-zrtp.c
 
 Update ZRTP dissector to draft-22.
 ------------------------------------------------------------------------
 r33792 | guy | 2010-08-13 01:13:23 -0700 (Fri, 13 Aug 2010) | 4 lines
 Changed paths:
    M /trunk/gtk/packet_list_store.c
    M /trunk/gtk/packet_win.c
    M /trunk/proto_hier_stats.c
 
 Get rid of some no-longer-necessary includes of simple_dialog.h (now
 that cf_read_frame() and cf_read_frame_r() pop up an alert box on an
 error, its callers no longer do so).
 ------------------------------------------------------------------------
 r33794 | etxrab | 2010-08-13 04:57:18 -0700 (Fri, 13 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_gm.c
 
 Add missing break, should fix bug
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5110
 ------------------------------------------------------------------------
 r33797 | gerald | 2010-08-13 14:21:28 -0700 (Fri, 13 Aug 2010) | 3 lines
 Changed paths:
    M /trunk/gtk/main.c
 
 Convert our argument list to UTF-8 at startup on Windows. This lets us
 double-click on files with non-Latin characters, e.g. "0_αßΓπ∟σµ.cap".
 ------------------------------------------------------------------------
 r33798 | etxrab | 2010-08-14 09:42:41 -0700 (Sat, 14 Aug 2010) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-per.c
 
 Fix up decoding of bitfields in the aligned variant.
 ------------------------------------------------------------------------
 r33799 | stig | 2010-08-14 10:22:22 -0700 (Sat, 14 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-per.c
 
 Fixed guint64 printf modifier.
 ------------------------------------------------------------------------
 r33811 | etxrab | 2010-08-16 08:13:54 -0700 (Mon, 16 Aug 2010) | 3 lines
 Changed paths:
    M /trunk/epan/tvbuff.c
 
 From rodebiet:
 tvb_get_bits32 produces malformed_packet if no_of_bits < 25 and tvb remaining = 3
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5080
 ------------------------------------------------------------------------
 r33813 | etxrab | 2010-08-16 08:31:13 -0700 (Mon, 16 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-nas_eps.c
 
 Typo - wrong IE code for APN aggregate maximum bit rate in message
  Activate default EPS bearer context request.
 ------------------------------------------------------------------------
 r33842 | dimeg | 2010-08-18 14:12:26 -0700 (Wed, 18 Aug 2010) | 8 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-zbee-nwk.c
 
 Fix for Bug 5052:
 Good ZigBee Beacon detected as malformed
 
 In ZigBee 2006 the Tx-Offset is optional, while in the 2007 and
 later versions, the Tx-Offset is a required value. Since both 2006 and
 and 2007 versions have the same protocol version (2), we should treat
 the Tx-Offset as well as the update ID as optional elements
 ------------------------------------------------------------------------
 
 
 Copy over by hand:
 ------------------------------------------------------------------------
 r33772 | wmeier | 2010-08-11 09:42:21 -0700 (Wed, 11 Aug 2010) | 6 lines
 Changed paths:
    M /trunk/gtk/graph_analysis.c
 
 Remove 1K line limit when saving a flow graph to a file;
 (Refactor code to write directly to file instead of first storing data
  in an array of fixed size).
 
 Fixes Bug #5101: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5101
 ------------------------------------------------------------------------
 r33791 | guy | 2010-08-13 00:39:46 -0700 (Fri, 13 Aug 2010) | 30 lines
 Changed paths:
    M /trunk/cfile.h
    M /trunk/file.c
    M /trunk/file.h
    M /trunk/gtk/expert_comp_table.c
    M /trunk/gtk/filter_utils.c
    M /trunk/gtk/find_dlg.c
    M /trunk/gtk/find_dlg.h
    M /trunk/gtk/iax2_analysis.c
    M /trunk/gtk/main.c
    M /trunk/gtk/packet_list_store.c
    M /trunk/gtk/packet_win.c
    M /trunk/gtk/rtp_analysis.c
    M /trunk/gtk/sctp_assoc_analyse.c
    M /trunk/gtk/tcp_graph.c
    M /trunk/proto_hier_stats.c
 
 Instead of using a Boolean for the search direction, use an enum, so
 that you can tell from examination whether the search is forward or
 backward.
 
 Make the cf_find_packet routines take the direction as an explicit
 argument, rather than, in the cases where you don't want to permanently
 set the direction, saving the direction in the capture_file structure,
 changing it, doing the search, and restoring the saved direction.  Give
 more information in the Doxygen comments for those routines.
 
 Add a cf_find_packet_dfilter_string() routine, which takes a filter
 string rather than a compiled filter as an argument.  Replace
 find_previous_next_frame_with_filter() with it.
 
 Have cf_read_frame_r() and cf_read_frame() pop up the error dialog if
 the read fails, rather than leaving that up to its caller.  That lets us
 eliminate cf_read_error_message(), by swallowing its code into
 cf_read_frame_r().  Add Doxygen comments for cf_read_frame_r() and
 cf_read_frame().
 
 Don't have find_packet() read the packet before calling the callback
 routine; leave that up to the callback routine.
 
 Add cf_find_packet_marked(), to find the next or previous marked packet,
 and cf_find_packet_time_reference(), to find the next or previous time
 reference packet.  Those routines do *not* need to read the packet data
 to see if it matches; that lets them run much faster.
 
 Clean up indentation.
 ------------------------------------------------------------------------
 r33816 | gerald | 2010-08-16 10:53:43 -0700 (Mon, 16 Aug 2010) | 3 lines
 Changed paths:
    M /trunk/gtk/main_welcome.c
    M /trunk/gtk/utf8_entities.h
 
 Don't drop characters in the middle of a UTF-8 sequence. Fixes bug 5066.
 Use an ellipsis character instead of three dots.
 ------------------------------------------------------------------------
 r33819 | gerald | 2010-08-16 11:58:24 -0700 (Mon, 16 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/gtk/main_welcome.c
 
 Fix an include.
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                 Action
  +1 -0      packet-gsm_a_gm.c    Modified
  +5 -1      packet-h264.c        Modified
  +1 -1      packet-ip.c          Modified
  +1 -1      packet-nas_eps.c     Modified
  +26 -25    packet-per.c         Modified
  +22 -2     packet-sdp.c         Modified
  +10 -5     packet-zbee-nwk.c    Modified
  +6 -1      packet-zrtp.c        Modified

Directory: /trunk-1.4/epan/
  Changes    Path          Action
  +22 -14    tvbuff.c      Modified

Directory: /trunk-1.4/gtk/
  Changes    Path                    Action
  +2 -2      expert_comp_table.c     Modified
  +2 -2      filter_utils.c          Modified


(17 files not shown)