Wireshark-commits: [Wireshark-commits] rev 49737: / /trunk-1.10/epan/dissectors/: packet-rpc.c

Date: Tue, 04 Jun 2013 00:21:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49737

User: gerald
Date: 2013/06/03 05:21 PM

Log:
 Copy over r49645 from the trunk:
 
   ------------------------------------------------------------------------
   r49645 | morriss | 2013-05-30 18:46:40 -0700 (Thu, 30 May 2013) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-rpc.c
 
   Get rid of most of the if(tree) checks: the proto_tree_add_*() functions
   don't need them any more and, as shown in
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290#c16
   we really want to check if we're looking at something beyond the end of the TVB
   (in order to break out of very long loops).
   ------------------------------------------------------------------------

Directory: /trunk-1.10/epan/dissectors/
  Changes    Path            Action
  +49 -72    packet-rpc.c    Modified